Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--production/downloadsites/eclipse/downloads/YIndex.php4
-rw-r--r--production/downloadsites/eclipse/downloads/createIndex4x.php4
-rw-r--r--production/downloadsites/eclipse/downloads/dlYconfig4.php12
-rw-r--r--production/downloadsites/eclipse/downloads/dlconfig4.php8
-rwxr-xr-x[-rw-r--r--]production/downloadsites/eclipse/temptest.php0
-rw-r--r--production/downloadsites/eclipse/updates/4.7-U-builds/categoriesOxygen/META-INF/MANIFEST.MF2
-rw-r--r--production/downloadsites/eclipse/updates/4.7-U-builds/categoriesOxygen/content.xml334
-rw-r--r--production/downloadsites/eclipse/updates/4.8-I-builds/categoriesPhoton/content.xml (renamed from production/downloadsites/eclipse/updates/4.6-M-builds/categoriesNeon/content.xml)0
-rw-r--r--production/downloadsites/eclipse/updates/4.8-P-builds/categoriesPhoton/content.xml (renamed from production/downloadsites/eclipse/updates/4.6milestones/categoriesNeon/content.xml)0
-rw-r--r--production/downloadsites/eclipse/updates/4.8-U-builds/categoriesPhoton/content.xml384
-rw-r--r--production/downloadsites/eclipse/updates/4.8-Y-builds/categoriesPhoton/content.xml384
-rw-r--r--production/downloadsites/eclipse/updates/4.8/categoriesPhoton/content.xml384
-rw-r--r--production/downloadsites/eclipse/updates/4.8milestones/categoriesPhoton/content.xml384
-rw-r--r--production/downloadsites/eclipse/updates/index.html4
14 files changed, 1884 insertions, 20 deletions
diff --git a/production/downloadsites/eclipse/downloads/YIndex.php b/production/downloadsites/eclipse/downloads/YIndex.php
index 83987e8c5..f9c02bc04 100644
--- a/production/downloadsites/eclipse/downloads/YIndex.php
+++ b/production/downloadsites/eclipse/downloads/YIndex.php
@@ -205,7 +205,7 @@ function printBuildColumns($fileName, $parts) {
$boxesTitle="";
// We skip the main "tests" part for patch builds, since don't expect any (for now).
- if ($buildType !== "P" && $buildType !== "U" && $boxes !== -2) {
+ if ($buildType !== "P" && $boxes !== -2) {
// always put in links, since someone may want to look at logs, even if not tests results, per se
// don't forget to end link, after images decided.
@@ -251,7 +251,7 @@ function printBuildColumns($fileName, $parts) {
$testimage="results.gif";
$testalt="Logs from build";
echo "<img style=\"border:0px\" src=\"../images/$testimage\" title=\"$testalt\" alt=\"$testalt\" />";
- if ($buildType == "P" || $buildType == "U") {
+ if ($buildType == "P") {
echo "&nbsp;(No automated tests)";
} elseif ($boxes == -2) {
echo "&nbsp;(No expected tests)";
diff --git a/production/downloadsites/eclipse/downloads/createIndex4x.php b/production/downloadsites/eclipse/downloads/createIndex4x.php
index 805c4a1b5..742550177 100644
--- a/production/downloadsites/eclipse/downloads/createIndex4x.php
+++ b/production/downloadsites/eclipse/downloads/createIndex4x.php
@@ -205,7 +205,7 @@ function printBuildColumns($fileName, $parts) {
$boxesTitle="";
// We skip the main "tests" part for patch builds, since don't expect any (for now).
- if ($BUILD_TYPE !== "P" && $BUILD_TYPE !== "U" && $boxes !== -2) {
+ if ($buildType !== "P" && $boxes !== -2) {
// always put in links, since someone may want to look at logs, even if not tests results, per se
// don't forget to end link, after images decided.
@@ -251,7 +251,7 @@ function printBuildColumns($fileName, $parts) {
$testimage="results.gif";
$testalt="Logs from build";
echo "<img style=\"border:0px\" src=\"../images/$testimage\" title=\"$testalt\" alt=\"$testalt\" />";
- if ($BUILD_TYPE == "P" || $BUILD_TYPE == "U") {
+ if ($buildType == "P") {
echo "&nbsp;(No automated tests)";
} elseif ($boxes == -2) {
echo "&nbsp;(No expected tests)";
diff --git a/production/downloadsites/eclipse/downloads/dlYconfig4.php b/production/downloadsites/eclipse/downloads/dlYconfig4.php
index 4260f1641..75b95d429 100644
--- a/production/downloadsites/eclipse/downloads/dlYconfig4.php
+++ b/production/downloadsites/eclipse/downloads/dlYconfig4.php
@@ -1,19 +1,11 @@
<?php
$dropPrefix = array();
-$dropPrefix[]="R";
-$dropPrefix[]="S";
-$dropPrefix[]="I";
-$dropPrefix[]="M";
$dropPrefix[]="Y";
-$dropPrefix[]="N";
+$dropPrefix[]="U";
$dropPrefix[]="P";
$dropType = array();
-$dropType[]="Latest Release";
-$dropType[]="4.7 Stable Builds";
-$dropType[]="4.7 Integration Builds";
-$dropType[]="4.6 Maintenance Builds";
$dropType[]="4.7 Java 9 Beta Builds";
-$dropType[]="4.7 Nightly Builds";
+$dropType[]="4.7 JUnit 5 Beta Builds";
$dropType[]="Patch Builds";
// the "prefix" array and dropType array must be of same size, defined in right order
for ($i = 0; $i < count($dropType); $i++) {
diff --git a/production/downloadsites/eclipse/downloads/dlconfig4.php b/production/downloadsites/eclipse/downloads/dlconfig4.php
index 83c7234cb..85a8c8f89 100644
--- a/production/downloadsites/eclipse/downloads/dlconfig4.php
+++ b/production/downloadsites/eclipse/downloads/dlconfig4.php
@@ -8,10 +8,10 @@ $dropPrefix[]="N";
$dropPrefix[]="P";
$dropType = array();
$dropType[]="Latest Release";
-$dropType[]="4.7 Stable Builds";
-$dropType[]="4.7 Integration Builds";
-$dropType[]="4.6 Maintenance Builds";
-$dropType[]="4.7 Nightly Builds";
+$dropType[]="4.8 Stable Builds";
+$dropType[]="4.8 Integration Builds";
+$dropType[]="4.7 Maintenance Builds";
+$dropType[]="4.8 Nightly Builds";
$dropType[]="Patch Builds";
// the "prefix" array and dropType array must be of same size, defined in right order
for ($i = 0; $i < count($dropType); $i++) {
diff --git a/production/downloadsites/eclipse/temptest.php b/production/downloadsites/eclipse/temptest.php
index b254c11b0..b254c11b0 100644..100755
--- a/production/downloadsites/eclipse/temptest.php
+++ b/production/downloadsites/eclipse/temptest.php
diff --git a/production/downloadsites/eclipse/updates/4.7-U-builds/categoriesOxygen/META-INF/MANIFEST.MF b/production/downloadsites/eclipse/updates/4.7-U-builds/categoriesOxygen/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..58630c02e
--- /dev/null
+++ b/production/downloadsites/eclipse/updates/4.7-U-builds/categoriesOxygen/META-INF/MANIFEST.MF
@@ -0,0 +1,2 @@
+Manifest-Version: 1.0
+
diff --git a/production/downloadsites/eclipse/updates/4.7-U-builds/categoriesOxygen/content.xml b/production/downloadsites/eclipse/updates/4.7-U-builds/categoriesOxygen/content.xml
new file mode 100644
index 000000000..64e39b596
--- /dev/null
+++ b/production/downloadsites/eclipse/updates/4.7-U-builds/categoriesOxygen/content.xml
@@ -0,0 +1,334 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?metadataRepository class='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1.0.0'?>
+<repository
+ name="The Eclipse Project Updates"
+ type="org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository"
+ version="1.0.0">
+ <properties size="2">
+ <property
+ name="p2.compressed"
+ value="true" />
+ <property
+ name="p2.timestamp"
+ value="1235426489722" />
+ </properties>
+ <units size="11">
+ <unit
+ id="org.eclipse.pde.api.tools.ee.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="API Tools Execution Environment Descriptions" />
+ <property
+ name="org.eclipse.equinox.p2.description"
+ value="API Tools Execution Environment Descriptions." />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.api.tools.ee.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.api.tools.ee.feature.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.equinox.target.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Equinox Target Components" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Features especially useful to install as PDE runtime targets.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.equinox.target.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.equinox.sdk.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.platform.sdk.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Platform SDK" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Minimum version of Eclipse with source and documentation, no PDE or JDT.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.sdk.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.sdk"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.sdk.ide.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse SDK" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='The full version of Eclipse, with source and documentation: Platform, JDT and PDE.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.ide.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.ide"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.platform.ide.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Platform" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Minimum version of Eclipse: no source or API documentation, no PDE or JDT.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.ide.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.ide"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Releng Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools handy for committers, such as to fix copyright headings and a POM version checker.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.tools.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.rcp.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse RCP Target Components" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Features to use as PDE runtime target, while developing RCP applications.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.java.languages.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Java Development Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to allow development with Java.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.java.languages.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.jdt.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.jdt.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.cvs.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse CVS Client" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to allow working with CVS repositories.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.cvs.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.cvs.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.cvs.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.pde.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Plugin Development Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to develop bundles, plugins and features.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.pde.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ </units>
+</repository>
+
diff --git a/production/downloadsites/eclipse/updates/4.6-M-builds/categoriesNeon/content.xml b/production/downloadsites/eclipse/updates/4.8-I-builds/categoriesPhoton/content.xml
index 0a2edb3a1..0a2edb3a1 100644
--- a/production/downloadsites/eclipse/updates/4.6-M-builds/categoriesNeon/content.xml
+++ b/production/downloadsites/eclipse/updates/4.8-I-builds/categoriesPhoton/content.xml
diff --git a/production/downloadsites/eclipse/updates/4.6milestones/categoriesNeon/content.xml b/production/downloadsites/eclipse/updates/4.8-P-builds/categoriesPhoton/content.xml
index 0a2edb3a1..0a2edb3a1 100644
--- a/production/downloadsites/eclipse/updates/4.6milestones/categoriesNeon/content.xml
+++ b/production/downloadsites/eclipse/updates/4.8-P-builds/categoriesPhoton/content.xml
diff --git a/production/downloadsites/eclipse/updates/4.8-U-builds/categoriesPhoton/content.xml b/production/downloadsites/eclipse/updates/4.8-U-builds/categoriesPhoton/content.xml
new file mode 100644
index 000000000..0a2edb3a1
--- /dev/null
+++ b/production/downloadsites/eclipse/updates/4.8-U-builds/categoriesPhoton/content.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?metadataRepository class='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1.0.0'?>
+<repository
+ name="The Eclipse Project Updates"
+ type="org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository"
+ version="1.0.0">
+ <properties size="2">
+ <property
+ name="p2.compressed"
+ value="true" />
+ <property
+ name="p2.timestamp"
+ value="1235426489722" />
+ </properties>
+ <units size="11">
+ <unit
+ id="org.eclipse.pde.api.tools.ee.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="API Tools Execution Environment Descriptions" />
+ <property
+ name="org.eclipse.equinox.p2.description"
+ value="API Tools Execution Environment Descriptions." />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.api.tools.ee.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.api.tools.ee.feature.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.equinox.target.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Equinox Target Components" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Features especially useful to install as PDE runtime targets.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.equinox.target.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.equinox.sdk.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.platform.sdk.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Platform SDK" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Minimum version of Eclipse with source and documentation, no PDE or JDT.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.sdk.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.sdk"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.sdk.ide.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse SDK" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='The full version of Eclipse, with source and documentation: Platform, JDT and PDE.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.ide.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.ide"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.platform.ide.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Platform" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Minimum version of Eclipse: no source or API documentation, no PDE or JDT.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.ide.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.ide"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Releng Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools handy for committers, such as to fix copyright headings and a POM version checker.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.tools.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.rcp.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse RCP Target Components" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Features to use as PDE runtime target, while developing RCP applications.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.testsIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Tests, Tools, Examples, and Extras" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Collection of Misc. Features, such as unit tests, SWT and e4 tools, examples, and compatibility features not shipped as part of main SDK, but which some people may desire in creating products based on previous versions of Eclipse.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.testsIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="6">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.test.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.tests.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.examples.source.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.osgi.compatibility.plugins.feature.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.swt.tools.feature.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.e4.core.tools.feature.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.java.languages.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Java Development Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to allow development with Java.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.java.languages.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.jdt.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.jdt.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.cvs.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse CVS Client" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to allow working with CVS repositories.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.cvs.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.cvs.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.cvs.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.pde.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Plugin Development Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to develop bundles, plugins and features.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.pde.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ </units>
+</repository>
+
diff --git a/production/downloadsites/eclipse/updates/4.8-Y-builds/categoriesPhoton/content.xml b/production/downloadsites/eclipse/updates/4.8-Y-builds/categoriesPhoton/content.xml
new file mode 100644
index 000000000..0a2edb3a1
--- /dev/null
+++ b/production/downloadsites/eclipse/updates/4.8-Y-builds/categoriesPhoton/content.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?metadataRepository class='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1.0.0'?>
+<repository
+ name="The Eclipse Project Updates"
+ type="org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository"
+ version="1.0.0">
+ <properties size="2">
+ <property
+ name="p2.compressed"
+ value="true" />
+ <property
+ name="p2.timestamp"
+ value="1235426489722" />
+ </properties>
+ <units size="11">
+ <unit
+ id="org.eclipse.pde.api.tools.ee.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="API Tools Execution Environment Descriptions" />
+ <property
+ name="org.eclipse.equinox.p2.description"
+ value="API Tools Execution Environment Descriptions." />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.api.tools.ee.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.api.tools.ee.feature.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.equinox.target.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Equinox Target Components" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Features especially useful to install as PDE runtime targets.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.equinox.target.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.equinox.sdk.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.platform.sdk.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Platform SDK" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Minimum version of Eclipse with source and documentation, no PDE or JDT.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.sdk.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.sdk"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.sdk.ide.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse SDK" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='The full version of Eclipse, with source and documentation: Platform, JDT and PDE.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.ide.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.ide"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.platform.ide.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Platform" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Minimum version of Eclipse: no source or API documentation, no PDE or JDT.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.ide.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.ide"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Releng Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools handy for committers, such as to fix copyright headings and a POM version checker.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.tools.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.rcp.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse RCP Target Components" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Features to use as PDE runtime target, while developing RCP applications.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.testsIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Tests, Tools, Examples, and Extras" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Collection of Misc. Features, such as unit tests, SWT and e4 tools, examples, and compatibility features not shipped as part of main SDK, but which some people may desire in creating products based on previous versions of Eclipse.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.testsIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="6">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.test.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.tests.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.examples.source.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.osgi.compatibility.plugins.feature.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.swt.tools.feature.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.e4.core.tools.feature.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.java.languages.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Java Development Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to allow development with Java.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.java.languages.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.jdt.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.jdt.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.cvs.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse CVS Client" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to allow working with CVS repositories.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.cvs.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.cvs.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.cvs.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.pde.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Plugin Development Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to develop bundles, plugins and features.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.pde.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ </units>
+</repository>
+
diff --git a/production/downloadsites/eclipse/updates/4.8/categoriesPhoton/content.xml b/production/downloadsites/eclipse/updates/4.8/categoriesPhoton/content.xml
new file mode 100644
index 000000000..0a2edb3a1
--- /dev/null
+++ b/production/downloadsites/eclipse/updates/4.8/categoriesPhoton/content.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?metadataRepository class='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1.0.0'?>
+<repository
+ name="The Eclipse Project Updates"
+ type="org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository"
+ version="1.0.0">
+ <properties size="2">
+ <property
+ name="p2.compressed"
+ value="true" />
+ <property
+ name="p2.timestamp"
+ value="1235426489722" />
+ </properties>
+ <units size="11">
+ <unit
+ id="org.eclipse.pde.api.tools.ee.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="API Tools Execution Environment Descriptions" />
+ <property
+ name="org.eclipse.equinox.p2.description"
+ value="API Tools Execution Environment Descriptions." />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.api.tools.ee.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.api.tools.ee.feature.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.equinox.target.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Equinox Target Components" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Features especially useful to install as PDE runtime targets.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.equinox.target.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.equinox.sdk.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.platform.sdk.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Platform SDK" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Minimum version of Eclipse with source and documentation, no PDE or JDT.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.sdk.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.sdk"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.sdk.ide.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse SDK" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='The full version of Eclipse, with source and documentation: Platform, JDT and PDE.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.ide.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.ide"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.platform.ide.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Platform" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Minimum version of Eclipse: no source or API documentation, no PDE or JDT.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.ide.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.ide"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Releng Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools handy for committers, such as to fix copyright headings and a POM version checker.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.tools.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.rcp.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse RCP Target Components" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Features to use as PDE runtime target, while developing RCP applications.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.testsIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Tests, Tools, Examples, and Extras" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Collection of Misc. Features, such as unit tests, SWT and e4 tools, examples, and compatibility features not shipped as part of main SDK, but which some people may desire in creating products based on previous versions of Eclipse.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.testsIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="6">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.test.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.tests.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.examples.source.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.osgi.compatibility.plugins.feature.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.swt.tools.feature.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.e4.core.tools.feature.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.java.languages.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Java Development Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to allow development with Java.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.java.languages.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.jdt.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.jdt.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.cvs.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse CVS Client" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to allow working with CVS repositories.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.cvs.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.cvs.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.cvs.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.pde.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Plugin Development Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to develop bundles, plugins and features.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.pde.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ </units>
+</repository>
+
diff --git a/production/downloadsites/eclipse/updates/4.8milestones/categoriesPhoton/content.xml b/production/downloadsites/eclipse/updates/4.8milestones/categoriesPhoton/content.xml
new file mode 100644
index 000000000..0a2edb3a1
--- /dev/null
+++ b/production/downloadsites/eclipse/updates/4.8milestones/categoriesPhoton/content.xml
@@ -0,0 +1,384 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?metadataRepository class='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository' version='1.0.0'?>
+<repository
+ name="The Eclipse Project Updates"
+ type="org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository"
+ version="1.0.0">
+ <properties size="2">
+ <property
+ name="p2.compressed"
+ value="true" />
+ <property
+ name="p2.timestamp"
+ value="1235426489722" />
+ </properties>
+ <units size="11">
+ <unit
+ id="org.eclipse.pde.api.tools.ee.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="API Tools Execution Environment Descriptions" />
+ <property
+ name="org.eclipse.equinox.p2.description"
+ value="API Tools Execution Environment Descriptions." />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.api.tools.ee.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.api.tools.ee.feature.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.equinox.target.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Equinox Target Components" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Features especially useful to install as PDE runtime targets.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.equinox.target.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.equinox.sdk.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.platform.sdk.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Platform SDK" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Minimum version of Eclipse with source and documentation, no PDE or JDT.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.sdk.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.sdk"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.sdk.ide.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse SDK" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='The full version of Eclipse, with source and documentation: Platform, JDT and PDE.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.ide.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.ide"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.platform.ide.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Platform" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Minimum version of Eclipse: no source or API documentation, no PDE or JDT.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.ide.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.platform.ide"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Releng Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools handy for committers, such as to fix copyright headings and a POM version checker.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="1">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.tools.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.rcp.categoryIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse RCP Target Components" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Features to use as PDE runtime target, while developing RCP applications.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.rcp.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.testsIU"
+ version="0.0.0">
+ <properties size="2">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Tests, Tools, Examples, and Extras" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Collection of Misc. Features, such as unit tests, SWT and e4 tools, examples, and compatibility features not shipped as part of main SDK, but which some people may desire in creating products based on previous versions of Eclipse.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.testsIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="6">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.test.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.tests.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.sdk.examples.source.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.osgi.compatibility.plugins.feature.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.swt.tools.feature.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.e4.core.tools.feature.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.java.languages.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Java Development Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to allow development with Java.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.java.languages.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.jdt.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.jdt.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.cvs.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse CVS Client" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to allow working with CVS repositories.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.cvs.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.cvs.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.cvs.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ <unit
+ id="org.eclipse.releng.pde.categoryIU"
+ version="0.0.0">
+ <properties size="3">
+ <property
+ name="org.eclipse.equinox.p2.name"
+ value="Eclipse Plugin Development Tools" />
+ <property
+ name='org.eclipse.equinox.p2.description'
+ value='Tools to develop bundles, plugins and features.' />
+ <property
+ name="org.eclipse.equinox.p2.type.category"
+ value="true" />
+ </properties>
+ <provides size="1">
+ <provided
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.releng.pde.categoryIU"
+ version="0.0.0" />
+ </provides>
+ <requires size="2">
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.feature.group"
+ range="0.0.0" />
+ <required
+ namespace="org.eclipse.equinox.p2.iu"
+ name="org.eclipse.pde.source.feature.group"
+ range="0.0.0" />
+ </requires>
+ <touchpoint
+ id="null"
+ version="0.0.0" />
+ </unit>
+ </units>
+</repository>
+
diff --git a/production/downloadsites/eclipse/updates/index.html b/production/downloadsites/eclipse/updates/index.html
index 2079298b0..aa8a19163 100644
--- a/production/downloadsites/eclipse/updates/index.html
+++ b/production/downloadsites/eclipse/updates/index.html
@@ -2,9 +2,9 @@
<html>
<head>
<title>Eclipse</title>
- <meta http-equiv="REFRESH" content="0;url=http://download.eclipse.org/eclipse/updates/4.6/" />
+ <meta http-equiv="REFRESH" content="0;url=http://download.eclipse.org/eclipse/updates/4.7/" />
</head>
<body>
- This page will redirect to <a href="http://download.eclipse.org/eclipse/updates/4.6/">current software repository</a>.
+ This page will redirect to <a href="http://download.eclipse.org/eclipse/updates/4.7/">current software repository</a>.
</body>
</html>

Back to the top