diff options
Diffstat (limited to 'java/eclipse/files/patch-build.xml')
-rw-r--r-- | java/eclipse/files/patch-build.xml | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/java/eclipse/files/patch-build.xml b/java/eclipse/files/patch-build.xml deleted file mode 100644 index b3d778945b89..000000000000 --- a/java/eclipse/files/patch-build.xml +++ /dev/null @@ -1,51 +0,0 @@ - -$FreeBSD$ - ---- build.xml.orig Fri Jun 27 22:00:54 2003 -+++ build.xml Fri Jul 11 20:45:22 2003 -@@ -181,7 +181,19 @@ - <equals arg1="${ws}" arg2="photon" /> - </and> - </condition> -- -+ <condition property="launcherBin" value="${install}/plugins/platform-launcher/bin/freebsd/motif"> -+ <and> -+ <equals arg1="${os}" arg2="freebsd" /> -+ <equals arg1="${ws}" arg2="motif" /> -+ </and> -+ </condition> -+ <condition property="launcherBin" value="${install}/plugins/platform-launcher/bin/freebsd/gtk"> -+ <and> -+ <equals arg1="${os}" arg2="freebsd" /> -+ <equals arg1="${ws}" arg2="gtk" /> -+ </and> -+ </condition> -+ - <condition property="win"> - <and> - <os family="windows" /> -@@ -192,6 +204,24 @@ - <os family="unix" /> - </and> - </condition> -+ </target> -+ -+<!-- Gathers all plugins which belong to a feature into a zip, once for -+ the source, once for the bin plugins. Should be called after run --> -+ -+ <target name="gatherFeatureSources" depends="init"> -+ <antcall target="allElements"> -+ <param name="target" value="build.sources" /> -+ </antcall> -+ <antcall target="allElements"> -+ <param name="target" value="zip.sources" /> -+ </antcall> -+ </target> -+ -+ <target name="gatherFeatureBinaries" depends="init"> -+ <antcall target="allElements"> -+ <param name="target" value="zip.distribution" /> -+ </antcall> - </target> - - </project> |