28a3f566fc
before it replaces Eclipse 3.2. The submitters (listed in alphabetical order) collaborated on this. Submitted by: Mike Bowie <mbowie@buzmo.com> Dan Rucci <dan@rucci.org> Ken Yamada <ken@tydfam.jp>
46 lines
2.1 KiB
XML
46 lines
2.1 KiB
XML
--- features/org.eclipse.platform.source/build.xml.orig Mon Jun 25 15:39:42 2007
|
|
+++ features/org.eclipse.platform.source/build.xml Fri Aug 17 16:38:54 2007
|
|
@@ -37,6 +37,11 @@
|
|
<property name="os" value="linux"/>
|
|
<property name="ws" value="gtk"/>
|
|
</ant>
|
|
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.freebsd.gtk.x86" target="${target}">
|
|
+ <property name="arch" value="x86"/>
|
|
+ <property name="os" value="freebsd"/>
|
|
+ <property name="ws" value="gtk"/>
|
|
+ </ant>
|
|
<ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.macosx.carbon.ppc" target="${target}">
|
|
<property name="arch" value="ppc"/>
|
|
<property name="os" value="macosx"/>
|
|
@@ -62,6 +67,11 @@
|
|
<property name="os" value="win32"/>
|
|
<property name="ws" value="wpf"/>
|
|
</ant>
|
|
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.freebsd.gtk.amd64" target="${target}">
|
|
+ <property name="arch" value="amd64"/>
|
|
+ <property name="os" value="freebsd"/>
|
|
+ <property name="ws" value="gtk"/>
|
|
+ </ant>
|
|
<ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.hpux.motif.PA_RISC" target="${target}">
|
|
<property name="arch" value="PA_RISC"/>
|
|
<property name="os" value="hpux"/>
|
|
@@ -187,6 +197,10 @@
|
|
</target>
|
|
<target name="rootFileslinux_motif_x86">
|
|
</target>
|
|
+ <target name="rootFilesfreebsd_gtk_x86">
|
|
+ </target>
|
|
+ <target name="rootFilesfreebsd_gtk_amd64">
|
|
+ </target>
|
|
<target name="rootFilessolaris_gtk_sparc">
|
|
</target>
|
|
<target name="rootFilessolaris_gtk_x86">
|
|
@@ -215,6 +229,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"/>
|