1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Getting close, me thinks...

This commit is contained in:
Doug Schaefer 2005-04-08 19:12:56 +00:00
parent 8dc0e039c4
commit 5ed8a9fae1
6 changed files with 44 additions and 20 deletions

View file

@ -60,6 +60,17 @@ collBase=.
# 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
archivesFormat=\
aix,motif,ppc-tar \ aix,motif,ppc-tar \
& linux,gtk,x86-tar \ & linux,gtk,x86-tar \
& linux,gtk,x86_64-tar \ & linux,gtk,x86_64-tar \

View file

@ -18,55 +18,55 @@
<!-- 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.aix.motif.ppc-tar"> <target name="assemble.org.eclipse.cdt.aix.motif.ppc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-aix.ppc.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-aix.ppc.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.linux.gtk.x86-tar"> <target name="assemble.org.eclipse.cdt.linux.gtk.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.x86.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.x86.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.linux.gtk.x86_64-tar"> <target name="assemble.org.eclipse.cdt.linux.gtk.x86_64">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.x86_64.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.x86_64.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.linux.gtk.ppc-tar"> <target name="assemble.org.eclipse.cdt.linux.gtk.ppc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.ppc.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.ppc.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.linux.gtk.ia64-tar"> <target name="assemble.org.eclipse.cdt.linux.gtk.ia64">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.ia64.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-linux.ia64.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.macosx.carbon.ppc-tar"> <target name="assemble.org.eclipse.cdt.macosx.carbon.ppc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-macosx.ppc.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-macosx.ppc.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.qnx.photon.x86-tar"> <target name="assemble.org.eclipse.cdt.qnx.photon.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-qnx.x86.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-qnx.x86.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.solaris.motif.sparc-tar"> <target name="assemble.org.eclipse.cdt.solaris.motif.sparc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-solaris.sparc.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-solaris.sparc.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.win32.win32.x86-zip"> <target name="assemble.org.eclipse.cdt.win32.win32.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-win32.x86.zip"/> <property name="archiveName" value="org.eclipse.cdt-${branchVersion}-${buildId}-win32.x86.zip"/>
</ant> </ant>

View file

@ -60,6 +60,17 @@ collBase=.
# 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
archivesFormat=\
aix,motif,ppc-tar \ aix,motif,ppc-tar \
& linux,gtk,x86-tar \ & linux,gtk,x86-tar \
& linux,gtk,x86_64-tar \ & linux,gtk,x86_64-tar \

View file

@ -23,55 +23,55 @@
<!-- 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.sdk.aix.motif.ppc-tar"> <target name="assemble.org.eclipse.cdt.sdk.aix.motif.ppc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-aix.ppc.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-aix.ppc.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.sdk.linux.gtk.x86-tar"> <target name="assemble.org.eclipse.cdt.sdk.linux.gtk.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-linux.x86.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-linux.x86.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.sdk.linux.gtk.x86_64-tar"> <target name="assemble.org.eclipse.cdt.sdk.linux.gtk.x86_64">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-linux.x86_64.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-linux.x86_64.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.sdk.linux.gtk.ppc-tar"> <target name="assemble.org.eclipse.cdt.sdk.linux.gtk.ppc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-linux.ppc.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-linux.ppc.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.sdk.linux.gtk.ia64-tar"> <target name="assemble.org.eclipse.cdt.sdk.linux.gtk.ia64">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-linux.ia64.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-linux.ia64.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.sdk.macosx.carbon.ppc-tar"> <target name="assemble.org.eclipse.cdt.sdk.macosx.carbon.ppc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-macosx.ppc.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-macosx.ppc.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.sdk.qnx.photon.x86-tar"> <target name="assemble.org.eclipse.cdt.sdk.qnx.photon.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-qnx.x86.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-qnx.x86.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.sdk.solaris.motif.sparc-tar"> <target name="assemble.org.eclipse.cdt.sdk.solaris.motif.sparc">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-solaris.sparc.tar.gz"/> <property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-solaris.sparc.tar.gz"/>
</ant> </ant>
</target> </target>
<target name="assemble.org.eclipse.cdt.sdk.win32.win32.x86-zip"> <target name="assemble.org.eclipse.cdt.sdk.win32.win32.x86">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-win32.x86.zip"/> <property name="archiveName" value="org.eclipse.cdt.sdk-${branchVersion}-${buildId}-win32.x86.zip"/>
</ant> </ant>

View file

@ -59,7 +59,9 @@ 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=*,*,*-zip configs=*,*,*
archivesFormat=*,*,*-zip
#Arguments to send to the zip executable #Arguments to send to the zip executable
zipargs= zipargs=

View file

@ -23,7 +23,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.testing.*.*.*-zip"> <target name="assemble.org.eclipse.cdt.testing.*.*.*">
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"> <ant antfile="${assembleScriptName}" dir="${buildDirectory}">
<property name="archiveName" value="org.eclipse.cdt.testing-${branchVersion}-${buildId}.zip"/> <property name="archiveName" value="org.eclipse.cdt.testing-${branchVersion}-${buildId}.zip"/>
</ant> </ant>