summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/org.eclipse.platform-build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse-devel/files/org.eclipse.platform-build.xml')
-rw-r--r--java/eclipse-devel/files/org.eclipse.platform-build.xml938
1 files changed, 938 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/org.eclipse.platform-build.xml b/java/eclipse-devel/files/org.eclipse.platform-build.xml
new file mode 100644
index 000000000000..5affe24ba4ec
--- /dev/null
+++ b/java/eclipse-devel/files/org.eclipse.platform-build.xml
@@ -0,0 +1,938 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="org.eclipse.platform" 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.core.runtime.compatibility.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.text" 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.osgi.util" 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.filesystem" 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.filesystem.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.core.filesystem.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.core.filesystem.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.core.filesystem.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.core.filesystem.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.core.filesystem.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.core.filesystem.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.core.filesystem.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.core.filesystem.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.core.filesystem.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.core.filesystem.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.core.boot" 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.osgi.services" 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.platform.doc.user" 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.appserver" 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.tomcat" 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.variables" 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" 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.net" 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.core" 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.core.win32" 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.core.linux" 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.update.core.freebsd" 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.ant.core" 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.resources" 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.resources.win32" 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.resources.compatibility" 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.team.core" 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.debug.core" 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.filebuffers" 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.ltk.core.refactoring" 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.http.servlet" 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.http.jetty" 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.base" 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.http.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.jsp.jasper" 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.jsp.jasper.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.help.webapp" 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.jsch.core" 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.views" 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.net" 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.browser" 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.presentations.r21" 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.jsch.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.workbench.compatibility" 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.forms" 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.views.properties.tabbed" 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.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.update.scheduler" 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.intro" 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.intro.universal" 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.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.cheatsheets" 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.navigator" 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.text" 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.ide" 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.win32" 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.texteditor" 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.editors" 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.navigator.resources" 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.ide.application" 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.platform" 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.console" 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.search" 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.debug.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.externaltools" 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.compare" 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.team.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.ltk.ui.refactoring" target="${target}">
+ <property name="arch" value="x86"/>
+ <property name="os" value="win32"/>
+ <property name="ws" value="win32"/>
+ </ant>
+ </target>
+ <target name="all.features" depends="init">
+ <ant antfile="build.xml" dir="../org.eclipse.rcp/" target="${target}"/>
+ </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.platform.">
+ <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.platform 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.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.jar" basedir="${feature.temp.folder}/features/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G"/>
+ <delete dir="${feature.temp.folder}"/>
+ </target>
+
+ <target name="gather.bin.parts" depends="init" if="feature.base">
+ <mkdir dir="${feature.base}/features/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G"/>
+ <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.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G" failonerror="true" overwrite="false">
+ <fileset dir="${basedir}">
+ <include name="epl-v10.html"/>
+ <include name="eclipse_update_120.jpg"/>
+ <include name="feature.xml"/>
+ <include name="feature.properties"/>
+ <include name="license.html"/>
+ </fileset>
+ </copy>
+ <eclipse.idReplacer featureFilePath="${feature.base}/features/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G/feature.xml" selfVersion="3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G" featureIds="org.eclipse.rcp:0.0.0,3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG," pluginIds="com.jcraft.jsch:0.0.0,0.1.31,javax.servlet:0.0.0,2.4.0.v200706111738,javax.servlet.jsp:0.0.0,2.0.0.v200706191603,org.apache.jasper:0.0.0,5.5.17.v200706111724,org.apache.commons.el:0.0.0,1.0.0.v200706111724,org.apache.commons.logging:0.0.0,1.0.4.v200706111724,org.apache.ant:0.0.0,1.7.0.v200706080842,org.apache.lucene:0.0.0,1.9.1.v200706111724,org.apache.lucene.analysis:0.0.0,1.9.1.v200706181610,org.eclipse.ant.core:0.0.0,3.1.200.v20070522,org.eclipse.compare:0.0.0,3.3.0.I20070606,org.eclipse.core.boot:0.0.0,3.1.100.v20060603,org.eclipse.core.filebuffers:0.0.0,3.3.0.v20070606-0010,org.eclipse.core.filesystem:0.0.0,1.1.0.v20070606,org.eclipse.core.net:0.0.0,1.0.0.I20070531,org.eclipse.core.resources:0.0.0,3.3.0.v20070604,org.eclipse.core.resources.compatibility:0.0.0,3.2.100.v20070502,org.eclipse.core.runtime.compatibility:0.0.0,3.1.200.v20070502,org.eclipse.osgi.services:0.0.0,3.1.200.v20070605,org.eclipse.osgi.util:0.0.0,3.1.200.v20070605,org.eclipse.core.variables:0.0.0,3.2.0.v20070426,org.eclipse.debug.core:0.0.0,3.3.0.v20070607-1800,org.eclipse.debug.ui:0.0.0,3.3.0.v20070607-1800,org.eclipse.equinox.http.registry:0.0.0,1.0.0.v20070608,org.eclipse.equinox.http.jetty:0.0.0,1.0.0.v20070607,org.eclipse.equinox.http.servlet:0.0.0,1.0.0.v20070606,org.eclipse.equinox.jsp.jasper:0.0.0,1.0.0.v20070607,org.eclipse.equinox.jsp.jasper.registry:0.0.0,1.0.0.v20070607,org.eclipse.help.webapp:0.0.0,3.3.0.v20070607,org.eclipse.help.base:0.0.0,3.3.0.v20070606,org.eclipse.help.ui:0.0.0,3.3.0.v20070530,org.eclipse.help.appserver:0.0.0,3.1.200.v20070510,org.eclipse.ltk.core.refactoring:0.0.0,3.3.0.v20070606-0010,org.eclipse.ltk.ui.refactoring:0.0.0,3.3.0.v20070606-0010,org.eclipse.platform:0.0.0,3.3.0.v20070613,org.eclipse.platform.doc.user:0.0.0,3.3.0.I20070615-1300,org.eclipse.search:0.0.0,3.3.0.v20070606-0010,org.eclipse.team.core:0.0.0,3.3.0.I20070607,org.eclipse.team.ui:0.0.0,3.3.0.I20070607,org.eclipse.tomcat:0.0.0,4.1.230.v20070531,org.eclipse.text:0.0.0,3.3.0.v20070606-0010,org.eclipse.jface.text:0.0.0,3.3.0.v20070606-0010,org.eclipse.jsch.core:0.0.0,1.0.0.I20070426,org.eclipse.jsch.ui:0.0.0,1.0.0.I20070525,org.eclipse.ui.console:0.0.0,3.2.0.v20070530,org.eclipse.ui.presentations.r21:0.0.0,3.2.100.I20070605-0010,org.eclipse.ui.intro:0.0.0,3.2.100.v20070530,org.eclipse.ui.intro.universal:0.0.0,3.2.100.v20070530A,org.eclipse.ui.cheatsheets:0.0.0,3.3.0.v20070507,org.eclipse.ui.browser:0.0.0,3.2.100.v20070524A,org.eclipse.ui.navigator:0.0.0,3.3.0.I20070605-0010,org.eclipse.ui.navigator.resources:0.0.0,3.3.0.I20070605-0010,org.eclipse.ui.net:0.0.0,1.0.0.I20070516,org.eclipse.ui.workbench.texteditor:0.0.0,3.3.0.v20070606-0010,org.eclipse.ui.views:0.0.0,3.2.100.I20070319-0010,org.eclipse.ui.editors:0.0.0,3.3.0.v20070606-0010,org.eclipse.ui.forms:0.0.0,3.3.0.v20070511,org.eclipse.ui.externaltools:0.0.0,3.1.200.v20070416,org.eclipse.ui.ide:0.0.0,3.3.0.I20070620,org.eclipse.ui.ide.application:0.0.0,1.0.0.I20070530-0100,org.eclipse.ui.win32:0.0.0,3.2.100.I20070319-0010,org.eclipse.update.core:0.0.0,3.2.100.v20070615,org.eclipse.update.scheduler:0.0.0,3.2.100.v20070615,org.eclipse.update.ui:0.0.0,3.2.100.v20070615,org.eclipse.ui.workbench.compatibility:0.0.0,3.2.0.I20070319-0010,org.eclipse.core.filesystem.hpux.ia64_32:0.0.0,1.0.0.v20060603,org.eclipse.core.filesystem.hpux.PA_RISC:0.0.0,1.0.0.v20060603,org.eclipse.core.filesystem.linux.ppc:0.0.0,1.0.100.v20070430,org.eclipse.core.filesystem.freebsd.x86:0.0.0,1.1.0.v20070416,org.eclipse.core.filesystem.freebsd.amd64:0.0.0,1.1.0.v20070416,org.eclipse.core.filesystem.linux.x86:0.0.0,1.1.0.v20070416,org.eclipse.core.filesystem.linux.x86_64:0.0.0,1.0.100.v20070510,org.eclipse.core.filesystem.solaris.sparc:0.0.0,1.0.100.v20070425,org.eclipse.core.filesystem.macosx:0.0.0,1.0.0.v20060603,org.eclipse.core.filesystem.qnx.x86:0.0.0,1.0.0.v20060603,org.eclipse.core.filesystem.win32.x86:0.0.0,1.1.0.v20070510,org.eclipse.core.resources.win32:0.0.0,3.3.0.v20070226,org.eclipse.update.core.freebsd:0.0.0,3.2.0.v20070615,org.eclipse.update.core.linux:0.0.0,3.2.0.v20070615,org.eclipse.update.core.win32:0.0.0,3.2.100.v20070615,org.eclipse.ui.views.properties.tabbed:0.0.0,3.3.0.I20070605-0010,org.eclipse.core.runtime.compatibility.registry:0.0.0,3.2.100.v20070316,org.mortbay.jetty:0.0.0,5.1.11.v200706111724,"/>
+ <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}/win32">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/wpf">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/macosx.carbon">
+ <include name="**"/>
+ </fileset>
+ <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}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/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}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/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}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/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}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </fileset>
+ </copy>
+ <chmod perm="755" dir="${feature.base}/linux.gtk.ppc/${collectingFolder}" includes="*.so*" />
+ <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}/../../launchertmp">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </fileset>
+ </copy>
+ <chmod perm="755" dir="${feature.base}/linux.gtk.ppc64/${collectingFolder}" includes="*.so*" />
+ <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}/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}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/../../launchertmp">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/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}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/about_files/linux.motif.x86">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/motif">
+ <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="Xm.so.2"/>
+ </fileset>
+ <fileset dir="${basedir}/motif">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/../../launchertmp">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/gtk">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/../../features/org.eclipse.equinox.executable/bin/gtk/solaris/sparc">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/motif">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/motif">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/../../launchertmp">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/motif">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/../../launchertmp">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/motif">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/rootfiles">
+ <include name="**"/>
+ </fileset>
+ <fileset dir="${basedir}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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}/../../plugins/org.eclipse.platform">
+ <include name="startup.jar"/>
+ </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.platform.">
+ <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.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.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.platform.source_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G/src"/>
+ <param name="include.children" value="true"/>
+ <param name="target" value="gather.sources"/>
+ </antcall>
+ <zip destfile="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.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.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.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.platform of all the zips, jars and logs created.">
+ <delete file="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.jar"/>
+ <delete file="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.bin.dist.zip"/>
+ <delete file="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.log.zip"/>
+ <delete file="${feature.destination}/org.eclipse.platform_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G.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/I200706251500/src/features/org.eclipse.platform/" 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.platform.source_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G/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>