diff options
Diffstat (limited to 'java/eclipse/files/XXXorg.eclipse.rcp-build.xml')
| -rw-r--r-- | java/eclipse/files/XXXorg.eclipse.rcp-build.xml | 781 |
1 files changed, 781 insertions, 0 deletions
diff --git a/java/eclipse/files/XXXorg.eclipse.rcp-build.xml b/java/eclipse/files/XXXorg.eclipse.rcp-build.xml new file mode 100644 index 000000000000..fe3cb04a340d --- /dev/null +++ b/java/eclipse/files/XXXorg.eclipse.rcp-build.xml @@ -0,0 +1,781 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="org.eclipse.rcp" default="build.update.jar" basedir="."> + + <target name="init"> + <property name="feature.temp.folder" value="${basedir}/feature.temp.folder"/> + <property name="feature.destination" value="${basedir}"/> + </target> + + <target name="all.plugins" depends="init"> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.win32.win32.x86" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.wpf.win32.x86" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="wpf"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.motif.hpux.PA_RISC" target="${target}"> + <property name="arch" value="PA_RISC"/> + <property name="os" value="hpux"/> + <property name="ws" value="motif"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.motif.aix.ppc" target="${target}"> + <property name="arch" value="ppc"/> + <property name="os" value="aix"/> + <property name="ws" value="motif"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64" target="${target}"> + <property name="arch" value="x86_64"/> + <property name="os" value="linux"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.motif.linux.x86" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="linux"/> + <property name="ws" value="motif"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.linux.s390x" target="${target}"> + <property name="arch" value="s390x"/> + <property name="os" value="linux"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.linux.s390" target="${target}"> + <property name="arch" value="s390"/> + <property name="os" value="linux"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.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.equinox.launcher.gtk.freebsd.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.equinox.launcher.gtk.linux.x86" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="linux"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.linux.ppc" target="${target}"> + <property name="arch" value="ppc"/> + <property name="os" value="linux"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.carbon.macosx" target="${target}"> + <property name="arch" value="ppc"/> + <property name="os" value="macosx"/> + <property name="ws" value="carbon"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.launcher.gtk.solaris.sparc" target="${target}"> + <property name="arch" value="sparc"/> + <property name="os" value="solaris"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.rcp" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.hpux.ia64_32" target="${target}"> + <property name="arch" value="ia64_32"/> + <property name="os" value="hpux"/> + <property name="ws" value="motif"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.photon.qnx.x86" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="qnx"/> + <property name="ws" value="photon"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.solaris.sparc" target="${target}"> + <property name="arch" value="sparc"/> + <property name="os" value="solaris"/> + <property name="ws" value="motif"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.linux.ia64" target="${target}"> + <property name="arch" value="ia64"/> + <property name="os" value="linux"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.linux.x86" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="linux"/> + <property name="ws" value="motif"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.hpux.PA_RISC" target="${target}"> + <property name="arch" value="PA_RISC"/> + <property name="os" value="hpux"/> + <property name="ws" value="motif"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.motif.aix.ppc" target="${target}"> + <property name="arch" value="ppc"/> + <property name="os" value="aix"/> + <property name="ws" value="motif"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.carbon.macosx" target="${target}"> + <property name="arch" value="ppc"/> + <property name="os" value="macosx"/> + <property name="ws" value="carbon"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.linux.ppc" target="${target}"> + <property name="arch" value="ppc"/> + <property name="os" value="linux"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.solaris.x86" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="solaris"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.solaris.sparc" target="${target}"> + <property name="arch" value="sparc"/> + <property name="os" value="solaris"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.linux.s390x" target="${target}"> + <property name="arch" value="s390x"/> + <property name="os" value="linux"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.linux.s390" target="${target}"> + <property name="arch" value="s390"/> + <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.swt.gtk.freebsd.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.swt.gtk.linux.x86" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="linux"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.wpf.win32.x86" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="wpf"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.osgi" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.common" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.update.configurator" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.core.runtime.compatibility.auth" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.core.jobs" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.registry" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.preferences" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.core.contenttype" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.core.commands" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.equinox.app" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.core.runtime" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.core.expressions" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.help" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.core.databinding" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.core.databinding.beans" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.win32.win32.x86" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.swt.gtk.linux.x86_64" target="${target}"> + <property name="arch" value="x86_64"/> + <property name="os" value="linux"/> + <property name="ws" value="gtk"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.jface" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.jface.databinding" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.workbench" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.ui" target="${target}"> + <property name="arch" value="x86"/> + <property name="os" value="win32"/> + <property name="ws" value="win32"/> + </ant> + <ant antfile="build.xml" dir="../../plugins/org.eclipse.ui.carbon" target="${target}"> + <property name="arch" value="ppc"/> + <property name="os" value="macosx"/> + <property name="ws" value="carbon"/> + </ant> + </target> + <target name="all.features" depends="init"> + </target> + <target name="update.feature" depends="init"> + </target> + + <target name="all.children" depends="init,all.features,all.plugins,update.feature"> + </target> + + <target name="children" if="include.children"> + <antcall target="all.children"/> + </target> + + <target name="build.jars" depends="init" description="Build all the jars for the feature: org.eclipse.rcp."> + <antcall target="all.children"> + <param name="target" value="build.jars"/> + </antcall> + </target> + + <target name="build.sources" depends="init"> + <antcall target="all.children"> + <param name="target" value="build.sources"/> + </antcall> + </target> + + <target name="build.zips" depends="init"> + <antcall target="all.children"> + <param name="target" value="build.zips"/> + </antcall> + </target> + + <target name="build.update.jar" depends="init" description="Build the feature jar of: org.eclipse.rcp for an update site."> + <antcall target="all.children"> + <param name="target" value="build.update.jar"/> + </antcall> + <property name="feature.base" value="${feature.temp.folder}"/> + <delete dir="${feature.temp.folder}"/> + <mkdir dir="${feature.temp.folder}"/> + <antcall target="gather.bin.parts" inheritAll="false"> + <param name="arch" value="*"/> + <param name="ws" value="*"/> + <param name="nl" value="*"/> + <param name="os" value="*"/> + <param name="feature.base" value="${feature.temp.folder}"/> + </antcall> + <jar destfile="${feature.destination}/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc.jar" basedir="${feature.temp.folder}/features/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc"/> + <delete dir="${feature.temp.folder}"/> + </target> + + <target name="gather.bin.parts" depends="init" if="feature.base"> + <mkdir dir="${feature.base}/features/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc"/> + <antcall target="children"> + <param name="destination.temp.folder" value="${feature.base}/plugins"/> + <param name="target" value="gather.bin.parts"/> + </antcall> + <copy todir="${feature.base}/features/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc" failonerror="true" overwrite="false"> + <fileset dir="${basedir}"> + <include name="feature.xml"/> + <include name="license.html"/> + <include name="epl-v10.html"/> + <include name="feature.properties"/> + <include name="eclipse_update_120.jpg"/> + </fileset> + </copy> + <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc/feature.xml" selfVersion="3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc" featureIds="" pluginIds="com.ibm.icu:0.0.0,3.6.1.v20070906,org.eclipse.core.commands:0.0.0,3.3.0.I20070605-0010,org.eclipse.core.databinding:0.0.0,1.0.1.M20070822-0800,org.eclipse.core.databinding.beans:0.0.0,1.0.1.M20070910-0800b,org.eclipse.core.jobs:0.0.0,3.3.1.R33x_v20070709,org.eclipse.core.expressions:0.0.0,3.3.0.v20070606-0010,org.eclipse.core.runtime:0.0.0,3.3.100.v20070530,org.eclipse.core.runtime.compatibility.auth:0.0.0,3.2.100.v20070502,org.eclipse.osgi:0.0.0,3.3.2.R33x_v20080105,org.eclipse.help:0.0.0,3.3.2.v20071126_33x,org.eclipse.swt:0.0.0,3.3.2.v3349d,org.eclipse.jface:0.0.0,3.3.2.M20080207-0800,org.eclipse.jface.databinding:0.0.0,1.1.1.M20080207-0800,org.eclipse.ui:0.0.0,3.3.1.M20071128-0800,org.eclipse.ui.workbench:0.0.0,3.3.2.M20080207-0800,org.eclipse.ui.carbon:0.0.0,3.2.100.I20070605-0010,org.eclipse.update.configurator:0.0.0,3.2.101.R33x_v20070810,org.eclipse.swt.win32.win32.x86:0.0.0,3.3.3.v3349,org.eclipse.swt.wpf.win32.x86:0.0.0,3.3.2.v3349,org.eclipse.swt.gtk.freebsd.x86:0.0.0,3.3.2.v3349,org.eclipse.swt.gtk.freebsd.amd64:0.0.0,3.3.2.v3349,org.eclipse.swt.gtk.linux.x86:0.0.0,3.3.2.v3349,org.eclipse.swt.gtk.linux.s390:0.0.0,3.3.0.R3_3,org.eclipse.swt.gtk.linux.s390x:0.0.0,3.3.0.R3_3,org.eclipse.swt.gtk.solaris.sparc:0.0.0,3.3.2.v3349,org.eclipse.swt.gtk.solaris.x86:0.0.0,3.3.0.HEAD,org.eclipse.swt.gtk.linux.ppc:0.0.0,3.3.2.v3349,org.eclipse.swt.gtk.linux.x86_64:0.0.0,3.3.2.v3349,org.eclipse.swt.carbon.macosx:0.0.0,3.3.3.v3349,org.eclipse.swt.motif.aix.ppc:0.0.0,3.3.1.v3349,org.eclipse.swt.motif.hpux.PA_RISC:0.0.0,3.3.1.v3348,org.eclipse.swt.motif.linux.x86:0.0.0,3.3.2.v3349,org.eclipse.swt.gtk.linux.ia64:0.0.0,3.3.0.HEAD,org.eclipse.swt.motif.solaris.sparc:0.0.0,3.3.1.v3349,org.eclipse.swt.photon.qnx.x86:0.0.0,3.3.1.v3349,org.eclipse.swt.motif.hpux.ia64_32:0.0.0,3.3.0.HEAD,org.eclipse.rcp:0.0.0,3.2.1.r33x_r20080131,org.eclipse.core.contenttype:0.0.0,3.2.100.v20070319,org.eclipse.equinox.app:0.0.0,1.0.1.R33x_v20070828,org.eclipse.equinox.common:0.0.0,3.3.0.v20070426,org.eclipse.equinox.preferences:0.0.0,3.2.101.R33x_v20080117,org.eclipse.equinox.registry:0.0.0,3.3.1.R33x_v20070802,org.eclipse.equinox.launcher:0.0.0,1.0.1.R33x_v20080118,org.eclipse.equinox.launcher.gtk.solaris.sparc:0.0.0,1.0.3.R33x_v20080118,org.eclipse.equinox.launcher.carbon.macosx:0.0.0,1.0.3.R33x_v20080118,org.eclipse.equinox.launcher.gtk.linux.ppc:0.0.0,1.0.3.R33x_v20080118,org.eclipse.equinox.launcher.gtk.freebsd.x86:0.0.0,1.0.3.R33x_v20080118,org.eclipse.equinox.launcher.gtk.freebsd.amd64:0.0.0,1.0.3.R33x_v20080118,org.eclipse.equinox.launcher.gtk.linux.x86:0.0.0,1.0.3.R33x_v20080118,org.eclipse.equinox.launcher.gtk.linux.s390:0.0.0,1.0.0,org.eclipse.equinox.launcher.gtk.linux.s390x:0.0.0,1.0.0,org.eclipse.equinox.launcher.motif.linux.x86:0.0.0,1.0.3.R33x_v20080118,org.eclipse.equinox.launcher.gtk.linux.x86_64:0.0.0,1.0.3.R33x_v20080118,org.eclipse.equinox.launcher.motif.aix.ppc:0.0.0,1.0.3.R33x_v20080118,org.eclipse.equinox.launcher.motif.hpux.PA_RISC:0.0.0,1.0.1.R33x_v20070803,org.eclipse.equinox.launcher.wpf.win32.x86:0.0.0,1.0.3.R33x_v20080118,org.eclipse.equinox.launcher.win32.win32.x86:0.0.0,1.0.3.R33x_v20080118,"/> + <antcall target="rootFiles${os}_${ws}_${arch}"/> + </target> + <target name="rootFileswin32_win32_x86"> + <mkdir dir="${feature.base}/win32.win32.x86/${collectingFolder}/"/> + <copy todir="${feature.base}/win32.win32.x86/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/win32/win32/x86"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/win32.win32.x86/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFileswin32_wpf_x86"> + <mkdir dir="${feature.base}/win32.wpf.x86/${collectingFolder}/"/> + <copy todir="${feature.base}/win32.wpf.x86/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/wpf/win32/x86"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/win32.wpf.x86/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFilesmacosx_carbon_ppc"> + <mkdir dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}/"/> + <copy todir="${feature.base}/macosx.carbon.ppc/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/carbon/macosx/ppc"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" includes="eclipse" /> + <chmod perm="755" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" includes="Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt" /> + <exec executable="ln" dir="${feature.base}/macosx.carbon.ppc/${collectingFolder}" os="Linux"> + <arg line="-sf"/> + <arg line="Eclipse.app/Contents/MacOS/eclipse"/> + <arg line="eclipse"/> + </exec> + </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"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </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"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/amd64"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </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="rootFileslinux_gtk_x86"> + <mkdir dir="${feature.base}/linux.gtk.x86/${collectingFolder}/"/> + <copy todir="${feature.base}/linux.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/linux.gtk.x86"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/linux/x86"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="eclipse" /> + <chmod perm="755" dir="${feature.base}/linux.gtk.x86/${collectingFolder}" includes="*.so*" /> + </target> + <target name="rootFileslinux_gtk_ppc"> + <mkdir dir="${feature.base}/linux.gtk.ppc/${collectingFolder}/"/> + <copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/linux/ppc"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/linux.gtk.ppc/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFileslinux_gtk_ppc64"> + <mkdir dir="${feature.base}/linux.gtk.ppc64/${collectingFolder}/"/> + <copy todir="${feature.base}/linux.gtk.ppc64/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/linux.gtk.ppc64/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFileslinux_gtk_x86_64"> + <mkdir dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}/"/> + <copy todir="${feature.base}/linux.gtk.x86_64/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/linux.gtk.x86_64"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/linux/x86_64"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}" includes="eclipse" /> + <chmod perm="755" dir="${feature.base}/linux.gtk.x86_64/${collectingFolder}" includes="*.so*" /> + </target> + <target name="rootFileslinux_gtk_ia64"> + <mkdir dir="${feature.base}/linux.gtk.ia64/${collectingFolder}/"/> + <copy todir="${feature.base}/linux.gtk.ia64/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/linux.gtk.ia64/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFileslinux_gtk_s390"> + <mkdir dir="${feature.base}/linux.gtk.s390/${collectingFolder}/"/> + <copy todir="${feature.base}/linux.gtk.s390/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/linux.gtk.s390"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/contributed/gtk/linux/s390"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/linux.gtk.s390/${collectingFolder}" includes="*.so*" /> + <chmod perm="755" dir="${feature.base}/linux.gtk.s390/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFileslinux_gtk_s390x"> + <mkdir dir="${feature.base}/linux.gtk.s390x/${collectingFolder}/"/> + <copy todir="${feature.base}/linux.gtk.s390x/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/linux.gtk.s390x"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/contributed/gtk/linux/s390x"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/linux.gtk.s390x/${collectingFolder}" includes="*.so*" /> + <chmod perm="755" dir="${feature.base}/linux.gtk.s390x/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFileslinux_motif_x86"> + <mkdir dir="${feature.base}/linux.motif.x86/${collectingFolder}/"/> + <copy todir="${feature.base}/linux.motif.x86/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/../../features/org.eclipse.platform/about_files/linux.motif.x86"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/motif/linux/x86"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../../plugins/org.eclipse.swt.motif.linux.x86"> + <include name="libXm.so.2"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <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="rootFilessolaris_gtk_sparc"> + <mkdir dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}/"/> + <copy todir="${feature.base}/solaris.gtk.sparc/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/gtk/solaris/sparc"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/solaris.gtk.sparc/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFilessolaris_gtk_x86"> + <mkdir dir="${feature.base}/solaris.gtk.x86/${collectingFolder}/"/> + <copy todir="${feature.base}/solaris.gtk.x86/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/solaris.gtk.x86/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFilessolaris_motif_sparc"> + <mkdir dir="${feature.base}/solaris.motif.sparc/${collectingFolder}/"/> + <copy todir="${feature.base}/solaris.motif.sparc/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/solaris.motif.sparc/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFilesaix_motif_ppc"> + <mkdir dir="${feature.base}/aix.motif.ppc/${collectingFolder}/"/> + <copy todir="${feature.base}/aix.motif.ppc/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/../../features/org.eclipse.equinox.executable/bin/motif/aix/ppc"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/aix.motif.ppc/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFileshpux_motif_PA_RISC"> + <mkdir dir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}/"/> + <copy todir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/hpux.motif.PA_RISC/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFileshpux_motif_ia64"> + <mkdir dir="${feature.base}/hpux.motif.ia64/${collectingFolder}/"/> + <copy todir="${feature.base}/hpux.motif.ia64/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/hpux.motif.ia64/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFileshpux_motif_ia64_32"> + <mkdir dir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}/"/> + <copy todir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/hpux.motif.ia64_32/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFilesqnx_photon_x86"> + <mkdir dir="${feature.base}/qnx.photon.x86/${collectingFolder}/"/> + <copy todir="${feature.base}/qnx.photon.x86/${collectingFolder}/" failonerror="true" overwrite="true"> + <fileset dir="${basedir}/rootfiles"> + <include name="**"/> + </fileset> + <fileset dir="${basedir}/../org.eclipse.platform/rootfiles"> + <include name="**"/> + </fileset> + </copy> + <chmod perm="755" dir="${feature.base}/qnx.photon.x86/${collectingFolder}" includes="eclipse" /> + </target> + <target name="rootFilesgroup_group_group"> + <antcall target="rootFileswin32_win32_x86"/> + <antcall target="rootFileswin32_wpf_x86"/> + <antcall target="rootFilesmacosx_carbon_ppc"/> + <antcall target="rootFilesfreebsd_gtk_x86"/> + <antcall target="rootFilesfreebsd_gtk_amd64"/> + <antcall target="rootFileslinux_gtk_x86"/> + <antcall target="rootFileslinux_gtk_ppc"/> + <antcall target="rootFileslinux_gtk_ppc64"/> + <antcall target="rootFileslinux_gtk_x86_64"/> + <antcall target="rootFileslinux_gtk_ia64"/> + <antcall target="rootFileslinux_gtk_s390"/> + <antcall target="rootFileslinux_gtk_s390x"/> + <antcall target="rootFileslinux_motif_x86"/> + <antcall target="rootFilessolaris_gtk_sparc"/> + <antcall target="rootFilessolaris_gtk_x86"/> + <antcall target="rootFilessolaris_motif_sparc"/> + <antcall target="rootFilesaix_motif_ppc"/> + <antcall target="rootFileshpux_motif_PA_RISC"/> + <antcall target="rootFileshpux_motif_ia64"/> + <antcall target="rootFileshpux_motif_ia64_32"/> + <antcall target="rootFilesqnx_photon_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."> + <delete dir="${feature.temp.folder}"/> + <mkdir dir="${feature.temp.folder}"/> + <antcall target="gather.bin.parts"> + <param name="arch" value="*"/> + <param name="ws" value="*"/> + <param name="nl" value="*"/> + <param name="include.children" value="true"/> + <param name="feature.base" value="${feature.temp.folder}"/> + <param name="os" value="*"/> + </antcall> + <zip destfile="${feature.destination}/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc.bin.dist.zip" basedir="${feature.temp.folder}" filesonly="false" whenempty="skip" update="false"/> + <delete dir="${feature.temp.folder}"/> + </target> + + <target name="zip.sources" depends="init"> + <delete dir="${feature.temp.folder}"/> + <mkdir dir="${feature.temp.folder}"/> + <antcall target="all.children"> + <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.eclipse.rcp.source_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc/src"/> + <param name="include.children" value="true"/> + <param name="target" value="gather.sources"/> + </antcall> + <zip destfile="${feature.destination}/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc.src.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/> + <delete dir="${feature.temp.folder}"/> + </target> + + <target name="zip.logs" depends="init"> + <delete dir="${feature.temp.folder}"/> + <mkdir dir="${feature.temp.folder}"/> + <antcall target="all.children" inheritAll="false"> + <param name="destination.temp.folder" value="${feature.temp.folder}/plugins"/> + <param name="include.children" value="true"/> + <param name="target" value="gather.logs"/> + </antcall> + <zip destfile="${feature.destination}/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc.log.zip" basedir="${feature.temp.folder}" filesonly="true" whenempty="skip" update="false"/> + <delete dir="${feature.temp.folder}"/> + </target> + + <target name="clean" depends="init" description="Clean the feature: org.eclipse.rcp of all the zips, jars and logs created."> + <delete file="${feature.destination}/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc.jar"/> + <delete file="${feature.destination}/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc.bin.dist.zip"/> + <delete file="${feature.destination}/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc.log.zip"/> + <delete file="${feature.destination}/org.eclipse.rcp_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc.src.zip"/> + <delete dir="${feature.temp.folder}"/> + <antcall target="all.children"> + <param name="target" value="clean"/> + </antcall> + </target> + + <target name="refresh" depends="init" if="eclipse.running" description="Refresh this folder."> + <eclipse.convertPath fileSystemPath="/builds/M200802211800/src/features/org.eclipse.rcp/" property="resourcePath"/> + <eclipse.refreshLocal resource="${resourcePath}" depth="infinite"/> + <antcall target="all.children"> + <param name="target" value="refresh"/> + </antcall> + </target> + <target name="gather.sources"> + <antcall target="children"> + <param name="destination.temp.folder" value="${feature.temp.folder}/plugins/org.eclipse.rcp.source_3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc/src"/> + <param name="target" value="gather.sources"/> + </antcall> + </target> + + <target name="gather.logs" depends="init"> + <mkdir dir="${feature.temp.folder}"/> + <antcall target="all.children" inheritAll="false"> + <param name="destination.temp.folder" value="${feature.temp.folder}/plugins"/> + <param name="target" value="gather.logs"/> + </antcall> + </target> + +</project> |
