ports/java/eclipse/files/patch-features-rcp-source-build.xml
Norikatsu Shigemura 0febb29e81 Update to 3.1.1.
PR:		ports/86860, ports/86900
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2005-10-09 14:54:21 +00:00

46 lines
3.6 KiB
XML

--- features/org.eclipse.rcp.source/build.xml.orig Thu Sep 29 15:51:40 2005
+++ features/org.eclipse.rcp.source/build.xml Tue Oct 4 23:01:00 2005
@@ -22,6 +22,21 @@
<property name="os" value="hpux"/>
<property name="ws" value="motif"/>
</ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.rcp.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.rcp.source.freebsd.motif.x86" target="${target}">
+ <property name="arch" value="x86"/>
+ <property name="os" value="freebsd"/>
+ <property name="ws" value="motif"/>
+ </ant>
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.rcp.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.rcp.source.macosx.carbon.ppc" target="${target}">
<property name="arch" value="ppc"/>
<property name="os" value="macosx"/>
@@ -135,7 +150,7 @@
<copy todir="${feature.base}/features/org.eclipse.rcp.source_3.1.1" failonerror="true" overwrite="false">
<fileset dir="${basedir}" includes="epl-v10.html,eclipse_update_120.jpg,feature.xml,feature.properties,license.html" />
</copy>
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp.source_3.1.1/feature.xml" selfVersion="3.1.1" featureIds="" pluginIds="org.eclipse.rcp.source,3.1.1,org.eclipse.rcp.source.hpux.motif.ia64_32,3.1.1,org.eclipse.rcp.source.linux.gtk.ia64,3.1.1,org.eclipse.rcp.source.qnx.photon.x86,3.1.1,org.eclipse.rcp.source.linux.gtk.ppc,3.1.1,org.eclipse.rcp.source.hpux.motif.PA_RISC,3.1.1,org.eclipse.rcp.source.linux.gtk.x86_64,3.1.1,org.eclipse.rcp.source.solaris.gtk.sparc,3.1.1,org.eclipse.rcp.source.macosx.carbon.ppc,3.1.1,org.eclipse.rcp.source.linux.gtk.x86,3.1.1,org.eclipse.rcp.source.aix.motif.ppc,3.1.1,org.eclipse.rcp.source.win32.win32.x86,3.1.1,org.eclipse.rcp.source.solaris.motif.sparc,3.1.1,org.eclipse.rcp.source.linux.motif.x86,3.1.1,"/>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp.source_3.1.1/feature.xml" selfVersion="3.1.1" featureIds="" pluginIds="org.eclipse.rcp.source,3.1.1,org.eclipse.rcp.source.hpux.motif.ia64_32,3.1.1,org.eclipse.rcp.source.linux.gtk.ia64,3.1.1,org.eclipse.rcp.source.qnx.photon.x86,3.1.1,org.eclipse.rcp.source.linux.gtk.ppc,3.1.1,org.eclipse.rcp.source.hpux.motif.PA_RISC,3.1.1,org.eclipse.rcp.source.linux.gtk.x86_64,3.1.1,org.eclipse.rcp.source.freebsd.gtk.amd64,3.1.1,org.eclipse.rcp.source.solaris.gtk.sparc,3.1.1,org.eclipse.rcp.source.macosx.carbon.ppc,3.1.1,org.eclipse.rcp.source.linux.gtk.x86,3.1.1,org.eclipse.rcp.source.freebsd.gtk.x86,3.1.1,org.eclipse.rcp.source.aix.motif.ppc,3.1.1,org.eclipse.rcp.source.win32.win32.x86,3.1.1,org.eclipse.rcp.source.solaris.motif.sparc,3.1.1,org.eclipse.rcp.source.linux.motif.x86,3.1.1,org.eclipse.rcp.source.freebsd.motif.x86,3.1.1,"/>
<antcall target="rootFiles${os}_${ws}_${arch}"/>
</target>
<target name="rootFileswin32_win32_x86">
@@ -168,6 +183,12 @@
</target>
<target name="rootFilesqnx_photon_x86">
</target>
+ <target name="rootFilesfreebsd_gtk_x86">
+ </target>
+ <target name="rootFilesfreebsd_gtk_amd64">
+ </target>
+ <target name="rootFilesfreebsd_motif_x86">
+ </target>
<target name="zip.distribution" depends="init" description="Create a zip containing all the plug-ins and features for the feature: org.eclipse.rcp.source.">
<delete dir="${feature.temp.folder}"/>