mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-29 19:23:38 +02:00
[releng] Change sort order of builder in order to avoid source feature generation bug
This commit is contained in:
parent
2f6e858d98
commit
f3625d2bed
2 changed files with 7 additions and 7 deletions
|
@ -32,7 +32,7 @@ generateFeatureVersionSuffix=true
|
||||||
#runPackager=true
|
#runPackager=true
|
||||||
#archivesFormat = *,*,*-antZip
|
#archivesFormat = *,*,*-antZip
|
||||||
### We do not build individual source bundles yet because Eclipse 3.3 dont understand it
|
### We do not build individual source bundles yet because Eclipse 3.3 dont understand it
|
||||||
individualSourceBundles=true
|
#individualSourceBundles=true
|
||||||
|
|
||||||
#Compiler options
|
#Compiler options
|
||||||
javacFailOnError=false
|
javacFailOnError=false
|
||||||
|
|
|
@ -13,6 +13,10 @@
|
||||||
<property name="type" value="feature" />
|
<property name="type" value="feature" />
|
||||||
<property name="id" value="org.eclipse.rse.core" />
|
<property name="id" value="org.eclipse.rse.core" />
|
||||||
</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.dstore" />
|
<property name="id" value="org.eclipse.rse.dstore" />
|
||||||
|
@ -35,7 +39,7 @@
|
||||||
</ant>
|
</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.sdk" />
|
<property name="id" value="org.eclipse.rse.wince" />
|
||||||
</ant>
|
</ant>
|
||||||
<ant antfile="${genericTargets}" target="${target}">
|
<ant antfile="${genericTargets}" target="${target}">
|
||||||
<property name="type" value="feature" />
|
<property name="type" value="feature" />
|
||||||
|
@ -45,10 +49,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.wince" />
|
|
||||||
</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.examples" />
|
<property name="id" value="org.eclipse.rse.examples" />
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
</ant>
|
</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.terminals" />
|
<property name="id" value="org.eclipse.rse.sdk" />
|
||||||
</ant>
|
</ant>
|
||||||
<ant antfile="${genericTargets}" target="${target}">
|
<ant antfile="${genericTargets}" target="${target}">
|
||||||
<property name="type" value="feature" />
|
<property name="type" value="feature" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue