diff --git a/.classpath b/.classpath index c352e29..80aa18e 100644 --- a/.classpath +++ b/.classpath @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitignore b/.gitignore index a68347f..aea5ab6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/bin/ + /build/ /git/ /serverwiz.preferences diff --git a/bin/serverwiz2_win64.jar b/bin/serverwiz2_win64.jar new file mode 100644 index 0000000..607cc12 Binary files /dev/null and b/bin/serverwiz2_win64.jar differ diff --git a/build.xml b/build.xml index 85c22d5..1652f33 100644 --- a/build.xml +++ b/build.xml @@ -29,8 +29,8 @@ - - + + @@ -60,7 +60,7 @@ - + diff --git a/lib/org.eclipse.core.commands_3.10.100.v20210722-1426.jar b/lib/org.eclipse.core.commands_3.10.100.v20210722-1426.jar deleted file mode 100644 index 2aee0cf..0000000 Binary files a/lib/org.eclipse.core.commands_3.10.100.v20210722-1426.jar and /dev/null differ diff --git a/lib/org.eclipse.core.commands_3.12.300.v20241229-1638.jar b/lib/org.eclipse.core.commands_3.12.300.v20241229-1638.jar new file mode 100644 index 0000000..428d558 Binary files /dev/null and b/lib/org.eclipse.core.commands_3.12.300.v20241229-1638.jar differ diff --git a/lib/org.eclipse.core.runtime_3.23.0.v20210730-2035.jar b/lib/org.eclipse.core.runtime_3.23.0.v20210730-2035.jar deleted file mode 100644 index 14775cc..0000000 Binary files a/lib/org.eclipse.core.runtime_3.23.0.v20210730-2035.jar and /dev/null differ diff --git a/lib/org.eclipse.core.runtime_3.31.100.v20240524-2010.jar b/lib/org.eclipse.core.runtime_3.31.100.v20240524-2010.jar new file mode 100644 index 0000000..4b3c41a Binary files /dev/null and b/lib/org.eclipse.core.runtime_3.31.100.v20240524-2010.jar differ diff --git a/lib/org.eclipse.equinox.common_3.15.0.v20210518-0604.jar b/lib/org.eclipse.equinox.common_3.15.0.v20210518-0604.jar deleted file mode 100644 index 0952ab9..0000000 Binary files a/lib/org.eclipse.equinox.common_3.15.0.v20210518-0604.jar and /dev/null differ diff --git a/lib/org.eclipse.equinox.common_3.19.200.v20241004-0654.jar b/lib/org.eclipse.equinox.common_3.19.200.v20241004-0654.jar new file mode 100644 index 0000000..0eeec70 Binary files /dev/null and b/lib/org.eclipse.equinox.common_3.19.200.v20241004-0654.jar differ diff --git a/lib/org.eclipse.jface_3.23.0.v20210723-1324.jar b/lib/org.eclipse.jface_3.23.0.v20210723-1324.jar deleted file mode 100644 index 87c1cf6..0000000 Binary files a/lib/org.eclipse.jface_3.23.0.v20210723-1324.jar and /dev/null differ diff --git a/lib/org.eclipse.jface_3.36.0.v20250129-1243.jar b/lib/org.eclipse.jface_3.36.0.v20250129-1243.jar new file mode 100644 index 0000000..73944c7 Binary files /dev/null and b/lib/org.eclipse.jface_3.36.0.v20250129-1243.jar differ diff --git a/lib/swt.cocoa.macosx.aarch64-3.128.0.jar b/lib/swt.cocoa.macosx.aarch64-3.128.0.jar new file mode 100644 index 0000000..5e765dd Binary files /dev/null and b/lib/swt.cocoa.macosx.aarch64-3.128.0.jar differ