mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
- Assign eclipse@FreeBSD.org as maintainer PR: ports/113435 Submitted by: Rick Petty, tmclaugh Approved by: maintainer timeout (more than 3 months) Approved by: delphij (mentor)
75 lines
8 KiB
XML
75 lines
8 KiB
XML
--- features/org.eclipse.rcp/build.xml.orig Mon Feb 12 12:45:21 2007
|
|
+++ features/org.eclipse.rcp/build.xml Tue Apr 3 17:17:52 2007
|
|
@@ -77,6 +77,11 @@
|
|
<property name="os" value="linux"/>
|
|
<property name="ws" value="gtk"/>
|
|
</ant>
|
|
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.freebsd.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.osgi" target="${target}">
|
|
<property name="arch" value="x86"/>
|
|
<property name="os" value="win32"/>
|
|
@@ -167,6 +172,11 @@
|
|
<property name="os" value="linux"/>
|
|
<property name="ws" value="gtk"/>
|
|
</ant>
|
|
+ <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.freebsd.amd64" target="${target}">
|
|
+ <property name="arch" value="amd64"/>
|
|
+ <property name="os" value="freebsd"/>
|
|
+ <property name="ws" value="gtk"/>
|
|
+ </ant>
|
|
</target>
|
|
<target name="all.features" depends="init">
|
|
</target>
|
|
@@ -225,7 +235,7 @@
|
|
<copy todir="${feature.base}/features/org.eclipse.rcp_3.2.2.r322_v20070104-iwP0VLKnfFC923K" failonerror="true" overwrite="false">
|
|
<fileset dir="${basedir}" includes="feature.xml,license.html,epl-v10.html,feature.properties,eclipse_update_120.jpg" />
|
|
</copy>
|
|
- <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.2.2.r322_v20070104-iwP0VLKnfFC923K/feature.xml" selfVersion="3.2.2.r322_v20070104-iwP0VLKnfFC923K" featureIds="" pluginIds="com.ibm.icu,3.4.5.20061213,org.eclipse.core.commands,3.2.0.I20060605-1400,org.eclipse.core.jobs,3.2.0.v20060603,org.eclipse.core.expressions,3.2.2.r322_v20070109a,org.eclipse.core.runtime,3.2.0.v20060603,org.eclipse.core.runtime.compatibility.auth,3.2.0.v20060601,org.eclipse.osgi,3.2.2.R32x_v20070118,org.eclipse.help,3.2.2.R322_v20061213,org.eclipse.swt,3.2.2.v3236b,org.eclipse.jface,3.2.2.M20061214-1200,org.eclipse.jface.databinding,1.0.0.I20060605-1400,org.eclipse.ui,3.2.1.M20061108,org.eclipse.ui.workbench,3.2.2.M20070119-0800,org.eclipse.update.configurator,3.2.2.R32x_v20070111,org.eclipse.swt.win32.win32.x86,3.2.2.v3236,org.eclipse.swt.gtk.linux.x86,3.2.2.v3236,org.eclipse.swt.gtk.solaris.sparc,3.2.2.v3236,org.eclipse.swt.gtk.solaris.x86,3.2.2.R3_2_maintenance,org.eclipse.swt.gtk.linux.ppc,3.2.2.v3236,org.eclipse.swt.gtk.linux.x86_64,3.2.2.v3236,org.eclipse.swt.carbon.macosx,3.2.2.v3236,org.eclipse.swt.motif.aix.ppc,3.2.2.v3236,org.eclipse.swt.motif.hpux.PA_RISC,3.2.2.v3236,org.eclipse.swt.motif.linux.x86,3.2.2.v3236,org.eclipse.swt.gtk.linux.ia64,3.2.2.R3_2_maintenance,org.eclipse.swt.motif.solaris.sparc,3.2.2.v3236,org.eclipse.swt.photon.qnx.x86,3.2.1.v3236,org.eclipse.swt.motif.hpux.ia64_32,3.2.2.R3_2_maintenance,org.eclipse.rcp,3.2.0.v20060605,org.eclipse.core.contenttype,3.2.0.v20060603,org.eclipse.equinox.common,3.2.0.v20060603,org.eclipse.equinox.preferences,3.2.1.R32x_v20060717,org.eclipse.equinox.registry,3.2.1.R32x_v20060814,"/>
|
|
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.2.2.r322_v20070104-iwP0VLKnfFC923K/feature.xml" selfVersion="3.2.2.r322_v20070104-iwP0VLKnfFC923K" featureIds="" pluginIds="com.ibm.icu,3.4.5.20061213,org.eclipse.core.commands,3.2.0.I20060605-1400,org.eclipse.core.jobs,3.2.0.v20060603,org.eclipse.core.expressions,3.2.2.r322_v20070109a,org.eclipse.core.runtime,3.2.0.v20060603,org.eclipse.core.runtime.compatibility.auth,3.2.0.v20060601,org.eclipse.osgi,3.2.2.R32x_v20070118,org.eclipse.help,3.2.2.R322_v20061213,org.eclipse.swt,3.2.2.v3236b,org.eclipse.jface,3.2.2.M20061214-1200,org.eclipse.jface.databinding,1.0.0.I20060605-1400,org.eclipse.ui,3.2.1.M20061108,org.eclipse.ui.workbench,3.2.2.M20070119-0800,org.eclipse.update.configurator,3.2.2.R32x_v20070111,org.eclipse.swt.win32.win32.x86,3.2.2.v3236,org.eclipse.swt.gtk.linux.x86,3.2.2.v3236,org.eclipse.swt.gtk.freebsd.x86,3.2.2.v3236,org.eclipse.swt.gtk.solaris.sparc,3.2.2.v3236,org.eclipse.swt.gtk.solaris.x86,3.2.2.R3_2_maintenance,org.eclipse.swt.gtk.linux.ppc,3.2.2.v3236,org.eclipse.swt.gtk.linux.x86_64,3.2.2.v3236,org.eclipse.swt.gtk.freebsd.amd64,3.2.2.v3236,org.eclipse.swt.carbon.macosx,3.2.2.v3236,org.eclipse.swt.motif.aix.ppc,3.2.2.v3236,org.eclipse.swt.motif.hpux.PA_RISC,3.2.2.v3236,org.eclipse.swt.motif.linux.x86,3.2.2.v3236,org.eclipse.swt.gtk.linux.ia64,3.2.2.R3_2_maintenance,org.eclipse.swt.motif.solaris.sparc,3.2.2.v3236,org.eclipse.swt.photon.qnx.x86,3.2.1.v3236,org.eclipse.swt.motif.hpux.ia64_32,3.2.2.R3_2_maintenance,org.eclipse.rcp,3.2.0.v20060605,org.eclipse.core.contenttype,3.2.0.v20060603,org.eclipse.equinox.common,3.2.0.v20060603,org.eclipse.equinox.preferences,3.2.1.R32x_v20060717,org.eclipse.equinox.registry,3.2.1.R32x_v20060814,"/>
|
|
<antcall target="rootFiles${os}_${ws}_${arch}"/>
|
|
</target>
|
|
<target name="rootFileswin32_win32_x86">
|
|
@@ -320,6 +330,30 @@
|
|
<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="eclipse" />
|
|
<chmod perm="755" dir="${feature.base}/linux.motif.x86/${collectingFolder}" includes="*.so*" />
|
|
</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}/../../features/org.eclipse.platform/about_files/freebsd.gtk.x86" includes="**" />
|
|
+ <fileset dir="${basedir}/../../features/org.eclipse.platform.launchers/bin/gtk/freebsd/x86" includes="**" />
|
|
+ <fileset dir="${basedir}/rootfiles" includes="**" />
|
|
+ <fileset dir="${basedir}/../org.eclipse.platform/rootfiles" includes="**" />
|
|
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
|
|
+ </copy>
|
|
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="eclipse" />
|
|
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.x86/${collectingFolder}" includes="*.so*" />
|
|
+ </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}/../../features/org.eclipse.platform/about_files/freebsd.gtk.amd64" includes="**" />
|
|
+ <fileset dir="${basedir}/../../features/org.eclipse.platform.launchers/bin/gtk/freebsd/amd64" includes="**" />
|
|
+ <fileset dir="${basedir}/rootfiles" includes="**" />
|
|
+ <fileset dir="${basedir}/../org.eclipse.platform/rootfiles" includes="**" />
|
|
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform" includes="startup.jar" />
|
|
+ </copy>
|
|
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" includes="eclipse" />
|
|
+ <chmod perm="755" dir="${feature.base}/freebsd.gtk.amd64/${collectingFolder}" includes="*.so*" />
|
|
+ </target>
|
|
<target name="rootFilessolaris_gtk_sparc">
|
|
<mkdir dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}"/>
|
|
<copy todir="${feature.base}/solaris.gtk.sparc/${collectingFolder}" failonerror="true" overwrite="true">
|
|
@@ -406,6 +440,8 @@
|
|
<antcall target="rootFileslinux_gtk_x86_64"/>
|
|
<antcall target="rootFileslinux_gtk_ia64"/>
|
|
<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"/>
|