diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2009-02-15 03:19:44 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2009-02-15 03:19:44 +0000 |
commit | 98c91f0659633010ec6ff12d7dd9352270acd2c7 (patch) | |
tree | 63babb95eb65a71045c577895a5530cf7cdd7129 /java/eclipse/files/patch-features-platform-source-build.xml | |
parent | - Fix MASTERSITES (diff) |
. Update to 3.4.1 (from eclipse-devel).
Diffstat (limited to 'java/eclipse/files/patch-features-platform-source-build.xml')
-rw-r--r-- | java/eclipse/files/patch-features-platform-source-build.xml | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/java/eclipse/files/patch-features-platform-source-build.xml b/java/eclipse/files/patch-features-platform-source-build.xml deleted file mode 100644 index 9a0499cbd3c8..000000000000 --- a/java/eclipse/files/patch-features-platform-source-build.xml +++ /dev/null @@ -1,46 +0,0 @@ ---- features/org.eclipse.platform.source/build.xml.orig Mon Jun 25 15:39:42 2007 -+++ features/org.eclipse.platform.source/build.xml Fri Aug 17 16:38:54 2007 -@@ -37,6 +37,11 @@ - <property name="os" value="linux"/> - <property name="ws" value="gtk"/> - </ant> -+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.freebsd.gtk.x86" target="${target}"> -+ <property name="arch" value="x86"/> -+ <property name="os" value="freebsd"/> -+ <property name="ws" value="gtk"/> -+ </ant> - <ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.macosx.carbon.ppc" target="${target}"> - <property name="arch" value="ppc"/> - <property name="os" value="macosx"/> -@@ -62,6 +67,11 @@ - <property name="os" value="win32"/> - <property name="ws" value="wpf"/> - </ant> -+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.freebsd.gtk.amd64" target="${target}"> -+ <property name="arch" value="amd64"/> -+ <property name="os" value="freebsd"/> -+ <property name="ws" value="gtk"/> -+ </ant> - <ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.hpux.motif.PA_RISC" target="${target}"> - <property name="arch" value="PA_RISC"/> - <property name="os" value="hpux"/> -@@ -187,6 +197,10 @@ - </target> - <target name="rootFileslinux_motif_x86"> - </target> -+ <target name="rootFilesfreebsd_gtk_x86"> -+ </target> -+ <target name="rootFilesfreebsd_gtk_amd64"> -+ </target> - <target name="rootFilessolaris_gtk_sparc"> - </target> - <target name="rootFilessolaris_gtk_x86"> -@@ -215,6 +229,8 @@ - <antcall target="rootFileslinux_gtk_s390"/> - <antcall target="rootFileslinux_gtk_s390x"/> - <antcall target="rootFileslinux_motif_x86"/> -+ <antcall target="rootFilesfreebsd_gtk_x86"/> -+ <antcall target="rootFilesfreebsd_gtk_amd64"/> - <antcall target="rootFilessolaris_gtk_sparc"/> - <antcall target="rootFilessolaris_gtk_x86"/> - <antcall target="rootFilessolaris_motif_sparc"/> |