diff options
Diffstat (limited to '')
-rw-r--r-- | java/eclipse/files/patch-features-pde-build | 13 | ||||
-rw-r--r-- | java/eclipse/files/patch-features-pde-build.xml | 15 |
2 files changed, 15 insertions, 13 deletions
diff --git a/java/eclipse/files/patch-features-pde-build b/java/eclipse/files/patch-features-pde-build deleted file mode 100644 index 7bdd9a68275b..000000000000 --- a/java/eclipse/files/patch-features-pde-build +++ /dev/null @@ -1,13 +0,0 @@ ---- features/org.eclipse.pde/build.xml.orig Sun Oct 17 22:15:27 2004 -+++ features/org.eclipse.pde/build.xml Sun Oct 17 22:17:56 2004 -@@ -114,6 +114,10 @@ - </target> - <target name="rootFileslinux_motif_x86"> - </target> -+ <target name="rootFilesfreebsd_gtk_x86"> -+ </target> -+ <target name="rootFilesfreebsd_motif_x86"> -+ </target> - <target name="rootFilessolaris_motif_sparc"> - </target> - <target name="rootFilesaix_motif_ppc"> diff --git a/java/eclipse/files/patch-features-pde-build.xml b/java/eclipse/files/patch-features-pde-build.xml new file mode 100644 index 000000000000..9e18780543c7 --- /dev/null +++ b/java/eclipse/files/patch-features-pde-build.xml @@ -0,0 +1,15 @@ +--- 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 @@ + </target> + <target name="rootFileslinux_motif_x86"> + </target> ++ <target name="rootFilesfreebsd_gtk_x86"> ++ </target> ++ <target name="rootFilesfreebsd_gtk_amd64"> ++ </target> ++ <target name="rootFilesfreebsd_motif_x86"> ++ </target> + <target name="rootFilessolaris_motif_sparc"> + </target> + <target name="rootFilessolaris_gtk_sparc"> |