aboutsummaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-features-cvs-build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse/files/patch-features-cvs-build.xml')
-rw-r--r--java/eclipse/files/patch-features-cvs-build.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/java/eclipse/files/patch-features-cvs-build.xml b/java/eclipse/files/patch-features-cvs-build.xml
deleted file mode 100644
index 51acc07c11f9..000000000000
--- a/java/eclipse/files/patch-features-cvs-build.xml
+++ /dev/null
@@ -1,34 +0,0 @@
---- features/org.eclipse.cvs/build.xml.orig 2007-06-26 04:39:43.000000000 +0900
-+++ features/org.eclipse.cvs/build.xml 2007-08-23 23:51:19.000000000 +0900
-@@ -123,6 +123,22 @@
- </fileset>
- </copy>
- </target>
-+ <target name="rootFilesfreebsd_gtk_x86">
-+ <mkdir dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/"/>
-+ <copy todir="${feature.base}/freebsd.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
-+ <fileset dir="${basedir}/rootfiles">
-+ <include name="**"/>
-+ </fileset>
-+ </copy>
-+ </target>
-+ <target name="rootFilesfreebsd_gtk_amd64">
-+ <mkdir dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/"/>
-+ <copy todir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}/" failonerror="true" overwrite="true">
-+ <fileset dir="${basedir}/rootfiles">
-+ <include name="**"/>
-+ </fileset>
-+ </copy>
-+ </target>
- <target name="rootFileslinux_gtk_x86">
- <mkdir dir="${feature.base}/linux.gtk.x86/${collectingFolder}/"/>
- <copy todir="${feature.base}/linux.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true">
-@@ -255,6 +271,8 @@
- <antcall target="rootFileswin32_win32_x86"/>
- <antcall target="rootFileswin32_wpf_x86"/>
- <antcall target="rootFilesmacosx_carbon_ppc"/>
-+ <antcall target="rootFilesfreebsd_gtk_x86"/>
-+ <antcall target="rootFilesfreebsd_gtk_amd64"/>
- <antcall target="rootFileslinux_gtk_x86"/>
- <antcall target="rootFileslinux_gtk_ppc"/>
- <antcall target="rootFileslinux_gtk_ppc64"/>