mirror of
https://git.freebsd.org/ports.git
synced 2025-05-23 04:03:14 -04:00
41 lines
1.7 KiB
XML
41 lines
1.7 KiB
XML
--- features/org.eclipse.jdt/build.xml.orig 2008-08-02 15:14:06.000000000 -0400
|
|
+++ features/org.eclipse.jdt/build.xml 2008-08-02 15:15:01.000000000 -0400
|
|
@@ -225,6 +225,14 @@
|
|
</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="rootFileslinux_gtk_ppc">
|
|
<mkdir dir="${feature.base}/linux.gtk.ppc/${collectingFolder}/"/>
|
|
<copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}/" failonerror="true" overwrite="true">
|
|
@@ -241,6 +249,14 @@
|
|
</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_ia64">
|
|
<mkdir dir="${feature.base}/linux.gtk.ia64/${collectingFolder}/"/>
|
|
<copy todir="${feature.base}/linux.gtk.ia64/${collectingFolder}/" failonerror="true" overwrite="true">
|
|
@@ -342,6 +358,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"/>
|