2007-10-13 05:28:18 +02:00
|
|
|
--- 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 @@
|
2005-05-07 07:00:40 +02:00
|
|
|
<property name="os" value="linux"/>
|
2007-10-13 05:28:18 +02:00
|
|
|
<property name="ws" value="gtk"/>
|
2005-05-07 07:00:40 +02:00
|
|
|
</ant>
|
|
|
|
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.platform.source.freebsd.gtk.x86" target="${target}">
|
2007-10-13 05:28:18 +02:00
|
|
|
+ <property name="arch" value="x86"/>
|
|
|
|
+ <property name="os" value="freebsd"/>
|
|
|
|
+ <property name="ws" value="gtk"/>
|
|
|
|
+ </ant>
|
2005-05-07 07:00:40 +02:00
|
|
|
<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"/>
|
2007-10-13 05:28:18 +02:00
|
|
|
@@ -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 @@
|
2005-05-07 07:00:40 +02:00
|
|
|
</target>
|
|
|
|
<target name="rootFileslinux_motif_x86">
|
|
|
|
</target>
|
|
|
|
+ <target name="rootFilesfreebsd_gtk_x86">
|
2007-10-13 05:28:18 +02:00
|
|
|
+ </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"/>
|