diff options
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-ant-ui-buildfiles-buildRemoteExtraJAR.xml')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-ant-ui-buildfiles-buildRemoteExtraJAR.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-ant-ui-buildfiles-buildRemoteExtraJAR.xml b/java/eclipse-devel/files/patch-plugins-ant-ui-buildfiles-buildRemoteExtraJAR.xml new file mode 100644 index 000000000000..496fc2a35432 --- /dev/null +++ b/java/eclipse-devel/files/patch-plugins-ant-ui-buildfiles-buildRemoteExtraJAR.xml @@ -0,0 +1,11 @@ +--- plugins/org.eclipse.ant.ui/buildfiles/buildRemoteExtraJAR.xml.orig 2007-06-26 04:57:25.000000000 +0900 ++++ plugins/org.eclipse.ant.ui/buildfiles/buildRemoteExtraJAR.xml 2007-09-06 11:06:07.000000000 +0900 +@@ -8,6 +8,8 @@ + <property name="build.result.folder" value="${basedir}"/> + <property name="version.suffix" value="_3.1.0"/> + <property name="win32.jar" value="${eclipse.home}/plugins/org.eclipse.swt.win32.win32.x86${version.suffix}.jar"/> ++ <property name="gtk.jar" value="${eclipse.home}/plugins/org.eclipse.swt.gtk.freebsd.x86${version.suffix}.jar"/> ++ <property name="gtk.jar" value="${eclipse.home}/plugins/org.eclipse.swt.gtk.freebsd.amd64${version.suffix}.jar"/> + <property name="gtk.jar" value="${eclipse.home}/plugins/org.eclipse.swt.gtk.linux.x86${version.suffix}.jar"/> + <property name="motif.jar" value="${eclipse.home}/plugins/org.eclipse.swt.motif${version.suffix}.jar"/> + <property name="osx.jar" value="${eclipse.home}/plugins/org.eclipse.swt.carbon.macosx.ppc${version.suffix}.jar"/> |