Skip to content

Commit 44c8415

Browse files
Update for P11
Signed-off-by: Sunny Srivastava <[email protected]>
1 parent e141bc1 commit 44c8415

11 files changed

+26
-26
lines changed

.classpath

+23-23
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
5-
<classpathentry exported="true" kind="lib" path="lib/json-simple-1.1.1.jar"/>
6-
<classpathentry exported="true" kind="lib" path="lib/swt_win64.jar"/>
7-
<classpathentry kind="lib" path="lib/swt_linux32.jar"/>
8-
<classpathentry kind="lib" path="lib/swt_linux64.jar"/>
9-
<classpathentry kind="lib" path="lib/swt_win32.jar"/>
10-
<classpathentry kind="lib" path="lib/swt_macosx.jar"/>
11-
<classpathentry kind="lib" path="lib/org.eclipse.core.commands_3.10.100.v20210722-1426.jar"/>
12-
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime_3.23.0.v20210730-2035.jar"/>
13-
<classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.15.0.v20210518-0604.jar"/>
14-
<classpathentry kind="lib" path="lib/org.eclipse.jgit-5.13.0.202109080827-r.jar"/>
15-
<classpathentry kind="lib" path="lib/jgit/jsch-0.1.54.jar"/>
16-
<classpathentry kind="lib" path="lib/jgit/log4j-1.2-api-2.6.2.jar"/>
17-
<classpathentry kind="lib" path="lib/jgit/log4j-api-2.6.2.jar"/>
18-
<classpathentry kind="lib" path="lib/jgit/log4j-core-2.6.2.jar"/>
19-
<classpathentry kind="lib" path="lib/jgit/slf4j-api-1.7.21.jar"/>
20-
<classpathentry kind="lib" path="lib/jgit/slf4j-log4j12-1.7.21.jar"/>
21-
<classpathentry kind="lib" path="lib/org.eclipse.jface_3.23.0.v20210723-1324.jar"/>
22-
<classpathentry kind="output" path="bin"/>
23-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
5+
<classpathentry exported="true" kind="lib" path="lib/json-simple-1.1.1.jar"/>
6+
<classpathentry exported="true" kind="lib" path="lib/swt_win64.jar"/>
7+
<classpathentry kind="lib" path="lib/swt_linux32.jar"/>
8+
<classpathentry kind="lib" path="lib/swt_linux64.jar"/>
9+
<classpathentry kind="lib" path="lib/swt_win32.jar"/>
10+
<classpathentry kind="lib" path="lib/swt_macosx.jar"/>
11+
<classpathentry kind="lib" path="lib/org.eclipse.core.commands_3.12.300.v20241229-1638.jar"/>
12+
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime_3.31.100.v20240524-2010.jar"/>
13+
<classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.19.200.v20241004-0654.jar"/>
14+
<classpathentry kind="lib" path="lib/org.eclipse.jgit-5.13.0.202109080827-r.jar"/>
15+
<classpathentry kind="lib" path="lib/jgit/jsch-0.1.54.jar"/>
16+
<classpathentry kind="lib" path="lib/jgit/log4j-1.2-api-2.6.2.jar"/>
17+
<classpathentry kind="lib" path="lib/jgit/log4j-api-2.6.2.jar"/>
18+
<classpathentry kind="lib" path="lib/jgit/log4j-core-2.6.2.jar"/>
19+
<classpathentry kind="lib" path="lib/jgit/slf4j-api-1.7.21.jar"/>
20+
<classpathentry kind="lib" path="lib/jgit/slf4j-log4j12-1.7.21.jar"/>
21+
<classpathentry kind="lib" path="lib/org.eclipse.jface_3.36.0.v20250129-1243.jar"/>
22+
<classpathentry kind="output" path="bin"/>
23+
</classpath>

build.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
</main>
3030
<lib>
3131
<fileset file="lib/json-simple-1.1.1.jar" />
32-
<fileset file="lib/org.eclipse.core.runtime_3.23.0.v20210730-2035.jar" />
33-
<fileset file="lib/org.eclipse.core.commands_3.10.100.v20210722-1426.jar" />
32+
<fileset file="lib/org.eclipse.core.runtime_3.31.100.v20240524-2010.jar" />
33+
<fileset file="lib/org.eclipse.core.commands_3.12.300.v20241229-1638.jar" />
3434
</lib>
3535
</one-jar>
3636
<one-jar destfile="build/serverwiz2_win64.jar" onejarmainclass="com.ibm.ServerWizard2.ServerWizard2">
@@ -60,7 +60,7 @@
6060
<fileset dir="build/classes" />
6161
</main>
6262
<lib>
63-
<fileset file="lib/swt_macosx.jar" />
63+
<fileset file="lib/swt.cocoa.macosx.aarch64-3.128.0.jar" />
6464
<fileset file="lib/json-simple-1.1.1.jar" />
6565
<fileset file="lib/org.eclipse*.jar" />
6666
<fileset file="lib/jgit/*.jar" />
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-1.1 MB
Binary file not shown.
1.14 MB
Binary file not shown.
2.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)