summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-features-org.eclipse.jdt-build.xml
blob: 447e0b66b8df207b5ee088e86843a37988f55dcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
--- 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"/>