summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-features-pde-build.xml
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-10-13 03:28:18 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-10-13 03:28:18 +0000
commit28a3f566fca055cd6c99ab2f6cd7390324c1814d (patch)
tree108450e1e2832da70f3e9cccbd427c8f60674457 /java/eclipse-devel/files/patch-features-pde-build.xml
parentUpgrade to 0.39. (diff)
. Enlist eclipse-devel to get some wider spread of the Eclipse 3.3 port
before it replaces Eclipse 3.2. The submitters (listed in alphabetical order) collaborated on this. Submitted by: Mike Bowie <mbowie@buzmo.com> Dan Rucci <dan@rucci.org> Ken Yamada <ken@tydfam.jp>
Diffstat (limited to '')
-rw-r--r--java/eclipse-devel/files/patch-features-pde-build.xml25
1 files changed, 16 insertions, 9 deletions
diff --git a/java/eclipse-devel/files/patch-features-pde-build.xml b/java/eclipse-devel/files/patch-features-pde-build.xml
index 9e18780543c7..df6f705a7ae8 100644
--- a/java/eclipse-devel/files/patch-features-pde-build.xml
+++ b/java/eclipse-devel/files/patch-features-pde-build.xml
@@ -1,15 +1,22 @@
---- features/org.eclipse.pde/build.xml.orig Sat Feb 19 12:09:30 2005
-+++ features/org.eclipse.pde/build.xml Sat Mar 26 18:33:49 2005
-@@ -116,6 +116,12 @@
+--- features/org.eclipse.pde/build.xml.orig Mon Jun 25 15:39:42 2007
++++ features/org.eclipse.pde/build.xml Fri Aug 17 15:41:11 2007
+@@ -136,6 +136,10 @@
</target>
<target name="rootFileslinux_motif_x86">
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
-+ </target>
++ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
-+ </target>
-+ <target name="rootFilesfreebsd_motif_x86">
-+ </target>
- <target name="rootFilessolaris_motif_sparc">
- </target>
++ </target>
<target name="rootFilessolaris_gtk_sparc">
+ </target>
+ <target name="rootFilessolaris_gtk_x86">
+@@ -164,6 +168,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"/>