diff options
Diffstat (limited to '')
-rw-r--r-- | java/eclipse/files/patch-features-jdt-source-build | 13 | ||||
-rw-r--r-- | java/eclipse/files/patch-features-jdt-source-build.xml | 15 |
2 files changed, 15 insertions, 13 deletions
diff --git a/java/eclipse/files/patch-features-jdt-source-build b/java/eclipse/files/patch-features-jdt-source-build deleted file mode 100644 index 620751087709..000000000000 --- a/java/eclipse/files/patch-features-jdt-source-build +++ /dev/null @@ -1,13 +0,0 @@ ---- features/org.eclipse.jdt.source/build.xml.orig Sun Oct 17 22:12:02 2004 -+++ features/org.eclipse.jdt.source/build.xml Sun Oct 17 22:13:55 2004 -@@ -94,6 +94,10 @@ - </target> - <target name="rootFileslinux_motif_x86"> - </target> -+ <target name="rootFilesfreebsd_motif_x86"> -+ </target> -+ <target name="rootFilesfreebsd_gtk_x86"> -+ </target> - <target name="rootFilessolaris_motif_sparc"> - </target> - <target name="rootFilesaix_motif_ppc"> diff --git a/java/eclipse/files/patch-features-jdt-source-build.xml b/java/eclipse/files/patch-features-jdt-source-build.xml new file mode 100644 index 000000000000..28af8014b52f --- /dev/null +++ b/java/eclipse/files/patch-features-jdt-source-build.xml @@ -0,0 +1,15 @@ +--- features/org.eclipse.jdt.source/build.xml.orig Sat Feb 19 12:09:34 2005 ++++ features/org.eclipse.jdt.source/build.xml Sat Mar 26 18:31:36 2005 +@@ -96,6 +96,12 @@ + </target> + <target name="rootFileslinux_motif_x86"> + </target> ++ <target name="rootFilesfreebsd_motif_x86"> ++ </target> ++ <target name="rootFilesfreebsd_gtk_x86"> ++ </target> ++ <target name="rootFilesfreebsd_gtk_amd64"> ++ </target> + <target name="rootFilessolaris_motif_sparc"> + </target> + <target name="rootFilessolaris_gtk_sparc"> |