summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-features-sdk-build
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-07-25 08:01:09 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-07-25 08:01:09 +0000
commit4085ba54b41d14620736520c2c40425a544cb5a4 (patch)
tree2ccfe4e95d3be2092b542c6da73c58fb1826e781 /java/eclipse/files/patch-features-sdk-build
parentFix build on 4.x. (diff)
Update to 3.0.
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> Jeremy Faulkner <gldisater@gldis.ca> Torben Jager <Torben.Jaeger@t-online.de> Georg-W. Koltermann <gwk@rahn-koltermann.de> Reviewed by: java
Notes
Notes: svn path=/head/; revision=114609
Diffstat (limited to 'java/eclipse/files/patch-features-sdk-build')
-rw-r--r--java/eclipse/files/patch-features-sdk-build29
1 files changed, 29 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-features-sdk-build b/java/eclipse/files/patch-features-sdk-build
new file mode 100644
index 000000000000..2ac5502e68d2
--- /dev/null
+++ b/java/eclipse/files/patch-features-sdk-build
@@ -0,0 +1,29 @@
+--- features/org.eclipse.sdk/build.xml.orig Sat Jun 12 01:24:16 2004
++++ features/org.eclipse.sdk/build.xml Sun Jun 20 12:36:26 2004
+@@ -84,6 +84,13 @@
+ <fileset dir="${basedir}/../org.eclipse.platform/configuration.files" includes="**" />
+ </copy>
+ </target>
++ <target name="rootFilesfreebsd_motif_x86">
++ <mkdir dir="${feature.base}/freebsd.motif.x86/${collectingFolder}"/>
++ <copy todir="${feature.base}/freebsd.motif.x86/${collectingFolder}" failonerror="true">
++ <fileset dir="${basedir}/../org.eclipse.platform/rootfiles" includes="**" />
++ <fileset dir="${basedir}/../org.eclipse.platform/configuration.files" includes="**" />
++ </copy>
++ </target>
+ <target name="rootFileslinux_motif_x86">
+ <mkdir dir="${feature.base}/linux.motif.x86/${collectingFolder}"/>
+ <copy todir="${feature.base}/linux.motif.x86/${collectingFolder}" failonerror="true">
+@@ -103,6 +110,12 @@
+ <copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}" failonerror="true">
+ <fileset dir="${basedir}/../org.eclipse.platform/rootfiles" includes="**" />
+ <fileset dir="${basedir}/../org.eclipse.platform/configuration.files" includes="**" />
++ </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">
++ <fileset dir="${basedir}/../org.eclipse.platform/rootfiles" includes="**" />
+ </copy>
+ </target>
+ <target name="rootFileslinux_gtk_amd64">