1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-19 14:15:50 +02:00

[releng] Build RSE Terminals after Terminals SDK

This commit is contained in:
Martin Oberhuber 2008-04-17 11:52:36 +00:00
parent 27bfd21fa5
commit f4a6927bbb

View file

@ -41,10 +41,6 @@
<property name="type" value="feature" /> <property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.remotecdt" /> <property name="id" value="org.eclipse.rse.remotecdt" />
</ant> </ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.terminals" />
</ant>
<ant antfile="${genericTargets}" target="${target}"> <ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" /> <property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.wince" /> <property name="id" value="org.eclipse.rse.wince" />
@ -65,6 +61,10 @@
<property name="type" value="feature" /> <property name="type" value="feature" />
<property name="id" value="org.eclipse.tm.terminal.sdk" /> <property name="id" value="org.eclipse.tm.terminal.sdk" />
</ant> </ant>
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature" />
<property name="id" value="org.eclipse.rse.terminals" />
</ant>
</target> </target>
<!-- ===================================================================== --> <!-- ===================================================================== -->
@ -140,12 +140,6 @@
<antcall target="unpackUpdateJarsForPackaging" /> <antcall target="unpackUpdateJarsForPackaging" />
</target> </target>
<target name="assemble.org.eclipse.rse.terminals">
<property name="archiveName" value="RSE-terminals-incubation-${buildId}.zip"/>
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
<antcall target="unpackUpdateJarsForPackaging" />
</target>
<target name="assemble.org.eclipse.rse.tests"> <target name="assemble.org.eclipse.rse.tests">
<property name="archiveName" value="RSE-tests-${buildId}.zip"/> <property name="archiveName" value="RSE-tests-${buildId}.zip"/>
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/> <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
@ -164,6 +158,12 @@
<antcall target="unpackUpdateJarsForPackaging" /> <antcall target="unpackUpdateJarsForPackaging" />
</target> </target>
<target name="assemble.org.eclipse.rse.terminals">
<property name="archiveName" value="RSE-terminals-incubation-${buildId}.zip"/>
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
<antcall target="unpackUpdateJarsForPackaging" />
</target>
<target name="unpackUpdateJarsForPackaging" depends="myInit"> <target name="unpackUpdateJarsForPackaging" depends="myInit">
<property name="tmpsite" value="${buildDirectory}/tmpsite" /> <property name="tmpsite" value="${buildDirectory}/tmpsite" />
<mkdir dir="${tmpsite}/new/eclipse/features" /> <mkdir dir="${tmpsite}/new/eclipse/features" />