diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2010-05-01 17:28:02 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2010-05-01 17:28:02 +0000 |
commit | 3f528a352900db9e3cfc4bbf91102cbad3caa34c (patch) | |
tree | 23490098164ffcbc7d3b195232c0f7244ccf11f1 /java/eclipse-devel/files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml | |
parent | - Fixed make describe (diff) |
. Update to 3.5.2.
Based on: Patches by sepotvin@ to update to 3.5.1.
Notes
Notes:
svn path=/head/; revision=253516
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, 0 insertions, 20 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 deleted file mode 100644 index 137cca053b18..000000000000 --- a/java/eclipse-devel/files/patch-plugins-org.eclipse.ant.ui-buildfiles-buildRemoteExtraJAR.xml +++ /dev/null @@ -1,20 +0,0 @@ ---- 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> |