1
0
Fork 0
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:
Doug Schaefer 2007-06-05 18:27:31 +00:00
parent 9b8326c03f
commit 83d920cef3
6 changed files with 72 additions and 32 deletions

View 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>

View file

@ -0,0 +1 @@
bin.includes = feature.xml

View 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>

View file

@ -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
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

View file

@ -70,16 +70,7 @@ collBase=.
# value is a '&' separated list of ',' separate triples. For example,
# configs=win32,win32,x86 & linux,motif,x86
# By default the value is *,*,*
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
#configs=
outputUpdateJars=true
groupConfigurations=true

View file

@ -7,27 +7,7 @@
<target name="allElements">
<ant antfile="${genericTargets}" target="${target}">
<property name="type" value="feature"/>
<property name="id" value="org.eclipse.cdt"/>
</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"/>
<property name="id" value="org.eclipse.cdt.master"/>
</ant>
</target>
@ -38,7 +18,7 @@
<!-- 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}">
<property name="archiveName" value="cdt-master-${branchVersion}-${buildId}.zip"/>
</ant>