mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-28 18:53:20 +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
|
||||
#archivesFormat = *,*,*-antZip
|
||||
### We do not build individual source bundles yet because Eclipse 3.3 dont understand it
|
||||
individualSourceBundles=true
|
||||
#individualSourceBundles=true
|
||||
|
||||
#Compiler options
|
||||
javacFailOnError=false
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.core" />
|
||||
</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}">
|
||||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.dstore" />
|
||||
|
@ -35,7 +39,7 @@
|
|||
</ant>
|
||||
<ant antfile="${genericTargets}" target="${target}">
|
||||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.sdk" />
|
||||
<property name="id" value="org.eclipse.rse.wince" />
|
||||
</ant>
|
||||
<ant antfile="${genericTargets}" target="${target}">
|
||||
<property name="type" value="feature" />
|
||||
|
@ -45,10 +49,6 @@
|
|||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.remotecdt" />
|
||||
</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}">
|
||||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.examples" />
|
||||
|
@ -63,7 +63,7 @@
|
|||
</ant>
|
||||
<ant antfile="${genericTargets}" target="${target}">
|
||||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.terminals" />
|
||||
<property name="id" value="org.eclipse.rse.sdk" />
|
||||
</ant>
|
||||
<ant antfile="${genericTargets}" target="${target}">
|
||||
<property name="type" value="feature" />
|
||||
|
|
Loading…
Add table
Reference in a new issue