1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[releng] Move wrappers back to the end again

This commit is contained in:
Martin Oberhuber 2008-06-10 13:18:13 +00:00
parent 4ffcba2561
commit 86e889704c

View file

@ -37,18 +37,6 @@
<property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.terminals" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.remotecdt.wrapper" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.useractions.wrapper" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.wince.wrapper" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.remotecdt" />
@ -77,6 +65,18 @@
<property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.sdk" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.remotecdt.wrapper" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.useractions.wrapper" />
</ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.wince.wrapper" />
</ant>
</target>
<!-- ===================================================================== -->
@ -134,13 +134,6 @@
<antcall target="unpackUpdateJarsForPackaging" />
</target>
<target name="assemble.org.eclipse.rse.remotecdt.wrapper">
</target>
<target name="assemble.org.eclipse.rse.useractions.wrapper">
</target>
<target name="assemble.org.eclipse.rse.wince.wrapper">
</target>
<target name="assemble.org.eclipse.rse.useractions">
<property name="archiveName" value="RSE-useractions-${buildId}.zip"/>
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
@ -183,6 +176,22 @@
<antcall target="unpackUpdateJarsForPackaging" />
</target>
<target name="assemble.org.eclipse.rse.remotecdt.wrapper">
<property name="archiveName" value="tmp_wrapper_remotecdt.zip"/>
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
<antcall target="unpackUpdateJarsForPackaging" />
</target>
<target name="assemble.org.eclipse.rse.useractions.wrapper">
<property name="archiveName" value="tmp_wrapper_useractions.zip"/>
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
<antcall target="unpackUpdateJarsForPackaging" />
</target>
<target name="assemble.org.eclipse.rse.wince.wrapper">
<property name="archiveName" value="tmp_wrapper_winceps.zip"/>
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
<antcall target="unpackUpdateJarsForPackaging" />
</target>
<target name="unpackUpdateJarsForPackaging" depends="myInit">
<property name="tmpsite" value="${buildDirectory}/tmpsite" />
<mkdir dir="${tmpsite}/new/eclipse/features" />