Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry exported="true" kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/swt_win64.jar"/>
<classpathentry kind="lib" path="lib/swt_linux32.jar"/>
<classpathentry kind="lib" path="lib/swt_linux64.jar"/>
<classpathentry kind="lib" path="lib/swt_win32.jar"/>
<classpathentry kind="lib" path="lib/swt_macosx.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.commands_3.10.100.v20210722-1426.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime_3.23.0.v20210730-2035.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.15.0.v20210518-0604.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jgit-5.13.0.202109080827-r.jar"/>
<classpathentry kind="lib" path="lib/jgit/jsch-0.1.54.jar"/>
<classpathentry kind="lib" path="lib/jgit/log4j-1.2-api-2.6.2.jar"/>
<classpathentry kind="lib" path="lib/jgit/log4j-api-2.6.2.jar"/>
<classpathentry kind="lib" path="lib/jgit/log4j-core-2.6.2.jar"/>
<classpathentry kind="lib" path="lib/jgit/slf4j-api-1.7.21.jar"/>
<classpathentry kind="lib" path="lib/jgit/slf4j-log4j12-1.7.21.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jface_3.23.0.v20210723-1324.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry exported="true" kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/swt_win64.jar"/>
<classpathentry kind="lib" path="lib/swt_linux32.jar"/>
<classpathentry kind="lib" path="lib/swt_linux64.jar"/>
<classpathentry kind="lib" path="lib/swt_win32.jar"/>
<classpathentry kind="lib" path="lib/swt_macosx.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.commands_3.12.300.v20241229-1638.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime_3.31.100.v20240524-2010.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.19.200.v20241004-0654.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jgit-5.13.0.202109080827-r.jar"/>
<classpathentry kind="lib" path="lib/jgit/jsch-0.1.54.jar"/>
<classpathentry kind="lib" path="lib/jgit/log4j-1.2-api-2.6.2.jar"/>
<classpathentry kind="lib" path="lib/jgit/log4j-api-2.6.2.jar"/>
<classpathentry kind="lib" path="lib/jgit/log4j-core-2.6.2.jar"/>
<classpathentry kind="lib" path="lib/jgit/slf4j-api-1.7.21.jar"/>
<classpathentry kind="lib" path="lib/jgit/slf4j-log4j12-1.7.21.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jface_3.36.0.v20250129-1243.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/bin/

/build/
/git/
/serverwiz.preferences
Binary file added bin/serverwiz2_win64.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</main>
<lib>
<fileset file="lib/json-simple-1.1.1.jar" />
<fileset file="lib/org.eclipse.core.runtime_3.23.0.v20210730-2035.jar" />
<fileset file="lib/org.eclipse.core.commands_3.10.100.v20210722-1426.jar" />
<fileset file="lib/org.eclipse.core.runtime_3.31.100.v20240524-2010.jar" />
<fileset file="lib/org.eclipse.core.commands_3.12.300.v20241229-1638.jar" />
</lib>
</one-jar>
<one-jar destfile="build/serverwiz2_win64.jar" onejarmainclass="com.ibm.ServerWizard2.ServerWizard2">
Expand Down Expand Up @@ -60,7 +60,7 @@
<fileset dir="build/classes" />
</main>
<lib>
<fileset file="lib/swt_macosx.jar" />
<fileset file="lib/swt.cocoa.macosx.aarch64-3.128.0.jar" />
<fileset file="lib/json-simple-1.1.1.jar" />
<fileset file="lib/org.eclipse*.jar" />
<fileset file="lib/jgit/*.jar" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed lib/org.eclipse.jface_3.23.0.v20210723-1324.jar
Binary file not shown.
Binary file added lib/org.eclipse.jface_3.36.0.v20250129-1243.jar
Binary file not shown.
Binary file added lib/swt.cocoa.macosx.aarch64-3.128.0.jar
Binary file not shown.