Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.cdt.releng')
-rw-r--r--releng/org.eclipse.cdt.releng/.cvsignore7
-rw-r--r--releng/org.eclipse.cdt.releng/.project11
-rw-r--r--releng/org.eclipse.cdt.releng/build.sh9
-rw-r--r--releng/org.eclipse.cdt.releng/build.xml254
-rw-r--r--releng/org.eclipse.cdt.releng/builders/build.properties81
-rw-r--r--releng/org.eclipse.cdt.releng/builders/customTargets.xml138
-rw-r--r--releng/org.eclipse.cdt.releng/cdt-map.in8
-rw-r--r--releng/org.eclipse.cdt.releng/index.xsl228
-rw-r--r--releng/org.eclipse.cdt.releng/maps/cdt.map46
-rw-r--r--releng/org.eclipse.cdt.releng/message.txt9
-rw-r--r--releng/org.eclipse.cdt.releng/platform/build.properties87
-rw-r--r--releng/org.eclipse.cdt.releng/platform/customTargets.xml150
-rw-r--r--releng/org.eclipse.cdt.releng/plugin.xsl77
-rw-r--r--releng/org.eclipse.cdt.releng/site.in13
-rw-r--r--releng/org.eclipse.cdt.releng/site.xsl69
-rw-r--r--releng/org.eclipse.cdt.releng/testing/build.properties81
-rw-r--r--releng/org.eclipse.cdt.releng/testing/customTargets.xml130
17 files changed, 0 insertions, 1398 deletions
diff --git a/releng/org.eclipse.cdt.releng/.cvsignore b/releng/org.eclipse.cdt.releng/.cvsignore
deleted file mode 100644
index 4a1771d00b1..00000000000
--- a/releng/org.eclipse.cdt.releng/.cvsignore
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse-SDK.zip
-results
-workspace
-cdt-map.txt
-build.log
-compile.log
-mail.txt
diff --git a/releng/org.eclipse.cdt.releng/.project b/releng/org.eclipse.cdt.releng/.project
deleted file mode 100644
index 1bfb61f62db..00000000000
--- a/releng/org.eclipse.cdt.releng/.project
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.cdt.releng</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- </buildSpec>
- <natures>
- </natures>
-</projectDescription>
diff --git a/releng/org.eclipse.cdt.releng/build.sh b/releng/org.eclipse.cdt.releng/build.sh
deleted file mode 100644
index 4258b337372..00000000000
--- a/releng/org.eclipse.cdt.releng/build.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-# Treat this is an example build script
-# Please adjust paths as necessary for your build machine
-
-export JAVA_HOME=/opt/java/j2sdk1.4.2_03
-export PATH=$JAVA_HOME/bin:$PATH
-
-cd `dirname $0`
-
-java -cp ../../startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner $* 2>&1 | tee build.log
diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml
deleted file mode 100644
index 17bc2fa72b1..00000000000
--- a/releng/org.eclipse.cdt.releng/build.xml
+++ /dev/null
@@ -1,254 +0,0 @@
-<project default="zips">
-
- <target name="build" depends="zips,test,updateSite"/>
- <target name="nightly" depends="build,upload,mail"/>
- <target name="integration" depends="nightly,wswbmap"/>
- <target name="milestone" depends="integration,milestoneSite"/>
-
- <target name="init">
- <touch file="${user.home}/.cvspass" />
- <tstamp/>
- <property name="timestamp" value="${DSTAMP}${TSTAMP}" />
- <property name="buildDirectory" value="${basedir}/results" />
- <property name="baseLocation" value="${buildDirectory}/eclipse"/>
- <property name="pde.build.scripts" value="${baseLocation}/plugins/org.eclipse.pde.build_3.0.0/scripts" />
- <property name="eclipseZip" value="eclipse-SDK.zip"/>
- <property name="buildType" value="I" />
- <property name="buildId" value="${buildType}${timestamp}"/>
- <property name="siteurl" value="http://update.eclipse.org/tools/cdt/updates/builds/2.0"/>
- <property name="remotedir" value="/home/www/tools/cdt/updates/builds/2.0"/>
- <property name="zipsdir" value="${buildDirectory}/${buildType}.${buildId}"/>
- <property name="sitedir" value="${buildDirectory}/build.site"/>
- <property name="siteversion" value="2.0.0"/>
- <property name="milestonedir" value="${buildDirectory}/${milestone}"/>
- </target>
-
- <target name="zips" depends="init">
- <unzip src="${eclipseZip}" dest="${buildDirectory}"/>
- <ant antfile="build.xml" dir="${pde.build.scripts}">
- <property name="builder" value="${basedir}/platform" />
- </ant>
- <ant antfile="build.xml" dir="${pde.build.scripts}">
- <property name="builder" value="${basedir}/builders" />
- </ant>
- <concat destfile="compile.log">
- <fileset dir="${buildDirectory}/plugins" includes="**/*.bin.log"/>
- </concat>
- </target>
-
- <target name="test" depends="init">
- <ant antfile="build.xml" dir="${pde.build.scripts}">
- <property name="builder" value="${basedir}/testing" />
- </ant>
- <!-- This depends on what platform we run the test, it would be
- nice to figure this out on the fly -->
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-linux.gtk.x86.zip" dest="${buildDirectory}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt.make-${buildId}.zip" dest="${buildDirectory}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt.managedbuilder-${buildId}.zip" dest="${buildDirectory}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt.testing-${buildId}.zip" dest="${buildDirectory}"/>
- <copy todir="${buildDirectory}/eclipse/plugins/org.eclipse.test">
- <fileset dir="../org.eclipse.test"/>
- </copy>
- <copy todir="${buildDirectory}/eclipse/plugins/org.eclipse.ant.optional.junit">
- <fileset dir="../org.eclipse.ant.optional.junit"/>
- </copy>
- <ant antfile="test.xml" dir="${buildDirectory}/eclipse/plugins/org.eclipse.cdt.testing_${siteversion}">
- <property name="eclipse-home" value="${buildDirectory}/eclipse"/>
- </ant>
- <xslt style="${buildDirectory}/eclipse/plugins/org.eclipse.test/JUNIT.XSL"
- in="${buildDirectory}/eclipse/org.eclipse.cdt.testing.xml"
- out="${sitedir}/logs/${siteversion}.${timestamp}.html"/>
- </target>
-
- <target name="updateSite" depends="init">
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-aix.motif.ppc.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-linux.gtk.x86.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-linux.motif.x86.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-qnx.photon.x86.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-solaris.motif.sparc.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-win32.win32.x86.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt.make-${buildId}.zip" dest="${sitedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt.managedbuilder-${buildId}.zip" dest="${sitedir}"/>
- <antcall target="allElements">
- <param name="target" value="updateJars"/>
- </antcall>
- <delete dir="${sitedir}/eclipse"/>
- <get src="${siteurl}/site.xml" dest="${sitedir}/site.xml"/>
- <xslt style="site.xsl" in="${sitedir}/site.xml" out="x">
- <param name="version" expression="${siteversion}.${timestamp}"/>
- </xslt>
- <move file="x" tofile="${sitedir}/site.xml"/>
- <xslt style="index.xsl" in="${sitedir}/site.xml" out="${sitedir}/index.html"/>
- <copy todir="${sitedir}/zips/${buildId}">
- <fileset dir="${zipsdir}"/>
- </copy>
- </target>
-
- <target name="updateJars">
- <xslt style="plugin.xsl" in="${sitedir}/eclipse/${dir}/${id}_${siteversion}/${type}.xml" out="x">
- <param name="version" expression="${siteversion}.${timestamp}"/>
- </xslt>
- <move file="x" tofile="${sitedir}/eclipse/${dir}/${id}_${siteversion}/${type}.xml"/>
- <mkdir dir="${sitedir}/${dir}"/>
- <jar basedir="${sitedir}/eclipse/${dir}/${id}_${siteversion}"
- destfile="${sitedir}/${dir}/${id}_${siteversion}.${timestamp}.jar"/>
- </target>
-
- <target name="milestoneSite" depends="init">
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-aix.motif.ppc.zip" dest="${milestonedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-linux.gtk.x86.zip" dest="${milestonedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-linux.motif.x86.zip" dest="${milestonedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-qnx.photon.x86.zip" dest="${milestonedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-solaris.motif.sparc.zip" dest="${milestonedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt-${buildId}-win32.win32.x86.zip" dest="${milestonedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt.make-${buildId}.zip" dest="${milestonedir}"/>
- <unzip src="${zipsdir}/org.eclipse.cdt.managedbuilder-${buildId}.zip" dest="${milestonedir}"/>
- <antcall target="allElements">
- <param name="target" value="milestoneJars"/>
- </antcall>
- <copy file="site.in" tofile="${milestonedir}/site.xml"/>
- <replace file="${milestonedir}/site.xml" token="@milestone@" value="${milestone}"/>
- <delete dir="${milestonedir}/eclipse"/>
- </target>
-
- <target name="milestoneJars">
- <mkdir dir="${milestonedir}/${dir}"/>
- <jar basedir="${milestonedir}/eclipse/${dir}/${id}_${siteversion}"
- destfile="${milestonedir}/${dir}/${id}_${siteversion}.jar"/>
- </target>
-
- <target name="upload" depends="init">
- <ftp server="update.eclipse.org" userid="${cdtuser}" password="${cdtpasswd}"
- remotedir="${remotedir}" action="put" verbose="yes">
- <fileset dir="${sitedir}"/>
- </ftp>
- </target>
-
- <target name="wswbmap" depends="init">
- <copy file="cdt-map.in" tofile="cdt-map.txt" overwrite="true"/>
- <replace file="cdt-map.txt" token="@buildId@" value="${buildId}"/>
- <ftp server="update.eclipse.org" userid="${cdtuser}" password="${cdtpasswd}"
- remotedir="/home/www/tools/cdt/wswb" action="put" verbose="yes">
- <fileset file="cdt-map.txt"/>
- </ftp>
- </target>
-
- <target name="mail" depends="init">
- <concat destfile="mail.txt">
- <filelist dir="${basedir}" files="message.txt,compile.log"/>
- </concat>
- <mail subject="CDT Build ${siteversion}.${timestamp} completed"
- tolist="cdt-test-dev@eclipse.org" from="dschaefe@ca.ibm.com">
- <message src="mail.txt"/>
- </mail>
- </target>
-
- <target name="allElements">
- <antcall target="${target}">
- <param name="type" value="feature"/>
- <param name="dir" value="features"/>
- <param name="id" value="org.eclipse.cdt"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="feature"/>
- <param name="dir" value="features"/>
- <param name="id" value="org.eclipse.cdt.make"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="feature"/>
- <param name="dir" value="features"/>
- <param name="id" value="org.eclipse.cdt.managedbuilder"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.core"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="fragment"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.core.aix"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="fragment"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.core.linux"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="fragment"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.core.qnx"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="fragment"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.core.solaris"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="fragment"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.core.win32"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.debug.core"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.debug.mi.core"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.debug.mi.ui"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.debug.ui"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.doc.user"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.launch"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.make.core"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.make.ui"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.managedbuilder.core"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.managedbuilder.ui"/>
- </antcall>
- <antcall target="${target}">
- <param name="type" value="plugin"/>
- <param name="dir" value="plugins"/>
- <param name="id" value="org.eclipse.cdt.ui"/>
- </antcall>
- </target>
-
-</project>
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 4a028530ae6..00000000000
--- a/releng/org.eclipse.cdt.releng/builders/build.properties
+++ /dev/null
@@ -1,81 +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
-
-# Whether or not to include debug info in the output jars
-javacDebugInfo=true
-
-# Whether or not to fail the build if there are compiler errors
-javacfailonerror=true
-
-# 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 @@
-<project name="Build specific targets and properties" default="noDefault" >
-
-<property name="basews" value="gtk" />
-<property name="baseos" value="linux" />
-<property name="basearch" value="x86" />
-<property name="basenl" value="en_US" />
-
-<!-- ===================================================================== -->
-<!-- Run a given ${target} on all elements being built -->
-<!-- Add on <ant> task for each top level element being built. -->
-<!-- ===================================================================== -->
-<target name="allElements">
- <ant antfile="${genericTargets}" target="${target}" >
- <property name="type" value="feature" />
- <property name="id" value="org.eclipse.cdt.make" />
- </ant>
- <ant antfile="${genericTargets}" target="${target}" >
- <property name="type" value="feature" />
- <property name="id" value="org.eclipse.cdt.managedbuilder" />
- </ant>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Targets to assemble the built elements for particular configurations -->
-<!-- These generally call the generated assemble scripts (named in -->
-<!-- ${assembleScriptName}) but may also add pre and post processing -->
-<!-- Add one target for each root element and each configuration -->
-<!-- ===================================================================== -->
-
-<target name="assemble.org.eclipse.cdt.make">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
-</target>
-
-<target name="assemble.org.eclipse.cdt.managedbuilder">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Check out map files from correct repository -->
-<!-- Replace values for cvsRoot, package and mapVersionTag as desired. -->
-<!-- ===================================================================== -->
-<target name="getMapFiles">
- <copy todir="${buildDirectory}/maps">
- <fileset dir="${builder}/../maps"/>
- </copy>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before setup -->
-<!-- ===================================================================== -->
-<target name="preSetup">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after setup but before starting the build proper -->
-<!-- ===================================================================== -->
-<target name="postSetup">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before fetching the build elements -->
-<!-- ===================================================================== -->
-<target name="preFetch">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after fetching the build elements -->
-<!-- ===================================================================== -->
-<target name="postFetch">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before generating the build scripts. -->
-<!-- ===================================================================== -->
-<target name="preGenerate">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after generating the build scripts. -->
-<!-- ===================================================================== -->
-<target name="postGenerate">
-</target>
-
-
-<!-- ===================================================================== -->
-<!-- Steps to do before running the build.xmls for the elements being built. -->
-<!-- ===================================================================== -->
-<target name="preProcess">
- <replace dir="${buildDirectory}/plugins" value="${timestamp}" token="@build@">
- <include name="**/about.mappings" />
- </replace>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after running the build.xmls for the elements being built. -->
-<!-- ===================================================================== -->
-<target name="postProcess">
-</target>
-
-
-<!-- ===================================================================== -->
-<!-- Steps to do before running assemble. -->
-<!-- ===================================================================== -->
-<target name="preAssemble">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after running assemble. -->
-<!-- ===================================================================== -->
-<target name="postAssemble">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after the build is done. -->
-<!-- ===================================================================== -->
-<target name="postBuild">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do to test the build results -->
-<!-- ===================================================================== -->
-<target name="test">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do to publish the build results -->
-<!-- ===================================================================== -->
-<target name="publish">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Default target -->
-<!-- ===================================================================== -->
-<target name="noDefault">
- <echo message="You must specify a target when invoking this file" />
-</target>
-
-</project>
diff --git a/releng/org.eclipse.cdt.releng/cdt-map.in b/releng/org.eclipse.cdt.releng/cdt-map.in
deleted file mode 100644
index 6c6d628e943..00000000000
--- a/releng/org.eclipse.cdt.releng/cdt-map.in
+++ /dev/null
@@ -1,8 +0,0 @@
-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@-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.make-@buildId@.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | | | runtime
-org.eclipse.cdt.managedbuilder-@buildId@.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | | | runtime
diff --git a/releng/org.eclipse.cdt.releng/index.xsl b/releng/org.eclipse.cdt.releng/index.xsl
deleted file mode 100644
index b676b233856..00000000000
--- a/releng/org.eclipse.cdt.releng/index.xsl
+++ /dev/null
@@ -1,228 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
- <xsl:output method="html" indent="yes"/>
-
- <xsl:template match="/">
- <html>
- <head>
- <title>CDT 2.0 Build Page</title>
- </head>
- <body>
- <h2>CDT 2.0 Build Page</h2>
- <p>
- The nightly builds are currently run every weeknight
- To get download and install the builds, add the following
- as a site bookmark in Eclipse's Update Manager perspective:
- </p>
- <p>
- http://update.eclipse.org/tools/cdt/updates/builds/2.0
- </p>
- <p>
- There is one category for each build. Expanding the
- category will reveal the installable features.
- Currently the following features are available.
- You must install the main CDT feature as well as one
- or both of the builder features.
- </p>
- <h3>Builds</h3>
- <p>
- The reports from the automated build verification test suites
- are linked below.
- </p>
- <ul>
- <xsl:apply-templates select="site/category-def"/>
- </ul>
- </body>
- </html>
- </xsl:template>
-
- <xsl:template match="category-def">
- <li>
- <xsl:value-of select="@label"/>
- <ul>
- <xsl:if test="string-length(@label) &gt; 30">
- <li>
- <a>
- <xsl:attribute name="href">
- <xsl:text>logs/</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build ')"/>
- <xsl:text>/org.eclipse.cdt.core.tests.xml</xsl:text>
- </xsl:attribute>
- <xsl:text>org.eclipse.cdt.core.tests</xsl:text>
- </a>
- </li>
- </xsl:if>
- <xsl:if test="string-length(@label) &lt; 30">
- <li>
- <a>
- <xsl:attribute name="href">
- <xsl:text>logs/</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build ')"/>
- <xsl:text>.html</xsl:text>
- </xsl:attribute>
- <xsl:text>Unit Test Results</xsl:text>
- </a>
- <table width="75%">
- <tr>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-aix.motif.ppc.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-aix.motif.ppc.zip</xsl:text>
- </font>
- </a>
- </td>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-linux.gtk.x86.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-linux.gtk.x86.zip</xsl:text>
- </font>
- </a>
- </td>
- </tr>
- <tr>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-linux.motif.x86.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-linux.motif.x86.zip</xsl:text>
- </font>
- </a>
- </td>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-qnx.photon.x86.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-qnx.photon.x86.zip</xsl:text>
- </font>
- </a>
- </td>
- </tr>
- <tr>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-solaris.motif.sparc.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-solaris.motif.sparc.zip</xsl:text>
- </font>
- </a>
- </td>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-win32.win32.x86.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>-win32.win32.x86.zip</xsl:text>
- </font>
- </a>
- </td>
- </tr>
- <tr>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>/org.eclipse.cdt.make-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.make-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>.zip</xsl:text>
- </font>
- </a>
- </td>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>/org.eclipse.cdt.managedbuilder-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.managedbuilder-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>.zip</xsl:text>
- </font>
- </a>
- </td>
- </tr>
- <tr>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>/org.eclipse.cdt.testing-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.testing-I</xsl:text>
- <xsl:value-of select="substring-after(@label,'CDT Build 2.0.0.')"/>
- <xsl:text>.zip</xsl:text>
- </font>
- </a>
- </td>
- </tr>
- </table>
- </li>
- </xsl:if>
- </ul>
- </li>
- </xsl:template>
-
-</xsl:transform>
diff --git a/releng/org.eclipse.cdt.releng/maps/cdt.map b/releng/org.eclipse.cdt.releng/maps/cdt.map
deleted file mode 100644
index 47e7996c16d..00000000000
--- a/releng/org.eclipse.cdt.releng/maps/cdt.map
+++ /dev/null
@@ -1,46 +0,0 @@
-! Cross platform
-
-plugin@org.eclipse.cdt.core=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-plugin@org.eclipse.cdt.ui=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-
-plugin@org.eclipse.cdt.debug.core=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-plugin@org.eclipse.cdt.debug.ui=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-
-plugin@org.eclipse.cdt.debug.mi.core=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-plugin@org.eclipse.cdt.debug.mi.ui=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-
-plugin@org.eclipse.cdt.launch=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-
-plugin@org.eclipse.cdt.doc.user=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-
-plugin@org.eclipse.cdt=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-feature@org.eclipse.cdt=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,,org.eclipse.cdt-feature
-
-! Platform specific
-
-fragment@org.eclipse.cdt.core.aix=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-fragment@org.eclipse.cdt.core.linux=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-fragment@org.eclipse.cdt.core.qnx=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-fragment@org.eclipse.cdt.core.solaris=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-fragment@org.eclipse.cdt.core.win32=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-
-! Builders
-
-plugin@org.eclipse.cdt.make.core=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-plugin@org.eclipse.cdt.make.ui=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-feature@org.eclipse.cdt.make=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,,org.eclipse.cdt.make-feature
-
-plugin@org.eclipse.cdt.managedbuilder.core=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-plugin@org.eclipse.cdt.managedbuilder.ui=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-feature@org.eclipse.cdt.managedbuilder=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,,org.eclipse.cdt.managedbuilder-feature
-
-! Testing feature
-
-plugin@org.eclipse.cdt.core.tests=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-plugin@org.eclipse.cdt.ui.tests=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-plugin@org.eclipse.cdt.debug.ui.tests=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-plugin@org.eclipse.cdt.testing=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,
-feature@org.eclipse.cdt.testing=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,,org.eclipse.cdt.testing-feature
-
-! Source Feature
-
diff --git a/releng/org.eclipse.cdt.releng/message.txt b/releng/org.eclipse.cdt.releng/message.txt
deleted file mode 100644
index c668b758d41..00000000000
--- a/releng/org.eclipse.cdt.releng/message.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-The build is available at
-
- http://update.eclipse.org/tools/cdt/updates/builds/2.0
-
-Cheers,
-dschaefer2, the buildmaster...
-
---- Compile logs ---
-
diff --git a/releng/org.eclipse.cdt.releng/platform/build.properties b/releng/org.eclipse.cdt.releng/platform/build.properties
deleted file mode 100644
index 7f2798011d1..00000000000
--- a/releng/org.eclipse.cdt.releng/platform/build.properties
+++ /dev/null
@@ -1,87 +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=\
- aix,motif,ppc \
- & linux,gtk,x86 \
- & linux,motif,x86 \
- & qnx,photon,x86 \
- & solaris,motif,sparc \
- & win32,win32,x86
-
-#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
-
-# Whether or not to include debug info in the output jars
-javacDebugInfo=true
-
-# Whether or not to fail the build if there are compiler errors
-javacfailonerror=true
-
-# 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/platform/customTargets.xml b/releng/org.eclipse.cdt.releng/platform/customTargets.xml
deleted file mode 100644
index 99ad4ef9995..00000000000
--- a/releng/org.eclipse.cdt.releng/platform/customTargets.xml
+++ /dev/null
@@ -1,150 +0,0 @@
-<project name="Build specific targets and properties" default="noDefault" >
-
-<property name="basews" value="gtk" />
-<property name="baseos" value="linux" />
-<property name="basearch" value="x86" />
-<property name="basenl" value="en_US" />
-
-<!-- ===================================================================== -->
-<!-- Run a given ${target} on all elements being built -->
-<!-- Add on <ant> task for each top level element being built. -->
-<!-- ===================================================================== -->
-<target name="allElements">
- <ant antfile="${genericTargets}" target="${target}" >
- <property name="type" value="feature" />
- <property name="id" value="org.eclipse.cdt" />
- </ant>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Targets to assemble the built elements for particular configurations -->
-<!-- These generally call the generated assemble scripts (named in -->
-<!-- ${assembleScriptName}) but may also add pre and post processing -->
-<!-- Add one target for each root element and each configuration -->
-<!-- ===================================================================== -->
-
-<target name="assemble.org.eclipse.cdt.aix.motif.ppc">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
-</target>
-
-<target name="assemble.org.eclipse.cdt.linux.gtk.x86">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
-</target>
-
-<target name="assemble.org.eclipse.cdt.linux.motif.x86">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
-</target>
-
-<target name="assemble.org.eclipse.cdt.qnx.photon.x86">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
-</target>
-
-<target name="assemble.org.eclipse.cdt.solaris.motif.sparc">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
-</target>
-
-<target name="assemble.org.eclipse.cdt.win32.win32.x86">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Check out map files from correct repository -->
-<!-- Replace values for cvsRoot, package and mapVersionTag as desired. -->
-<!-- ===================================================================== -->
-<target name="getMapFiles">
- <copy todir="${buildDirectory}/maps">
- <fileset dir="${builder}/../maps"/>
- </copy>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before setup -->
-<!-- ===================================================================== -->
-<target name="preSetup">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after setup but before starting the build proper -->
-<!-- ===================================================================== -->
-<target name="postSetup">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before fetching the build elements -->
-<!-- ===================================================================== -->
-<target name="preFetch">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after fetching the build elements -->
-<!-- ===================================================================== -->
-<target name="postFetch">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before generating the build scripts. -->
-<!-- ===================================================================== -->
-<target name="preGenerate">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after generating the build scripts. -->
-<!-- ===================================================================== -->
-<target name="postGenerate">
-</target>
-
-
-<!-- ===================================================================== -->
-<!-- Steps to do before running the build.xmls for the elements being built. -->
-<!-- ===================================================================== -->
-<target name="preProcess">
- <replace dir="${buildDirectory}/plugins" value="${timestamp}" token="@build@">
- <include name="**/about.mappings" />
- </replace>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after running the build.xmls for the elements being built. -->
-<!-- ===================================================================== -->
-<target name="postProcess">
-</target>
-
-
-<!-- ===================================================================== -->
-<!-- Steps to do before running assemble. -->
-<!-- ===================================================================== -->
-<target name="preAssemble">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after running assemble. -->
-<!-- ===================================================================== -->
-<target name="postAssemble">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after the build is done. -->
-<!-- ===================================================================== -->
-<target name="postBuild">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do to test the build results -->
-<!-- ===================================================================== -->
-<target name="test">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do to publish the build results -->
-<!-- ===================================================================== -->
-<target name="publish">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Default target -->
-<!-- ===================================================================== -->
-<target name="noDefault">
- <echo message="You must specify a target when invoking this file" />
-</target>
-
-</project>
diff --git a/releng/org.eclipse.cdt.releng/plugin.xsl b/releng/org.eclipse.cdt.releng/plugin.xsl
deleted file mode 100644
index b1c1c3bdd40..00000000000
--- a/releng/org.eclipse.cdt.releng/plugin.xsl
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
- <xsl:output indent="yes"/>
-
- <xsl:param name="version"/>
-
- <xsl:template match="/plugin">
- <plugin>
- <xsl:attribute name="version">
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- <xsl:copy-of select="*|@*[not(name()='version')]"/>
- </plugin>
- </xsl:template>
-
- <xsl:template match="/fragment">
- <fragment>
- <xsl:attribute name="version">
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- <xsl:attribute name="plugin-version">
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- <xsl:copy-of select="*|@*[not(name()='version' or name()='plugin-version')]"/>
- </fragment>
- </xsl:template>
-
- <xsl:template match="/feature">
- <xsl:copy>
- <xsl:attribute name="version">
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- <xsl:apply-templates mode="feature" select="@*[not(name()='version')]|*|text()"/>
- </xsl:copy>
- </xsl:template>
-
- <xsl:template mode="feature" match="includes|plugin">
- <xsl:copy>
- <xsl:attribute name="version">
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- <xsl:copy-of select="*|@*[not(name()='version')]"/>
- </xsl:copy>
- </xsl:template>
-
- <xsl:template mode="feature" match="import[starts-with(@plugin,'org.eclipse.cdt')]|import[starts-with(@feature,'org.eclipse.cdt')]">
- <xsl:copy>
- <xsl:attribute name="version">
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- <xsl:copy-of select="*|@*[not(name()='version')]"/>
- </xsl:copy>
- </xsl:template>
-
- <xsl:template mode="feature" match="url/update">
- <xsl:copy>
- <xsl:attribute name="url">
- <xsl:text>http://update.eclipse.org/tools/cdt/updates/builds/2.0</xsl:text>
- </xsl:attribute>
- <xsl:copy-of select="*|@*[not(name()='url')]"/>
- </xsl:copy>
- </xsl:template>
-
- <xsl:template match="@*|*|text()">
- <xsl:copy>
- <xsl:apply-templates select="@*|*|text()"/>
- </xsl:copy>
- </xsl:template>
-
- <xsl:template mode="feature" match="@*|*|text()">
- <xsl:copy>
- <xsl:apply-templates mode="feature" select="@*|*|text()"/>
- </xsl:copy>
- </xsl:template>
-
-</xsl:transform>
diff --git a/releng/org.eclipse.cdt.releng/site.in b/releng/org.eclipse.cdt.releng/site.in
deleted file mode 100644
index 5fd14fba5ea..00000000000
--- a/releng/org.eclipse.cdt.releng/site.in
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <category-def name="cdt" label="CDT Milestone @milestone@"/>
- <feature id="org.eclipse.cdt" url="features/org.eclipse.cdt_2.0.0.jar" version="2.0.0">
- <category name="cdt"/>
- </feature>
- <feature id="org.eclipse.cdt.make" url="features/org.eclipse.cdt.make_2.0.0.jar" version="2.0.0">
- <category name="cdt"/>
- </feature>
- <feature id="org.eclipse.cdt.managedbuilder" url="features/org.eclipse.cdt.managedbuilder_2.0.0.jar" version="2.0.0">
- <category name="cdt"/>
- </feature>
-</site>
diff --git a/releng/org.eclipse.cdt.releng/site.xsl b/releng/org.eclipse.cdt.releng/site.xsl
deleted file mode 100644
index 529b4c057e7..00000000000
--- a/releng/org.eclipse.cdt.releng/site.xsl
+++ /dev/null
@@ -1,69 +0,0 @@
-<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
- <xsl:param name="version"/>
-
- <xsl:template match="/site">
- <site>
- <xsl:copy-of select="*"/>
- <category-def>
- <xsl:attribute name="name">
- <xsl:text>cdt_</xsl:text>
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- <xsl:attribute name="label">
- <xsl:text>CDT Build </xsl:text>
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- </category-def>
- <feature id="org.eclipse.cdt">
- <xsl:attribute name="url">
- <xsl:text>features/org.eclipse.cdt_</xsl:text>
- <xsl:value-of select="$version"/>
- <xsl:text>.jar</xsl:text>
- </xsl:attribute>
- <xsl:attribute name="version">
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- <category>
- <xsl:attribute name="name">
- <xsl:text>cdt_</xsl:text>
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- </category>
- </feature>
- <feature id="org.eclipse.cdt.make">
- <xsl:attribute name="url">
- <xsl:text>features/org.eclipse.cdt.make_</xsl:text>
- <xsl:value-of select="$version"/>
- <xsl:text>.jar</xsl:text>
- </xsl:attribute>
- <xsl:attribute name="version">
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- <category>
- <xsl:attribute name="name">
- <xsl:text>cdt_</xsl:text>
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- </category>
- </feature>
- <feature id="org.eclipse.cdt.managedbuilder">
- <xsl:attribute name="url">
- <xsl:text>features/org.eclipse.cdt.managedbuilder_</xsl:text>
- <xsl:value-of select="$version"/>
- <xsl:text>.jar</xsl:text>
- </xsl:attribute>
- <xsl:attribute name="version">
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- <category>
- <xsl:attribute name="name">
- <xsl:text>cdt_</xsl:text>
- <xsl:value-of select="$version"/>
- </xsl:attribute>
- </category>
- </feature>
- </site>
- </xsl:template>
-
-</xsl:transform>
diff --git a/releng/org.eclipse.cdt.releng/testing/build.properties b/releng/org.eclipse.cdt.releng/testing/build.properties
deleted file mode 100644
index aa12a1152a4..00000000000
--- a/releng/org.eclipse.cdt.releng/testing/build.properties
+++ /dev/null
@@ -1,81 +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
-
-# Whether or not to include debug info in the output jars
-javacDebugInfo=false
-
-# Whether or not to fail the build if there are compiler errors
-javacfailonerror=true
-
-# 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/testing/customTargets.xml b/releng/org.eclipse.cdt.releng/testing/customTargets.xml
deleted file mode 100644
index b8fa302c549..00000000000
--- a/releng/org.eclipse.cdt.releng/testing/customTargets.xml
+++ /dev/null
@@ -1,130 +0,0 @@
-<project name="Build specific targets and properties" default="noDefault" >
-
-<property name="basews" value="gtk" />
-<property name="baseos" value="linux" />
-<property name="basearch" value="x86" />
-<property name="basenl" value="en_US" />
-
-<!-- ===================================================================== -->
-<!-- Run a given ${target} on all elements being built -->
-<!-- Add on <ant> task for each top level element being built. -->
-<!-- ===================================================================== -->
-<target name="allElements">
- <ant antfile="${genericTargets}" target="${target}" >
- <property name="type" value="feature" />
- <property name="id" value="org.eclipse.cdt.testing" />
- </ant>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Targets to assemble the built elements for particular configurations -->
-<!-- These generally call the generated assemble scripts (named in -->
-<!-- ${assembleScriptName}) but may also add pre and post processing -->
-<!-- Add one target for each root element and each configuration -->
-<!-- ===================================================================== -->
-
-<target name="assemble.org.eclipse.cdt.testing">
- <ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Check out map files from correct repository -->
-<!-- Replace values for cvsRoot, package and mapVersionTag as desired. -->
-<!-- ===================================================================== -->
-<target name="getMapFiles">
- <copy todir="${buildDirectory}/maps">
- <fileset dir="${builder}/../maps"/>
- </copy>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before setup -->
-<!-- ===================================================================== -->
-<target name="preSetup">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after setup but before starting the build proper -->
-<!-- ===================================================================== -->
-<target name="postSetup">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before fetching the build elements -->
-<!-- ===================================================================== -->
-<target name="preFetch">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after fetching the build elements -->
-<!-- ===================================================================== -->
-<target name="postFetch">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do before generating the build scripts. -->
-<!-- ===================================================================== -->
-<target name="preGenerate">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after generating the build scripts. -->
-<!-- ===================================================================== -->
-<target name="postGenerate">
-</target>
-
-
-<!-- ===================================================================== -->
-<!-- Steps to do before running the build.xmls for the elements being built. -->
-<!-- ===================================================================== -->
-<target name="preProcess">
- <replace dir="${buildDirectory}/plugins" value="${timestamp}" token="@build@">
- <include name="**/about.mappings" />
- </replace>
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after running the build.xmls for the elements being built. -->
-<!-- ===================================================================== -->
-<target name="postProcess">
-</target>
-
-
-<!-- ===================================================================== -->
-<!-- Steps to do before running assemble. -->
-<!-- ===================================================================== -->
-<target name="preAssemble">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after running assemble. -->
-<!-- ===================================================================== -->
-<target name="postAssemble">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do after the build is done. -->
-<!-- ===================================================================== -->
-<target name="postBuild">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do to test the build results -->
-<!-- ===================================================================== -->
-<target name="test">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Steps to do to publish the build results -->
-<!-- ===================================================================== -->
-<target name="publish">
-</target>
-
-<!-- ===================================================================== -->
-<!-- Default target -->
-<!-- ===================================================================== -->
-<target name="noDefault">
- <echo message="You must specify a target when invoking this file" />
-</target>
-
-</project>

Back to the top