diff options
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml b/java/eclipse-devel/files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml new file mode 100644 index 000000000000..137cca053b18 --- /dev/null +++ b/java/eclipse-devel/files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml @@ -0,0 +1,20 @@ +--- plugins/org.eclipse.ant.ui/buildfiles/buildRemoteExtraJAR.xml.orig 2008-08-02 10:58:33.000000000 -0400 ++++ plugins/org.eclipse.ant.ui/buildfiles/buildRemoteExtraJAR.xml 2008-08-02 11:02:19.000000000 -0400 +@@ -8,11 +8,15 @@ + <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.linux.x86${version.suffix}.jar"/> ++ <property name="gtk.linux.jar" value="${eclipse.home}/plugins/org.eclipse.swt.gtk.linux.x86${version.suffix}.jar"/> ++ <property name="gtk.freebsd.x86.jar" value="${eclipse.home}/plugins/org.eclipse.swt.gtk.freebsd.x86${version.suffix}.jar"/> ++ <property name="gtk.freebsd.amd64.jar" value="${eclipse.home}/plugins/org.eclipse.swt.gtk.freebsd.amd64${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"/> + <available file="${win32.jar}" property="swt.jar" value="${win32.jar}"/> +- <available file="${gtk.jar}" property="swt.jar" value="${gtk.jar}"/> ++ <available file="${gtk.linux.jar}" property="swt.jar" value="${gtk.linux.jar}"/> ++ <available file="${gtk.freebsd.x86.jar}" property="swt.jar" value="${gtk.freebsd.x86.jar}"/> ++ <available file="${gtk.freebsd.amd64.jar}" property="swt.jar" value="${gtk.freebsd.amd64.jar}"/> + <available file="${motif.jar}" property="swt.jar" value="${motif.jar}"/> + <available file="${osx.jar}" property="swt.jar" value="${osx.jar}"/> + </target> |