summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-features-pde-source-build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse-devel/files/patch-features-pde-source-build.xml')
-rw-r--r--java/eclipse-devel/files/patch-features-pde-source-build.xml25
1 files changed, 16 insertions, 9 deletions
diff --git a/java/eclipse-devel/files/patch-features-pde-source-build.xml b/java/eclipse-devel/files/patch-features-pde-source-build.xml
index 7318f68c0dee..fc7899c1c47f 100644
--- a/java/eclipse-devel/files/patch-features-pde-source-build.xml
+++ b/java/eclipse-devel/files/patch-features-pde-source-build.xml
@@ -1,15 +1,22 @@
---- features/org.eclipse.pde.source/build.xml.orig Sat Feb 19 12:09:29 2005
-+++ features/org.eclipse.pde.source/build.xml Sat Mar 26 18:34:22 2005
-@@ -86,6 +86,12 @@
+--- features/org.eclipse.pde.source/build.xml.orig Mon Jun 25 15:39:43 2007
++++ features/org.eclipse.pde.source/build.xml Fri Aug 17 15:41:11 2007
+@@ -101,6 +101,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">
+@@ -129,6 +133,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"/>