diff --git a/releng/org.eclipse.cdt.releng/.cvsignore b/releng/org.eclipse.cdt.releng/.cvsignore index 4a1771d00b1..c9726765e0b 100644 --- a/releng/org.eclipse.cdt.releng/.cvsignore +++ b/releng/org.eclipse.cdt.releng/.cvsignore @@ -5,3 +5,4 @@ cdt-map.txt build.log compile.log mail.txt +eclipse-SDK-new.zip diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml index f43c7f7a4d9..78ef16a65f3 100644 --- a/releng/org.eclipse.cdt.releng/build.xml +++ b/releng/org.eclipse.cdt.releng/build.xml @@ -2,8 +2,8 @@ - - + + @@ -11,8 +11,10 @@ - + + + @@ -22,6 +24,8 @@ + + @@ -65,11 +69,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -85,6 +118,12 @@ + + + + + + @@ -123,44 +162,50 @@ - + + + + + + - + + + + tolist="${mailto}" from="dschaefe@ca.ibm.com"> + tolist="${mailto}" from="dschaefe@ca.ibm.com"> - - - - - - + @@ -171,31 +216,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -216,11 +236,6 @@ - - - - - @@ -251,6 +266,95 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/org.eclipse.cdt.releng/builders/build.properties b/releng/org.eclipse.cdt.releng/builders/build.properties deleted file mode 100644 index 4d2ce20afb5..00000000000 --- a/releng/org.eclipse.cdt.releng/builders/build.properties +++ /dev/null @@ -1,79 +0,0 @@ -##################### -# Parameters describing how and where to execute the build. -# Typical users need only update the following properties: -# baseLocation - where things you are building against are installed -# bootclasspath - The base jars to compile against (typicaly rt.jar) -# configs - the list of {os, ws, arch} configurations to build. -# -# Of course any of the settings here can be overridden by spec'ing -# them on the command line (e.g., -DbaseLocation=d:/eclipse - -############# CVS CONTROL ################ -# The CVS tag to use when fetching the map files from the repository -mapVersionTag=HEAD - -# The CVS tag to use when fetching elements to build. By default the -# builder will use whatever is in the maps. Use this value to override -# for example, when doing a nightly build out of HEAD -# fetchTag=HEAD - - -############## BUILD / GENERATION CONTROL ################ -# The directory into which the build elements will be fetched and where -# the build will take place. buildDirectory and install should be the same -# value. -buildDirectory=build - -# Type of build. Used in naming the build output. Typically this value is -# one of I, N, M, S, ... -buildType=I - -# ID of the build. Used in naming the build output. -buildId=TestBuild - -# Label for the build. Used in naming the build output -buildLabel=${buildType}.${buildId} - -# Timestamp for the build. Used in naming the build output -timestamp=007 - -# Base location for anything the build needs to compile against. For example, -# when building GEF, the baseLocation should be the location of a previously -# installed Eclipse against which the GEF code will be compiled. -baseLocation= - -#Os/Ws/Arch/nl of the eclipse specified by baseLocation -#baseos -#basews -#basearch -#basenl - -# The location underwhich all of the build output will be collected. This will be -# the root path in the resultant zip file. -collPlace=eclipse - -# The directory in which to execute zip of the ${collPlace} directory -collBase=. - -# The list of {os, ws, arch} configurations to build. This -# value is a '&' separated list of ',' separate triples. For example, -# configs=win32,win32,x86 & linux,motif,x86 -# By default the value is *,*,* -configs=*,*,* - -#Arguments to send to the zip executable -zipargs= - -############# JAVA COMPILER OPTIONS ############## -# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE -#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar - -javacDebugInfo=on -javacVerbose=true -javacFailOnError=false - -# The version of the source code -#javaSource=1.3 - -# The version of the byte code targeted -#javacTarget=1.1 diff --git a/releng/org.eclipse.cdt.releng/builders/customTargets.xml b/releng/org.eclipse.cdt.releng/builders/customTargets.xml deleted file mode 100644 index a93e269461b..00000000000 --- a/releng/org.eclipse.cdt.releng/builders/customTargets.xml +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/cdt-map.in b/releng/org.eclipse.cdt.releng/cdt-map.in index b9b47b16fb1..6ac49ccea74 100644 --- a/releng/org.eclipse.cdt.releng/cdt-map.in +++ b/releng/org.eclipse.cdt.releng/cdt-map.in @@ -1,7 +1,7 @@ -org.eclipse.cdt-@buildId@-aix.motif.ppc.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | aix,motif,ppc | | runtime -org.eclipse.cdt-@buildId@-hpux.motif.PA_RISC.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | hpux,motif,PA_RISC | | runtime -org.eclipse.cdt-@buildId@-linux.gtk.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | linux,gtk,x86 & linux,*,x86 | | runtime -org.eclipse.cdt-@buildId@-linux.motif.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | linux,motif,x86 & linux,*,x86 | | runtime -org.eclipse.cdt-@buildId@-qnx.photon.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | qnx,photon,x86 | | runtime -org.eclipse.cdt-@buildId@-solaris.motif.sparc.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | solaris,motif,sparc | | runtime -org.eclipse.cdt-@buildId@-win32.win32.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | win32,win32,x86 | | runtime +org.eclipse.cdt-@buildId@-aix.motif.ppc.zip = http://download.eclipse.org/tools/cdt/wswb/@buildId@/ | aix,motif,ppc | | runtime | cdt +org.eclipse.cdt-@buildId@-hpux.motif.PA_RISC.zip = http://download.eclipse.org/tools/cdt/wswb/@buildId@/ | hpux,motif,PA_RISC | | runtime | cdt +org.eclipse.cdt-@buildId@-linux.gtk.x86.zip = http://download.eclipse.org/tools/cdt/wswb/@buildId@/ | linux,gtk,x86 & linux,*,x86 | | runtime | cdt +org.eclipse.cdt-@buildId@-linux.motif.x86.zip = http://download.eclipse.org/tools/cdt/wswb/@buildId@/ | linux,motif,x86 & linux,*,x86 | | runtime | cdt +org.eclipse.cdt-@buildId@-qnx.photon.x86.zip = http://download.eclipse.org/tools/cdt/wswb/@buildId@/ | qnx,photon,x86 | | runtime | cdt +org.eclipse.cdt-@buildId@-solaris.motif.sparc.zip = http://download.eclipse.org/tools/cdt/wswb/@buildId@/ | solaris,motif,sparc | | runtime | cdt +org.eclipse.cdt-@buildId@-win32.win32.x86.zip = http://download.eclipse.org/tools/cdt/wswb/@buildId@/ | win32,win32,x86 | | runtime | cdt diff --git a/releng/org.eclipse.cdt.releng/message.txt b/releng/org.eclipse.cdt.releng/message.in similarity index 100% rename from releng/org.eclipse.cdt.releng/message.txt rename to releng/org.eclipse.cdt.releng/message.in diff --git a/releng/org.eclipse.cdt.releng/platform/.cvsignore b/releng/org.eclipse.cdt.releng/platform/.cvsignore new file mode 100644 index 00000000000..2b3be8ddce5 --- /dev/null +++ b/releng/org.eclipse.cdt.releng/platform/.cvsignore @@ -0,0 +1 @@ +patch.xml diff --git a/releng/org.eclipse.cdt.releng/platform/customTargets.xml b/releng/org.eclipse.cdt.releng/platform/customTargets.xml index bc32d8eda3e..f427aafc9c4 100644 --- a/releng/org.eclipse.cdt.releng/platform/customTargets.xml +++ b/releng/org.eclipse.cdt.releng/platform/customTargets.xml @@ -83,6 +83,14 @@ + + + + + + + +