Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.cdt.releng/.cvsignore9
-rw-r--r--releng/org.eclipse.cdt.releng/.project11
-rw-r--r--releng/org.eclipse.cdt.releng/cdt-map.in14
-rw-r--r--releng/org.eclipse.cdt.releng/index.xsl341
-rw-r--r--releng/org.eclipse.cdt.releng/platform/.cvsignore1
-rw-r--r--releng/org.eclipse.cdt.releng/plugin.xsl77
-rw-r--r--releng/org.eclipse.cdt.releng/site.xsl55
-rw-r--r--releng/org.eclipse.cdt.releng/testing/build.properties81
-rw-r--r--releng/org.eclipse.cdt.releng/testing/customTargets.xml130
-rw-r--r--releng/org.eclipse.cdt.testing-feature/feature.xml61
-rw-r--r--releng/org.eclipse.cdt.testing/plugin.xml12
11 files changed, 73 insertions, 719 deletions
diff --git a/releng/org.eclipse.cdt.releng/.cvsignore b/releng/org.eclipse.cdt.releng/.cvsignore
deleted file mode 100644
index 2e9e5e7a6f7..00000000000
--- a/releng/org.eclipse.cdt.releng/.cvsignore
+++ /dev/null
@@ -1,9 +0,0 @@
-eclipse-SDK.zip
-results
-workspace
-cdt-map.txt
-build.log
-compile.log
-mail.txt
-eclipse-SDK-new.zip
-message.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/cdt-map.in b/releng/org.eclipse.cdt.releng/cdt-map.in
deleted file mode 100644
index 0db4c07518c..00000000000
--- a/releng/org.eclipse.cdt.releng/cdt-map.in
+++ /dev/null
@@ -1,14 +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 | cdt
-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 | cdt
-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 | cdt
-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 | cdt
-org.eclipse.cdt-@buildId@-qnx.photon.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | qnx,photon,x86 | | runtime | cdt
-org.eclipse.cdt-@buildId@-solaris.motif.sparc.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | solaris,motif,sparc | | runtime | cdt
-org.eclipse.cdt-@buildId@-win32.win32.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | win32,win32,x86 | | runtime | cdt
-org.eclipse.cdt.sdk-@buildId@-aix.motif.ppc.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | aix,motif,ppc | | runtime | cdt
-org.eclipse.cdt.sdk-@buildId@-hpux.motif.PA_RISC.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | hpux,motif,PA_RISC | | runtime | cdt
-org.eclipse.cdt.sdk-@buildId@-linux.gtk.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | linux,gtk,x86 & linux,*,x86 | | runtime | cdt
-org.eclipse.cdt.sdk-@buildId@-linux.motif.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | linux,motif,x86 & linux,*,x86 | | runtime | cdt
-org.eclipse.cdt.sdk-@buildId@-qnx.photon.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | qnx,photon,x86 | | runtime | cdt
-org.eclipse.cdt.sdk-@buildId@-solaris.motif.sparc.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | solaris,motif,sparc | | runtime | cdt
-org.eclipse.cdt.sdk-@buildId@-win32.win32.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | win32,win32,x86 | | runtime | cdt
diff --git a/releng/org.eclipse.cdt.releng/index.xsl b/releng/org.eclipse.cdt.releng/index.xsl
deleted file mode 100644
index 8017961ed00..00000000000
--- a/releng/org.eclipse.cdt.releng/index.xsl
+++ /dev/null
@@ -1,341 +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:param name="version"/>
- <xsl:param name="buildId"/>
-
- <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>
- <li>
- <a>
- <xsl:attribute name="href">
- <xsl:text>logs/</xsl:text>
- <xsl:value-of select="substring(@label, 11, 18)"/>
- <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(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <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(@label, 17, 12)"/>
- <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(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-hpux.motif.PA_RISC.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-hpux.motif.PA_RISC.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(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <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(@label, 17, 12)"/>
- <xsl:text>-linux.gtk.x86.zip</xsl:text>
- </font>
- </a>
- </td>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <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(@label, 17, 12)"/>
- <xsl:text>-linux.motif.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(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <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(@label, 17, 12)"/>
- <xsl:text>-qnx.photon.x86.zip</xsl:text>
- </font>
- </a>
- </td>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <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(@label, 17, 12)"/>
- <xsl:text>-solaris.motif.sparc.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(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <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(@label, 17, 12)"/>
- <xsl:text>-win32.win32.x86.zip</xsl:text>
- </font>
- </a>
- </td>
- </tr>
- <xsl:if test="substring(@label, 17, 8) &lt; '20040420'">
- <tr>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt.make-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.make-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <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(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt.managedbuilder-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.managedbuilder-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>.zip</xsl:text>
- </font>
- </a>
- </td>
- </tr>
- </xsl:if>
- <xsl:if test="substring(@label, 17, 12) &gt; '200405201200'">
- <tr>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-aix.motif.ppc.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <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(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-hpux.motif.PA_RISC.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-hpux.motif.PA_RISC.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(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-linux.gtk.x86.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-linux.gtk.x86.zip</xsl:text>
- </font>
- </a>
- </td>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-linux.motif.x86.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-linux.motif.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(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-qnx.photon.x86.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-qnx.photon.x86.zip</xsl:text>
- </font>
- </a>
- </td>
- <td>
- <a>
- <xsl:attribute name="href">
- <xsl:text>zips/I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-solaris.motif.sparc.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-solaris.motif.sparc.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(@label, 17, 12)"/>
- <xsl:text>/org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-win32.win32.x86.zip</xsl:text>
- </xsl:attribute>
- <font size="1">
- <xsl:text>org.eclipse.cdt.sdk-I</xsl:text>
- <xsl:value-of select="substring(@label, 17, 12)"/>
- <xsl:text>-win32.win32.x86.zip</xsl:text>
- </font>
- </a>
- </td>
- </tr>
- </xsl:if>
- </table>
- </li>
- </ul>
- </li>
- </xsl:template>
-
-</xsl:transform>
diff --git a/releng/org.eclipse.cdt.releng/platform/.cvsignore b/releng/org.eclipse.cdt.releng/platform/.cvsignore
deleted file mode 100644
index 2b3be8ddce5..00000000000
--- a/releng/org.eclipse.cdt.releng/platform/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-patch.xml
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.xsl b/releng/org.eclipse.cdt.releng/site.xsl
deleted file mode 100644
index 42318acfc37..00000000000
--- a/releng/org.eclipse.cdt.releng/site.xsl
+++ /dev/null
@@ -1,55 +0,0 @@
-<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="/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.sdk">
- <xsl:attribute name="url">
- <xsl:text>features/org.eclipse.cdt.sdk_</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>
diff --git a/releng/org.eclipse.cdt.testing-feature/feature.xml b/releng/org.eclipse.cdt.testing-feature/feature.xml
new file mode 100644
index 00000000000..65c061b18ff
--- /dev/null
+++ b/releng/org.eclipse.cdt.testing-feature/feature.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.cdt.testing"
+ label="%featureName"
+ version="2.1.0"
+ provider-name="%providerName"
+ image="eclipse_update_120.jpg">
+
+ <description>
+ %description
+ </description>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName" url="http://update.eclipse.org/tools/cdt/updates/release"/>
+ </url>
+
+ <requires>
+ <import plugin="org.eclipse.ui.ide"/>
+ <import plugin="org.eclipse.core.resources"/>
+ <import plugin="org.junit"/>
+ <import plugin="org.eclipse.cdt.debug.core"/>
+ <import plugin="org.eclipse.cdt.debug.mi.core"/>
+ <import plugin="org.eclipse.cdt.core"/>
+ <import plugin="org.eclipse.ui"/>
+ <import plugin="org.eclipse.core.runtime.compatibility"/>
+ <import plugin="org.eclipse.jface.text"/>
+ <import plugin="org.eclipse.cdt.ui"/>
+ <import plugin="org.eclipse.swt"/>
+ <import plugin="org.eclipse.cdt.managedbuilder.core"/>
+ <import plugin="org.eclipse.cdt.make.core"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.cdt.debug.ui.tests"
+ download-size="0"
+ install-size="0"
+ version="2.1.0"/>
+
+ <plugin
+ id="org.eclipse.cdt.ui.tests"
+ download-size="0"
+ install-size="0"
+ version="2.1.0"/>
+
+ <plugin
+ id="org.eclipse.cdt.testing"
+ download-size="0"
+ install-size="0"
+ version="2.1.0"/>
+
+ <plugin
+ id="org.eclipse.cdt.core.tests"
+ download-size="0"
+ install-size="0"
+ version="2.1.0"/>
+
+</feature>
diff --git a/releng/org.eclipse.cdt.testing/plugin.xml b/releng/org.eclipse.cdt.testing/plugin.xml
new file mode 100644
index 00000000000..547ed6bf8c6
--- /dev/null
+++ b/releng/org.eclipse.cdt.testing/plugin.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin
+ id="org.eclipse.cdt.testing"
+ name="%pluginName"
+ version="2.1.0"
+ provider-name="%providerName">
+
+ <runtime>
+ </runtime>
+
+</plugin>

Back to the top