mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Trying out a master build.
This commit is contained in:
parent
9b8326c03f
commit
83d920cef3
6 changed files with 72 additions and 32 deletions
17
releng/org.eclipse.cdt.master/.project
Normal file
17
releng/org.eclipse.cdt.master/.project
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>org.eclipse.cdt.master</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
1
releng/org.eclipse.cdt.master/build.properties
Normal file
1
releng/org.eclipse.cdt.master/build.properties
Normal file
|
@ -0,0 +1 @@
|
||||||
|
bin.includes = feature.xml
|
48
releng/org.eclipse.cdt.master/feature.xml
Normal file
48
releng/org.eclipse.cdt.master/feature.xml
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<feature
|
||||||
|
id="org.eclipse.cdt.master"
|
||||||
|
label="CDT Master Feature"
|
||||||
|
version="4.0.0"
|
||||||
|
provider-name="Eclipse.org">
|
||||||
|
|
||||||
|
<description url="http://www.example.com/description">
|
||||||
|
[Enter Feature Description here.]
|
||||||
|
</description>
|
||||||
|
|
||||||
|
<copyright url="http://www.example.com/copyright">
|
||||||
|
[Enter Copyright Description here.]
|
||||||
|
</copyright>
|
||||||
|
|
||||||
|
<license url="http://www.example.com/license">
|
||||||
|
[Enter License Description here.]
|
||||||
|
</license>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.core.parser.c99.feature"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.core.parser.upc.feature"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.debug.gdbjtag"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.sdk"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.testing"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.cdt.xlc.feature"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
|
</feature>
|
|
@ -1,3 +1,6 @@
|
||||||
|
! The master
|
||||||
|
feature@org.eclipse.cdt.master=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/releng/org.eclipse.cdt.master
|
||||||
|
|
||||||
! Cross platform
|
! Cross platform
|
||||||
plugin@org.eclipse.cdt.core=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core
|
plugin@org.eclipse.cdt.core=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core
|
||||||
plugin@org.eclipse.cdt.ui=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.ui
|
plugin@org.eclipse.cdt.ui=@cdtTag@,:pserver:anonymous@dev.eclipse.org:/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.ui
|
||||||
|
|
|
@ -70,16 +70,7 @@ collBase=.
|
||||||
# value is a '&' separated list of ',' separate triples. For example,
|
# value is a '&' separated list of ',' separate triples. For example,
|
||||||
# configs=win32,win32,x86 & linux,motif,x86
|
# configs=win32,win32,x86 & linux,motif,x86
|
||||||
# By default the value is *,*,*
|
# By default the value is *,*,*
|
||||||
configs=\
|
#configs=
|
||||||
aix,motif,ppc \
|
|
||||||
& linux,gtk,x86 \
|
|
||||||
& linux,gtk,x86_64 \
|
|
||||||
& linux,gtk,ppc \
|
|
||||||
& linux,gtk,ia64 \
|
|
||||||
& macosx,carbon,ppc \
|
|
||||||
& qnx,photon,x86 \
|
|
||||||
& solaris,motif,sparc \
|
|
||||||
& win32,win32,x86
|
|
||||||
|
|
||||||
outputUpdateJars=true
|
outputUpdateJars=true
|
||||||
groupConfigurations=true
|
groupConfigurations=true
|
||||||
|
|
|
@ -7,27 +7,7 @@
|
||||||
<target name="allElements">
|
<target name="allElements">
|
||||||
<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.cdt"/>
|
<property name="id" value="org.eclipse.cdt.master"/>
|
||||||
</ant>
|
|
||||||
<ant antfile="${genericTargets}" target="${target}">
|
|
||||||
<property name="type" value="feature"/>
|
|
||||||
<property name="id" value="org.eclipse.cdt.sdk"/>
|
|
||||||
</ant>
|
|
||||||
<ant antfile="${genericTargets}" target="${target}">
|
|
||||||
<property name="type" value="feature"/>
|
|
||||||
<property name="id" value="org.eclipse.cdt.debug.gdbjtag"/>
|
|
||||||
</ant>
|
|
||||||
<ant antfile="${genericTargets}" target="${target}">
|
|
||||||
<property name="type" value="feature"/>
|
|
||||||
<property name="id" value="org.eclipse.cdt.core.parser.c99.feature"/>
|
|
||||||
</ant>
|
|
||||||
<ant antfile="${genericTargets}" target="${target}">
|
|
||||||
<property name="type" value="feature"/>
|
|
||||||
<property name="id" value="org.eclipse.cdt.core.parser.upc.feature"/>
|
|
||||||
</ant>
|
|
||||||
<ant antfile="${genericTargets}" target="${target}">
|
|
||||||
<property name="type" value="feature"/>
|
|
||||||
<property name="id" value="org.eclipse.cdt.testing"/>
|
|
||||||
</ant>
|
</ant>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -38,7 +18,7 @@
|
||||||
<!-- Add one target for each root element and each configuration -->
|
<!-- Add one target for each root element and each configuration -->
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
|
||||||
<target name="assemble.org.eclipse.cdt.group.group.group">
|
<target name="assemble.org.eclipse.cdt.master.group.group.group">
|
||||||
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
|
<ant antfile="${assembleScriptName}" dir="${buildDirectory}">
|
||||||
<property name="archiveName" value="cdt-master-${branchVersion}-${buildId}.zip"/>
|
<property name="archiveName" value="cdt-master-${branchVersion}-${buildId}.zip"/>
|
||||||
</ant>
|
</ant>
|
||||||
|
|
Loading…
Add table
Reference in a new issue