Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/.project16
-rw-r--r--releng/components/dali-sdk/category.xml48
-rw-r--r--releng/components/dali-sdk/tobeInstalled.properties13
-rw-r--r--releng/components/dali.tests/category.xml20
-rw-r--r--releng/components/dali.tests/tobeInstalled.properties15
-rw-r--r--releng/components/jsdt_sdk/category.xml55
-rw-r--r--releng/components/jsdt_sdk/tobeInstalled.properties13
-rw-r--r--releng/components/jsdt_tests/category.xml36
-rw-r--r--releng/components/jsdt_tests/tobeInstalled.properties12
-rw-r--r--releng/components/jst-sdk/category.xml102
-rw-r--r--releng/components/jst-sdk/tobeInstalled.properties11
-rw-r--r--releng/components/jst.tests/category.xml44
-rw-r--r--releng/components/jst.tests/tobeInstalled.properties11
-rw-r--r--releng/components/wst-sdk/category.xml55
-rw-r--r--releng/components/wst-sdk/tobeInstalled.properties11
-rw-r--r--releng/components/wst.tests/category.xml36
-rw-r--r--releng/components/wst.tests/tobeInstalled.properties5
-rw-r--r--releng/distribution/jsdt.site/prereqsToDisplay.php23
-rw-r--r--releng/distribution/jsdt.tests/tobeInstalled.properties3
-rw-r--r--releng/distribution/wtp.site/prereqsToDisplay.php23
-rw-r--r--releng/distribution/wtp.tests/tobeInstalled.properties19
-rw-r--r--releng/distribution/wtp4x.site/prereqsToDisplay.php23
-rw-r--r--releng/galileo/maps/dependencies.properties399
-rw-r--r--releng/helios/dependencies.properties (renamed from releng/helios/maps/dependencies.properties)365
-rw-r--r--releng/maps/build.cfg63
-rw-r--r--releng/maps/comparatorfilter.properties51
-rw-r--r--releng/maps/jst.map6
-rw-r--r--releng/maps/orbitBundles.map810
-rw-r--r--releng/maps/wst.map6
-rw-r--r--releng/maps/wtp-releng-epp-capabilites.map16
-rw-r--r--releng/maps/wtp-releng-tools.map7
-rw-r--r--releng/maps/wtp-releng.map32
-rw-r--r--releng/sitefile/site.xml301
33 files changed, 1397 insertions, 1253 deletions
diff --git a/releng/.project b/releng/.project
index 9838d30fc..f43ab1e38 100644
--- a/releng/.project
+++ b/releng/.project
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>releng</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- </buildSpec>
- <natures>
- </natures>
+ <name>releng</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
</projectDescription>
diff --git a/releng/components/dali-sdk/category.xml b/releng/components/dali-sdk/category.xml
new file mode 100644
index 000000000..cdd3e9f64
--- /dev/null
+++ b/releng/components/dali-sdk/category.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature id="org.eclipse.jpt_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.eclipselink_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.jaxb_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.jaxb.eclipselink_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+
+ <feature id="org.eclipse.jpt.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.eclipselink.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.jaxb.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jpt.jaxb.eclipselink.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+
+
+
+
+ <category-def
+ name="Web Tools Platform (WTP) @buildversionid@"
+ label="Web Tools Platform (WTP) @buildversionid@">
+ <description>
+ These features provide functionality with the executable code only and are recommended for most users.
+ </description>
+ </category-def>
+ <category-def
+ name="Web Tools Platform SDK (WTP SDK) @buildversionid@"
+ label="Web Tools Platform SDK (WTP SDK) @buildversionid@">
+ <description>
+ These features provide functionality with the executable code and the source code and are recommended for those
+ extending or debugging
+ WTP.
+ </description>
+ </category-def>
+</site> \ No newline at end of file
diff --git a/releng/components/dali-sdk/tobeInstalled.properties b/releng/components/dali-sdk/tobeInstalled.properties
new file mode 100644
index 000000000..c2807c4d8
--- /dev/null
+++ b/releng/components/dali-sdk/tobeInstalled.properties
@@ -0,0 +1,13 @@
+getprereq.eclipse=true
+#getprereq.eclipseplatform=false
+#getprereq.eclipsetestframework=false
+#getprereq.emf=true
+#getprereq.emfxsd=true
+getprereq.emfandxsd=true
+#getprereq.emfvalidation=false
+getprereq.gef=true
+getprereq.dtp=true
+#getprereq.wst=false
+#getprereq.jst=false
+#getprereq.wtp=false
+#getprereq.dltk=false
diff --git a/releng/components/dali.tests/category.xml b/releng/components/dali.tests/category.xml
new file mode 100644
index 000000000..65b649583
--- /dev/null
+++ b/releng/components/dali.tests/category.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+
+ <feature id="org.eclipse.jpt.tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+
+ <feature id="org.eclipse.jpt.jaxb.tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+
+ <category-def
+ name="Web Tools Platform Tests (WTP Tests) @buildversionid@"
+ label="Web Tools Platform Tests (WTP Tests) @buildversionid@">
+ <description>
+ These features provide Unit tests for WTP. WTP Committers, or others testing WTP, will need these in at least
+ their PDE Targets.
+ </description>
+ </category-def>
+</site>
diff --git a/releng/components/dali.tests/tobeInstalled.properties b/releng/components/dali.tests/tobeInstalled.properties
new file mode 100644
index 000000000..c9ccb5230
--- /dev/null
+++ b/releng/components/dali.tests/tobeInstalled.properties
@@ -0,0 +1,15 @@
+getprereq.eclipse=true
+#getprereq.eclipseplatform=false
+getprereq.eclipsetestframework=true
+#getprereq.emf=true
+#getprereq.emfxsd=true
+getprereq.emfandxsd=true
+#getprereq.emftransaction=true
+#getprereq.emfvalidation=true
+#getprereq.graphiti=true
+getprereq.gef=true
+getprereq.dtp=true
+#getprereq.wst=false
+#getprereq.jst=false
+#getprereq.wtp=false
+#getprereq.dltk=false \ No newline at end of file
diff --git a/releng/components/jsdt_sdk/category.xml b/releng/components/jsdt_sdk/category.xml
new file mode 100644
index 000000000..06838be57
--- /dev/null
+++ b/releng/components/jsdt_sdk/category.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature id="org.eclipse.wst.common.fproj.sdk">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xml_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.web_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xsl_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.server_adapters.sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.common.fproj">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xsl.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.server_adapters.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.web_ui.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xml_ui.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.jsdt.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.jsdt_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <category-def
+ name="Web Tools Platform (WTP) @buildversionid@"
+ label="Web Tools Platform (WTP) @buildversionid@">
+ <description>
+ These features provide functionality with the executable code only and are recommended for most users.
+ </description>
+ </category-def>
+ <category-def
+ name="Web Tools Platform SDK (WTP SDK) @buildversionid@"
+ label="Web Tools Platform SDK (WTP SDK) @buildversionid@">
+ <description>
+ These features provide functionality with the executable code and the source code and are recommended for those
+ extending or debugging
+ WTP.
+ </description>
+ </category-def>
+</site>
diff --git a/releng/components/jsdt_sdk/tobeInstalled.properties b/releng/components/jsdt_sdk/tobeInstalled.properties
new file mode 100644
index 000000000..de41f1baa
--- /dev/null
+++ b/releng/components/jsdt_sdk/tobeInstalled.properties
@@ -0,0 +1,13 @@
+# Properties that define what is installed during compilation
+getprereq.eclipse=true
+#getprereq.eclipseplatform=false
+#getprereq.eclipsetestframework=false
+#getprereq.emf=false
+#getprereq.emfxsd=false
+#getprereq.emfvalidation=false
+#getprereq.gef=false
+#getprereq.dtp=false
+#getprereq.wst=false
+#getprereq.jst=false
+#getprereq.wtp=false
+#getprereq.dltk=false \ No newline at end of file
diff --git a/releng/components/jsdt_tests/category.xml b/releng/components/jsdt_tests/category.xml
new file mode 100644
index 000000000..30f72c505
--- /dev/null
+++ b/releng/components/jsdt_tests/category.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature id="org.eclipse.wst.jsdt_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+
+ <feature id="org.eclipse.wst.server_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.common_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wtp.releng.tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wtp.releng.tools.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.web_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xml_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xsl_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <category-def
+ name="Web Tools Platform Tests (WTP Tests) @buildversionid@"
+ label="Web Tools Platform Tests (WTP Tests) @buildversionid@">
+ <description>
+ These features provide Unit tests for WTP. WTP Committers, or others testing WTP, will need these in at least
+ their PDE Targets.
+ </description>
+ </category-def>
+</site>
diff --git a/releng/components/jsdt_tests/tobeInstalled.properties b/releng/components/jsdt_tests/tobeInstalled.properties
new file mode 100644
index 000000000..09d2c0972
--- /dev/null
+++ b/releng/components/jsdt_tests/tobeInstalled.properties
@@ -0,0 +1,12 @@
+getprereq.eclipse=true
+#getprereq.eclipseplatform=false
+getprereq.eclipsetestframework=true
+#getprereq.emf=false
+#getprereq.emfxsd=false
+#getprereq.emfvalidation=false
+#getprereq.gef=false
+#getprereq.dtp=false
+#getprereq.wst=false
+#getprereq.jst=false
+#getprereq.wtp=false
+#getprereq.dltk=false \ No newline at end of file
diff --git a/releng/components/jst-sdk/category.xml b/releng/components/jst-sdk/category.xml
new file mode 100644
index 000000000..685037c86
--- /dev/null
+++ b/releng/components/jst-sdk/category.xml
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+
+ <feature id="org.eclipse.jst.common.fproj.enablement.jdt">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.common.fproj.enablement.jdt.sdk">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.web_ui.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.web_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.enterprise_ui.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jsf.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.enterprise_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jsf_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+
+ <feature id="org.eclipse.jst.ws.jaxws_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.ws.jaxws.dom_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.ws.cxf_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.ws.axis2tools_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.webpageeditor_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.ws.axis2tools.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.webpageeditor.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.ws.jaxws.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.ws.jaxws.dom.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.ws.cxf.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+
+ <feature id="org.eclipse.jst.server_ui.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.server_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.server_adapters.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.server_adapters.sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.server_adapters.ext.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.server_adapters.ext.sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+
+
+ <category-def
+ name="Web Tools Platform (WTP) @buildversionid@"
+ label="Web Tools Platform (WTP) @buildversionid@">
+ <description>
+ These features provide functionality with the executable code only and are recommended for most users.
+ </description>
+ </category-def>
+ <category-def
+ name="Web Tools Platform SDK (WTP SDK) @buildversionid@"
+ label="Web Tools Platform SDK (WTP SDK) @buildversionid@">
+ <description>
+ These features provide functionality with the executable code and the source code and are recommended for those
+ extending or debugging
+ WTP.
+ </description>
+ </category-def>
+</site>
diff --git a/releng/components/jst-sdk/tobeInstalled.properties b/releng/components/jst-sdk/tobeInstalled.properties
new file mode 100644
index 000000000..f5fd19fe1
--- /dev/null
+++ b/releng/components/jst-sdk/tobeInstalled.properties
@@ -0,0 +1,11 @@
+getprereq.eclipse=true
+#getprereq.eclipseplatform=false
+getprereq.eclipsetestframework=true
+getprereq.emfandxsd=true
+#getprereq.emfvalidation=false
+getprereq.gef=true
+getprereq.dtp=true
+#getprereq.wst=false
+#getprereq.jst=false
+#getprereq.wtp=false
+#getprereq.dltk=false \ No newline at end of file
diff --git a/releng/components/jst.tests/category.xml b/releng/components/jst.tests/category.xml
new file mode 100644
index 000000000..9451dc4af
--- /dev/null
+++ b/releng/components/jst.tests/category.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+
+ <feature id="org.eclipse.wst.ws_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+
+ <feature id="org.eclipse.jst.ws.jaxws_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.ws.cxf_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.ws.jaxws.dom_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.jsf.tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.web_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.enterprise_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.server_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.jst.server_adapters.ext_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+
+ <feature id="org.eclipse.jst.ws.jaxws.dom_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <category-def
+ name="Web Tools Platform Tests (WTP Tests) @buildversionid@"
+ label="Web Tools Platform Tests (WTP Tests) @buildversionid@">
+ <description>
+ These features provide Unit tests for WTP. WTP Committers, or others testing WTP, will need these in at least
+ their PDE Targets.
+ </description>
+ </category-def>
+</site>
diff --git a/releng/components/jst.tests/tobeInstalled.properties b/releng/components/jst.tests/tobeInstalled.properties
new file mode 100644
index 000000000..f5fd19fe1
--- /dev/null
+++ b/releng/components/jst.tests/tobeInstalled.properties
@@ -0,0 +1,11 @@
+getprereq.eclipse=true
+#getprereq.eclipseplatform=false
+getprereq.eclipsetestframework=true
+getprereq.emfandxsd=true
+#getprereq.emfvalidation=false
+getprereq.gef=true
+getprereq.dtp=true
+#getprereq.wst=false
+#getprereq.jst=false
+#getprereq.wtp=false
+#getprereq.dltk=false \ No newline at end of file
diff --git a/releng/components/wst-sdk/category.xml b/releng/components/wst-sdk/category.xml
new file mode 100644
index 000000000..06838be57
--- /dev/null
+++ b/releng/components/wst-sdk/category.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature id="org.eclipse.wst.common.fproj.sdk">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xml_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.web_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xsl_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.server_adapters.sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.common.fproj">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xsl.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.server_adapters.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.web_ui.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xml_ui.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.jsdt.feature">
+ <category name="Web Tools Platform (WTP) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.jsdt_sdk.feature">
+ <category name="Web Tools Platform SDK (WTP SDK) @buildversionid@"/>
+ </feature>
+ <category-def
+ name="Web Tools Platform (WTP) @buildversionid@"
+ label="Web Tools Platform (WTP) @buildversionid@">
+ <description>
+ These features provide functionality with the executable code only and are recommended for most users.
+ </description>
+ </category-def>
+ <category-def
+ name="Web Tools Platform SDK (WTP SDK) @buildversionid@"
+ label="Web Tools Platform SDK (WTP SDK) @buildversionid@">
+ <description>
+ These features provide functionality with the executable code and the source code and are recommended for those
+ extending or debugging
+ WTP.
+ </description>
+ </category-def>
+</site>
diff --git a/releng/components/wst-sdk/tobeInstalled.properties b/releng/components/wst-sdk/tobeInstalled.properties
new file mode 100644
index 000000000..dea7d60d4
--- /dev/null
+++ b/releng/components/wst-sdk/tobeInstalled.properties
@@ -0,0 +1,11 @@
+getprereq.eclipse=true
+#getprereq.eclipseplatform=false
+#getprereq.eclipsetestframework=true
+getprereq.emfandxsd=true
+#getprereq.emfvalidation=false
+getprereq.gef=true
+getprereq.dtp=true
+#getprereq.wst=false
+#getprereq.jst=false
+#getprereq.wtp=false
+#getprereq.dltk=false \ No newline at end of file
diff --git a/releng/components/wst.tests/category.xml b/releng/components/wst.tests/category.xml
new file mode 100644
index 000000000..30f72c505
--- /dev/null
+++ b/releng/components/wst.tests/category.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature id="org.eclipse.wst.jsdt_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+
+ <feature id="org.eclipse.wst.server_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.common_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wtp.releng.tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wtp.releng.tools.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.web_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xml_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <feature id="org.eclipse.wst.xsl_tests.feature">
+ <category name="Web Tools Platform Tests (WTP Tests) @buildversionid@"/>
+ </feature>
+ <category-def
+ name="Web Tools Platform Tests (WTP Tests) @buildversionid@"
+ label="Web Tools Platform Tests (WTP Tests) @buildversionid@">
+ <description>
+ These features provide Unit tests for WTP. WTP Committers, or others testing WTP, will need these in at least
+ their PDE Targets.
+ </description>
+ </category-def>
+</site>
diff --git a/releng/components/wst.tests/tobeInstalled.properties b/releng/components/wst.tests/tobeInstalled.properties
new file mode 100644
index 000000000..ecae3e5b7
--- /dev/null
+++ b/releng/components/wst.tests/tobeInstalled.properties
@@ -0,0 +1,5 @@
+getprereq.eclipse=true
+getprereq.eclipsetestframework=true
+getprereq.emfandxsd=true
+getprereq.gef=true
+getprereq.dtp=true
diff --git a/releng/distribution/jsdt.site/prereqsToDisplay.php b/releng/distribution/jsdt.site/prereqsToDisplay.php
new file mode 100644
index 000000000..7b22a17cb
--- /dev/null
+++ b/releng/distribution/jsdt.site/prereqsToDisplay.php
@@ -0,0 +1,23 @@
+<?php
+
+$prereq_eclipse="true";
+$prereq_e4x="false";
+$prereq_eclipseplatform="false";
+$prereq_emfandxsd="false";
+$prereq_gef="false";
+$prereq_dtp="false";
+$prereq_emftransaction="false";
+$prereq_emfvalidation="false";
+$prereq_graphiti="false";
+
+$prereq_eclipsetestframework="true";
+$prereq_eclipsereleng="true";
+$prereq_orbitthirdpartyzip="true";
+
+// seldom used, but we try to always include all php $prereq variables to avoid 'unused variable' warnings from php
+$prereq_wst="false";
+$prereq_jst="false";
+$prereq_wtp="false";
+$prereq_wtptests="false";
+$prereq_dltk="false";
+?>
diff --git a/releng/distribution/jsdt.tests/tobeInstalled.properties b/releng/distribution/jsdt.tests/tobeInstalled.properties
new file mode 100644
index 000000000..4dfa2138e
--- /dev/null
+++ b/releng/distribution/jsdt.tests/tobeInstalled.properties
@@ -0,0 +1,3 @@
+# properties that control what is installed fur running unit tests
+getprereq.eclipse=true
+getprereq.eclipsetestframework=true
diff --git a/releng/distribution/wtp.site/prereqsToDisplay.php b/releng/distribution/wtp.site/prereqsToDisplay.php
new file mode 100644
index 000000000..5a4e38be9
--- /dev/null
+++ b/releng/distribution/wtp.site/prereqsToDisplay.php
@@ -0,0 +1,23 @@
+<?php
+
+$prereq_eclipse="true";
+$prereq_e4x="false";
+$prereq_eclipseplatform="false";
+$prereq_emfandxsd="true";
+$prereq_gef="true";
+$prereq_dtp="true";
+$prereq_emftransaction="false";
+$prereq_emfvalidation="false";
+$prereq_graphiti="false";
+
+$prereq_eclipsetestframework="true";
+$prereq_eclipsereleng="true";
+$prereq_orbitthirdpartyzip="true";
+
+// seldom used, but we try to always include all php $prereq variables to avoid 'unused variable' warnings from php
+$prereq_wst="false";
+$prereq_jst="false";
+$prereq_wtp="false";
+$prereq_wtptests="false";
+$prereq_dltk="false";
+?> \ No newline at end of file
diff --git a/releng/distribution/wtp.tests/tobeInstalled.properties b/releng/distribution/wtp.tests/tobeInstalled.properties
new file mode 100644
index 000000000..2c0fde4aa
--- /dev/null
+++ b/releng/distribution/wtp.tests/tobeInstalled.properties
@@ -0,0 +1,19 @@
+# properties that control what is installed fur running unit tests
+getprereq.eclipse=true
+getprereq.eclipsetestframework=true
+#getprereq.eclipseplatform=false
+#getprereq.emf=false
+#getprereq.emfxsd=true
+getprereq.emfandxsd=true
+#getprereq.emftransaction=true
+#getprereq.emfvalidation=true
+#getprereq.graphiti=true
+getprereq.gef=true
+getprereq.dtp=true
+#getprereq.wst=false
+#getprereq.jst=false
+#getprereq.wtp=true
+#getprereq.dltk=false
+#getprereq.wtptests=true
+#getprereq.wtpandtests=true
+getprereq.testlibraries=true
diff --git a/releng/distribution/wtp4x.site/prereqsToDisplay.php b/releng/distribution/wtp4x.site/prereqsToDisplay.php
new file mode 100644
index 000000000..5b2b89ccd
--- /dev/null
+++ b/releng/distribution/wtp4x.site/prereqsToDisplay.php
@@ -0,0 +1,23 @@
+<?php
+
+$prereq_eclipse="false";
+$prereq_e4x="true";
+$prereq_eclipseplatform="false";
+$prereq_emfandxsd="true";
+$prereq_gef="true";
+$prereq_dtp="true";
+$prereq_emftransaction="false";
+$prereq_emfvalidation="false";
+$prereq_graphiti="false";
+
+$prereq_eclipsetestframework="true";
+$prereq_eclipsereleng="true";
+$prereq_orbitthirdpartyzip="true";
+
+// seldom used, but we try to always include all php $prereq variables to avoid 'unused variable' warnings from php
+$prereq_wst="false";
+$prereq_jst="false";
+$prereq_wtp="false";
+$prereq_wtptests="false";
+$prereq_dltk="false";
+?> \ No newline at end of file
diff --git a/releng/galileo/maps/dependencies.properties b/releng/galileo/maps/dependencies.properties
deleted file mode 100644
index c0f95bd1e..000000000
--- a/releng/galileo/maps/dependencies.properties
+++ /dev/null
@@ -1,399 +0,0 @@
-#######################################################################################
-#
-# remember, trailing spaces are not trimmed in ant files,
-# so it's often helpful to trim them "manually" from this file
-#
-# A dependency is identied by:
-# groupId: a simple component name that adheres to java
-# variable naming conventions. e.g. wtp
-# url: Url to a remote repository that can be used by a
-# http GET request to download the library
-# to a local cache repository. URL should not include the file.
-# See the next description for the file
-# file: Name of the library that is used. If the library is platform dependent
-# it must have suffixes such as: file.linux.gtk.x86
-# These suffixes are the same as those used by releng baseos,basews,basearch
-# baseos=linux or win32
-# basews=gtk or win32
-# basearch=x86
-# name: A short user readable name for the library.
-# description: One line description for the library.
-# autodownload: [optional] default true. Set this to false if the file cannot be
-# downloaded automatically (i.e. requires license accept click through).
-# If autodownload is false, and the library is not avaialbe in the local
-# repository (cache). User must download the library and copy it into
-# the local repository.
-# releng.url: [optional] Copies the original to a releng repository. Useful for libraries
-# that can get deleted from their original URLs. Releng will use
-# the local cache, original url, releng.url in that order to get the
-# the dependency. If a releng.url is not provided, the library will
-# always be requested from its original site.
-#
-# Example:
-# wtp.url=http://download.eclipse.org/webtools/downloads/drops/R-0.7-200507290654
-# wtp.file=wtp-sdk-0.7.zip
-# wtp.name=WTP 0.7 SDK
-# wtp.description=WTP 0.7 SDK distribution
-#######################################################################################
-
-
-#######################################################################################
-
-orbitthirdpartyzip.build.dir=R20090825191606
-orbitthirdpartyzip.build.id=R20090825191606
-
-orbitthirdpartyzip.mirror.prefixuri=/tools/orbit/downloads/drops/${orbitthirdpartyzip.build.dir}
-orbitthirdpartyzip.url=http://download.eclipse.org${orbitthirdpartyzip.mirror.prefixuri}
-orbitthirdpartyzip.file=orbit-${orbitthirdpartyzip.build.id}.zip
-orbitthirdpartyzip.name=Orbit thirdparty zip
-orbitthirdpartyzip.description=Orbit thirdparty zip
-orbitthirdpartyzip.build.home=http://download.eclipse.org/tools/orbit/
-
-
-orbitthirdpartymap.url=http://download.eclipse.org${orbitthirdpartyzip.mirror.prefixuri}
-orbitthirdpartymap.file=orbitBundles-${orbitthirdpartyzip.build.id}.map
-orbitthirdpartymap.name=orbit thirdparty map
-orbitthirdpartymap.description=orbit thirdparty map
-
-
-#######################################################################################
-# SourceForge DITA-OT
-# DITA zip to be downloaded
-# DITA will be used for Eclipse Help
-# groupID : dita
-dita.url=http://osdn.dl.sourceforge.net/sourceforge/dita-ot/
-dita.file=DITA-OT1.2.1_bin-ASL.zip
-dita.name=SourceForge DITA-OT 1.2.1
-dita.description=DITA-OT 1.2.1 Binary ASL Distribution
-#######################################################################################
-
-wtp.eclipse.build.id=M20090917-0800
-wtp.eclipse.build.dir=M20090917-0800
-eclipse.name=Eclipse SDK v3.5.1
-eclipse.description=Eclipse SDK v3.5.1
-
-#######################################################################################
-# Eclipse SDK Dependency
-# Eclipse zip to be downloaded
-# Eclipse SDK will be used for building the distribution
-# groupID : eclipse
-
-eclipse.mirror.prefixuri=/eclipse/downloads/drops/${wtp.eclipse.build.dir}
-eclipse.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipse.file.linux-gtk-x86=eclipse-SDK-${wtp.eclipse.build.id}-linux-gtk.tar.gz
-eclipse.file.linux-gtk-ppc=eclipse-SDK-${wtp.eclipse.build.id}-linux-gtk-ppc.tar.gz
-eclipse.file.win32-win32-x86=eclipse-SDK-${wtp.eclipse.build.id}-win32.zip
-eclipse.file.macosx-carbon-ppc=eclipse-SDK-${wtp.eclipse.build.id}-macosx-carbon.tar.gz
-eclipse.build.home=http://download.eclipse.org/eclipse/downloads/
-
-#######################################################################################
-
-eclipseplatform.mirror.prefixuri=/eclipse/downloads/drops/${wtp.eclipse.build.dir}
-eclipseplatform.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipseplatform.file.linux-gtk-x86=eclipse-platform-${wtp.eclipse.build.id}-linux-gtk.tar.gz
-eclipseplatform.file.linux-gtk-ppc=eclipse-platform-${wtp.eclipse.build.id}-linux-gtk-ppc.tar.gz
-eclipseplatform.file.win32-win32-x86=eclipse-platform-${wtp.eclipse.build.id}-win32.zip
-eclipseplatform.file.macosx-carbon-ppc=eclipse-platform-${wtp.eclipse.build.id}-macosx-carbon.tar.gz
-eclipseplatform.build.home=http://download.eclipse.org/eclipse/downloads/
-
-#######################################################################################
-
-
-#######################################################################################
-# Eclipse Test Framework
-# Eclipse Test Framework support zip to be downloaded
-# Eclipse Test Framework will be used for testing and building the tests
-# groupID : eclipseTestFramework
-
-eclipsetestFramework.id=${wtp.eclipse.build.id}
-eclipseTestFramework.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipseTestFramework.file=eclipse-test-framework-${eclipsetestFramework.id}.zip
-
-eclipseTestFramework.name=Eclipse Test Framework v3.5.
-eclipseTestFramework.description=Infrastructure to assist running automated JUnits.
-eclipseTestFramework.mirror.prefixuri=${eclipse.mirror.prefixuri}
-eclipseTestFramework.build.home=${eclipse.build.home}
-
-#######################################################################################
-
-#######################################################################################
-# Eclipse releng tool
-# purely a handy link for committers
-
-eclipsereleng.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipsereleng.file=org.eclipse.releng.tools-${wtp.eclipse.build.id}.zip
-eclipsereleng.name=Eclipse Releng Tool v3.5.
-eclipsereleng.description=Team tool to assist in releasing code.
-eclipsereleng.mirror.prefixuri=${eclipse.mirror.prefixuri}
-eclipsereleng.build.home=${eclipse.build.home}
-
-#######################################################################################
-
-#######################################################################################
-# Eclipse Modeling Framework (EMF) Dependency
-# EMF zip to be downloaded
-# EMF XSD SDK will be used for building the distribution
-# groupID : emf
-
-emf.id=2.5.0
-emf.dir.id=R200906151043
-
-emf.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.5.0/${emf.dir.id}
-emf.file=emf-runtime-${emf.id}.zip
-emf.name=EMF v2.5 Runtime
-
-emf.url=http://download.eclipse.org${emf.mirror.prefixuri}
-emf.description=Minimum executable code.
-emf.build.home=http://www.eclipse.org/modeling/emf/downloads/
-
-emfsourcedoc.id=${emf.id}
-emfsourcedoc.dir.id=${emf.dir.id}
-
-emfsourcedoc.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.5.0/${emfsourcedoc.dir.id}
-emfsourcedoc.file=emf-sourcedoc-${emfsourcedoc.id}.zip
-emfsourcedoc.name=EMF v2.5 Source and Docs
-
-emfsourcedoc.url=http://download.eclipse.org${emf.mirror.prefixuri}
-emfsourcedoc.description=Additional download with Source and Documentation.
-emfsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
-
-
-#######################################################################################
-
-emfxsd.id=${emf.id}
-emfxsd.dir.id=${emf.dir.id}
-emfxsd.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.5.0/${emfxsd.dir.id}
-emfxsd.file=xsd-runtime-${emfxsd.id}.zip
-emfxsd.name=EMF XSD v2.5 Runtime
-
-emfxsd.url=http://download.eclipse.org${emfxsd.mirror.prefixuri}
-emfxsd.description=Minimum executable code.
-emfxsd.build.home=http://www.eclipse.org/modeling/emf/downloads/
-
-emfxsdsourcedoc.id=${emfxsd.id}
-emfxsdsourcedoc.dir.id=${emfxsd.dir.id}
-emfxsdsourcedoc.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.5.0/${emfsourcedoc.dir.id}
-emfxsdsourcedoc.file=xsd-sourcedoc-${emfsourcedoc.id}.zip
-emfxsdsourcedoc.name=EMF XSD v2.5 Source and Docs
-
-emfxsdsourcedoc.url=http://download.eclipse.org${emf.mirror.prefixuri}
-emfxsdsourcedoc.description=Additional download with Source and Documentation.
-emfxsdsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
-
-
-#######################################################################################
-# Eclipse Modeling Framework (EMF) Validation
-# EMF Validation zip to be downloaded
-# groupID : emfvalidation
-
-emfvalidation.id=1.3.1
-emfvalidation.dir.id=R200909151245
-
-emfvalidation.mirror.prefixuri=/modeling/emf/validation/downloads/drops/1.3.1/${emfvalidation.dir.id}
-emfvalidation.file=emf-validation-runtime-${emfvalidation.id}.zip
-emfvalidation.name=EMF Validation 1.3.1 Runtime
-
-emfvalidation.url=http://download.eclipse.org${emfvalidation.mirror.prefixuri}
-emfvalidation.description=Minimum executable code.
-emfvalidation.build.home=http://www.eclipse.org/modeling/emf/validation/downloads/
-
-emfvalidationsourcedoc.id=${emfvalidation.id}
-emfvalidationsourcedoc.dir.id=${emfvalidation.dir.id}
-
-emfvalidationsourcedoc.mirror.prefixuri=/modeling/emf/validation/downloads/drops/1.3.1/${emfvalidationsourcedoc.dir.id}
-emfvalidationsourcedoc.file=emf-validation-SDK-${emfvalidationsourcedoc.id}.zip
-emfvalidationsourcedoc.name=EMF Validation 1.3.1 Source and Docs
-
-emfvalidationsourcedoc.url=http://download.eclipse.org${emfvalidation.mirror.prefixuri}
-emfvalidationsourcedoc.description=Additional download with Source and Documentation.
-emfvalidationsourcedoc.build.home=http://www.eclipse.org/modeling/emf/validation/downloads/
-
-
-#######################################################################################
-
-
-
-#######################################################################################
-
-# Eclipse Graphical Editing Framework (GEF) Dependency
-# GEF zip to be downloaded
-# GEF SDK will be used for building the distribution
-# groupID : gef
-
-gef.id=3.5.1RC4
-gef.dir.id=S200909151220
-
-gef.mirror.prefixuri=/tools/gef/downloads/drops/3.5.1/${gef.dir.id}
-gef.file=GEF-SDK-${gef.id}.zip
-gef.name=GEF SDK 3.5.1
-
-gef.url=http://download.eclipse.org${gef.mirror.prefixuri}
-gef.description=GEF Code and Source.
-gef.build.home=http://download.eclipse.org/tools/gef/downloads/
-
-#######################################################################################
-
-#######################################################################################
-# Eclipse Data Tools Platform (DTP) Dependency
-# DTP zip to be downloaded
-# DTP SDK will be used for building the distribution
-# groupID : dtp
-
-dtp.mirror.prefixuri=/datatools/downloads/drops/N_DTP_1.7.1/
-dtp.file=dtp-sdk-1.7.1RC3-200909040500.zip
-dtp.name=DTP sdk v1.7.1
-
-dtp.url=http://download.eclipse.org${dtp.mirror.prefixuri}
-dtp.description=Code and Source.
-dtp.build.home=http://www.eclipse.org/datatools/downloads.php
-
-#######################################################################################
-
-#######################################################################################
-# Jakarta Tomcat Dependency
-# tomcat zip to be downloaded
-# Tomcat will be used for testing the distribution
-# groupID : tomcat.5
-tomcat.5.url=http://archive.apache.org/dist/tomcat/tomcat-5/v5.0.28/bin
-tomcat.5.file=jakarta-tomcat-5.0.28.zip
-tomcat.5.name=Jakarta Tomcat v5.0.28
-tomcat.5.description=Jakarta Tomcat v5.0.28
-#######################################################################################
-
-#######################################################################################
-# Apache Tomcat Dependency
-# tomcat zip to be downloaded
-# Tomcat will be used for testing the distribution
-# groupID : tomcat.4
-tomcat.4.url=http://archive.apache.org/dist/tomcat/tomcat-4/v4.1.36/bin
-tomcat.4.file=apache-tomcat-4.1.36.zip
-tomcat.4.name=Apache Tomcat v4.1.36
-tomcat.4.description=${tomcat.4.name}
-#######################################################################################
-
-#######################################################################################
-# ObjectWeb JOnAS Dependency
-# jonas zip to be downloaded
-# JOnAS will be used for testing the distribution
-# groupID : jonas.4
-jonas.4.url=http://download.forge.objectweb.org/jonas/
-jonas.4.file=jonas4.3.2-tomcat5.0.30.tgz
-jonas.4.name=ObjectWeb JOnAS Tomcat v4.3.2
-jonas.4.description=ObjectWeb JOnAS Tomcat v4.3.2
-#######################################################################################
-
-#######################################################################################
-# OAGIS Dependency
-# oagis_release zip to be downloaded (CANNOT BE DOWNLOADED AUTOMATICALLY)
-# oagis_release will be used for testing the distribution
-# groupID : oagis.release
-oagis.release.url=http://www.openapplications.org/downloads/oagis/rls80/
-oagis.release.file=oagis_release_8.0_GA-withSP3.zip
-oagis.release.autodownload=true
-oagis.release.name=OAGIS Release v8.0 SP3
-oagis.release.description=OAGIS Release v8.0 SP3
-#######################################################################################
-
-#######################################################################################
-# OAGIS WSDL
-# oagis_wsdl_8.0.zip to be downloaded (CANNOT BE DOWNLOADED AUTOMATICALLY)
-# oagis_wdl will be used for testing the distribution
-# groupID : oagis.wsdl
-oagis.wsdl.url=http://www.openapplications.org/downloads/oagis/rls80
-oagis.wsdl.file=WSDL_1.1_for%20OAGIS_8.0.zip
-oagis.wsdl.autodownload=true
-oagis.wsdl.name=OAGIS WSDL v8.0 SP3
-oagis.wsdl.description=OAGIS WSDL v8.0 SP3
-#######################################################################################
-
-#######################################################################################
-# Apache Derby
-# Derby zip to be downloaded
-# Derby will be used for performance testing
-# groupID : derby
-derby.url=http://cvs.apache.org/dist/incubator/derby/10.0.2.1
-derby.file=incubating-derby-10.0.2.1-bin.zip
-derby.name=Apache Derby 10.0.2.1
-derby.description=Apache Derby 10.0.2.1
-#######################################################################################
-
-#######################################################################################
-# JavaServer Faces(JSF) Runtime Library Dependency
-# jsf runtime library zip to be downloaded
-# JSF Runtime Library will be used for testing the JSF Tools features
-# groupID : jsf.1_1
-jsf.1_1.url=http://archive.apache.org/dist/myfaces/binaries/
-jsf.1_1.file=myfaces-core-1.1.5-bin.zip
-jsf.1_1.name=Apache MyFaces 1.1.5
-jsf.1_1.description=Apache MyFaces 1.1.5 reference implementation libraries
-#######################################################################################
-
-#URL to Web Tools downloads
-# non-mirrored site: webtoolsDownloadURL=http://download.eclipse.org/webtools/downloads/drops
-# use mirrored site as follows:
-webtoolsDownloadURL=http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops
-
-#URL to Internal Reference Tool
-internalRefToolURL=http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/jdt-core-home/tools/internal/internal-200302241157.zip
-internalRefToolFile=internal-200302241157.zip
-
-
-
-# WST or XML is required for XSL build
-
-wst.file=wtp-wst-R-3.1-20090616035105.zip
-wst.name=WST
-wst.description=WST
-wst.build.home=http://download.eclipse.org/webtools/downloads/drops/R3.1/R-3.1-20090616035105
-wst.mirror.prefixuri=/webtools/downloads/drops/R3.1/R-3.1-20090616035105
-wst.url=http://download.eclipse.org/${wst.mirror.prefixuri}
-
-
-xml.file=wtp-xml-sdk-I-3.1-20090430124930.zip
-xml.name=XML
-xml.description=XML
-xml.build.home=http://build.eclipse.org/webtools/committers/
-xml.mirror.prefixuri=/webtools/downloads/xml-R3.1-I/20090430124930/I-3.1-20090430124930
-xml.url=http://download.eclipse.org/${xml.mirror.prefixuri}
-
-
-eclipse.fspath.prefix=/home/data/httpd/download.eclipse.org
-
-
-#######################################################################################
-# Java Persistence API Tools(JPT) Runtime Library Dependency
-# JPT Runtime library zip to be downloaded
-# JPT Runtime Library will be used for JUnit testing the JPT Tools features
-# groupID : jpt-persistence.jar
-jpt-persistence.jar.url=http://www.eclipse.org/webtools/dali/dev/
-jpt-persistence.jar.file=jpt-persistence-2.0-preview.zip
-jpt-persistence.jar.name=Persistence Jar
-jpt-persistence.jar.description=Persistence libraries
-#######################################################################################
-
-#######################################################################################
-# Java Persistence API Tools(JPT) Runtime Library Dependency
-# EclipseLink library zip to be downloaded
-# EclipseLink Library will be used for JUnit testing the JPT Tools features
-# groupID : jpt-eclipselink.jar
-jpt-eclipselink.jar.url=http://www.eclipse.org/webtools/dali/dev/
-jpt-eclipselink.jar.file=jpt-eclipselink-2.0.0.zip
-jpt-eclipselink.jar.name=EclipseLink Jar
-jpt-eclipselink.jar.description=EclipseLink libraries
-#######################################################################################
-
-jst.file=wtp-jst-sdk-R-3.1-20090616035105.zip
-jst.name=JST
-jst.description=JST for prereqs
-jst.build.home=http://download.eclipse.org/webtools/downloads/
-jst.mirror.prefixuri=/webtools/downloads/drops/R3.1/R-3.1-20090616035105
-jst.url=http://download.eclipse.org${jst.mirror.prefixuri}
-
-
-# WTP
-wtp.file=wtp-sdk-R-3.1-20090616035105.zip
-wtp.name=WTP
-wtp.description=WTP for jax ws Builds
-wtp.build.home=http://download.eclipse.org/webtools/downloads/
-wtp.mirror.prefixuri=/webtools/downloads/drops/R3.1/R-3.1-20090616035105
-wtp.url=http://download.eclipse.org${wtp.mirror.prefixuri}
diff --git a/releng/helios/maps/dependencies.properties b/releng/helios/dependencies.properties
index c1a3eb189..735099d2e 100644
--- a/releng/helios/maps/dependencies.properties
+++ b/releng/helios/dependencies.properties
@@ -38,15 +38,18 @@
#######################################################################################
+# Orbit dependency.
+# Note that this data is used for "display" only.
+# During the build, the required bundles are fetched based on the orbitBundles.map file.
-orbitthirdpartyzip.build.dir=S20091026190351
-orbitthirdpartyzip.build.id=S20091026190351
+orbitthirdpartyzip.build.dir=R20100519200754
+orbitthirdpartyzip.build.id=R20100519200754
orbitthirdpartyzip.mirror.prefixuri=/tools/orbit/downloads/drops/${orbitthirdpartyzip.build.dir}
orbitthirdpartyzip.url=http://download.eclipse.org${orbitthirdpartyzip.mirror.prefixuri}
orbitthirdpartyzip.file=orbit-${orbitthirdpartyzip.build.id}.zip
-orbitthirdpartyzip.name=Orbit thirdparty zip
-orbitthirdpartyzip.description=Orbit thirdparty zip
+orbitthirdpartyzip.name=Third Party code from Orbit.
+orbitthirdpartyzip.description=Not technically required and contains much more than needed for WTP, but some committers like using it in a PDE runtime target.
orbitthirdpartyzip.build.home=http://download.eclipse.org/tools/orbit/
@@ -56,58 +59,88 @@ orbitthirdpartymap.name=orbit thirdparty map
orbitthirdpartymap.description=orbit thirdparty map
+
+
#######################################################################################
-# SourceForge DITA-OT
-# DITA zip to be downloaded
-# DITA will be used for Eclipse Help
-# groupID : dita
-dita.url=http://osdn.dl.sourceforge.net/sourceforge/dita-ot/
-dita.file=DITA-OT1.2.1_bin-ASL.zip
-dita.name=SourceForge DITA-OT 1.2.1
-dita.description=DITA-OT 1.2.1 Binary ASL Distribution
+# Eclipse builder used to run and compile the build
+# groupID : eclipsebuilder
+eclipsebuilder.id=3.6.2
+eclipsebuilder.dir=R-3.6.2-201102101200
+eclipsebuilder.name=Eclipse SDK v3.6.2
+eclipsebuilder.description=(Platform, PDE, JDT)
+
+eclipsebuilder.mirror.prefixuri=/eclipse/downloads/drops/${eclipse.dir}
+eclipsebuilder.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
+eclipsebuilder.file.linux-gtk-x86=eclipse-SDK-${eclipse.id}-linux-gtk.tar.gz
+eclipsebuilder.file.linux-gtk-ppc=eclipse-SDK-${eclipse.id}-linux-gtk-ppc.tar.gz
+eclipsebuilder.file.win32-win32-x86=eclipse-SDK-${eclipse.id}-win32.zip
+eclipsebuilder.file.macosx-carbon-ppc=eclipse-SDK-${eclipse.id}-macosx-carbon.tar.gz
+eclipsebuilder.build.home=http://download.eclipse.org/eclipse/downloads/
+
+
#######################################################################################
+# WTP builder tools that provide our custom build tasks
+# groupID : wtpBuildTools
+# Remember this is not (and could not be) the one that is built during the run.
+# If updates needed, can do a seperate run (of "wtpbuilder job") and promote that T-build specificially.
+wtpBuildTools.id=I-3.3.0-20110308040211
+wtpBuildTools.dir.id=T3.3.0/I-3.3.0-20110308040211
+
+wtpBuildTools.mirror.prefixuri=/webtools/downloads/drops/${wtpBuildTools.dir.id}
+wtpBuildTools.file=
+
+wtpBuildTools.repo=wtpbuildTools-repo-${wtpBuildTools.id}.zip
+wtpBuildTools.tobeinstalledfeaturegroups=org.eclipse.wtp.releng.tools.feature.feature.group
+
+wtpBuildTools.name=WTP Tools
+wtpBuildTools.description=WTP Releng Buider Tools
-wtp.eclipse.build.id=3.6M3
-wtp.eclipse.build.dir=S-3.6M3-200910301201
-eclipse.name=Eclipse SDK v3.6
-eclipse.description=Eclipse SDK v3.6
+wtpBuildTools.url=http://download.eclipse.org${wtpBuildTools.mirror.prefixuri}
+wtpBuildTools.build.home=http://download.eclipse.org/webtools/downloads/
#######################################################################################
# Eclipse SDK Dependency
-# Eclipse zip to be downloaded
-# Eclipse SDK will be used for building the distribution
# groupID : eclipse
-eclipse.mirror.prefixuri=/eclipse/downloads/drops/${wtp.eclipse.build.dir}
+eclipse.id=3.6.2
+eclipse.dir=R-3.6.2-201102101200
+
+eclipse.name=Eclipse SDK v3.6.2
+eclipse.description=(Platform, PDE, JDT)
+
+eclipse.mirror.prefixuri=/eclipse/downloads/drops/${eclipse.dir}
eclipse.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipse.file.linux-gtk-x86=eclipse-SDK-${wtp.eclipse.build.id}-linux-gtk.tar.gz
-eclipse.file.linux-gtk-ppc=eclipse-SDK-${wtp.eclipse.build.id}-linux-gtk-ppc.tar.gz
-eclipse.file.win32-win32-x86=eclipse-SDK-${wtp.eclipse.build.id}-win32.zip
-eclipse.file.macosx-carbon-ppc=eclipse-SDK-${wtp.eclipse.build.id}-macosx-carbon.tar.gz
+eclipse.file.linux-gtk-x86=eclipse-SDK-${eclipse.id}-linux-gtk.tar.gz
+eclipse.file.linux-gtk-ppc=eclipse-SDK-${eclipse.id}-linux-gtk-ppc.tar.gz
+eclipse.file.win32-win32-x86=eclipse-SDK-${eclipse.id}-win32.zip
+eclipse.file.macosx-carbon-ppc=eclipse-SDK-${eclipse.id}-macosx-carbon.tar.gz
eclipse.build.home=http://download.eclipse.org/eclipse/downloads/
#######################################################################################
-eclipseplatform.mirror.prefixuri=/eclipse/downloads/drops/${wtp.eclipse.build.dir}
+eclipseplatform.name=Eclipse Platform v3.6
+eclipseplatform.description=Eclipse Platform v3.6
+eclipseplatform.mirror.prefixuri=/eclipse/downloads/drops/${eclipse.dir}
eclipseplatform.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipseplatform.file.linux-gtk-x86=eclipse-platform-${wtp.eclipse.build.id}-linux-gtk.tar.gz
-eclipseplatform.file.linux-gtk-ppc=eclipse-platform-${wtp.eclipse.build.id}-linux-gtk-ppc.tar.gz
-eclipseplatform.file.win32-win32-x86=eclipse-platform-${wtp.eclipse.build.id}-win32.zip
-eclipseplatform.file.macosx-carbon-ppc=eclipse-platform-${wtp.eclipse.build.id}-macosx-carbon.tar.gz
+eclipseplatform.file.linux-gtk-x86=eclipse-platform-${eclipse.id}-linux-gtk.tar.gz
+eclipseplatform.file.linux-gtk-ppc=eclipse-platform-${eclipse.id}-linux-gtk-ppc.tar.gz
+eclipseplatform.file.win32-win32-x86=eclipse-platform-${eclipse.id}-win32.zip
+eclipseplatform.file.macosx-carbon-ppc=eclipse-platform-${eclipse.id}-macosx-carbon.tar.gz
eclipseplatform.build.home=http://download.eclipse.org/eclipse/downloads/
-
-#######################################################################################
-
+eclipseplatform.repo=
+#
+#eclipseplatform.tobeinstalledfeaturegroups=org.eclipse.help.appserver
#######################################################################################
# Eclipse Test Framework
-# Eclipse Test Framework support zip to be downloaded
-# Eclipse Test Framework will be used for testing and building the tests
# groupID : eclipseTestFramework
-eclipsetestFramework.id=${wtp.eclipse.build.id}
+eclipseTestFramework.id=${eclipse.id}
eclipseTestFramework.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipseTestFramework.file=eclipse-test-framework-${eclipsetestFramework.id}.zip
+eclipseTestFramework.file=eclipse-test-framework-${eclipseTestFramework.id}.zip
+
+eclipseTestFramework.repo=eclipse-test-framework-${eclipseTestFramework.id}.zip
+#eclipseTestFramework.tobeinstalledfeaturegroups=org.eclipse.test.feature.group
eclipseTestFramework.name=Eclipse Test Framework v3.6.
eclipseTestFramework.description=Infrastructure to assist running automated JUnits.
@@ -115,139 +148,161 @@ eclipseTestFramework.mirror.prefixuri=${eclipse.mirror.prefixuri}
eclipseTestFramework.build.home=${eclipse.build.home}
#######################################################################################
-
-#######################################################################################
# Eclipse releng tool
-# purely a handy link for committers
+# For display only. Purely a handy link for committers. Not used during build.
eclipsereleng.url=http://download.eclipse.org${eclipse.mirror.prefixuri}
-eclipsereleng.file=org.eclipse.releng.tools-${wtp.eclipse.build.id}.zip
+eclipsereleng.file=org.eclipse.releng.tools-${eclipse.id}.zip
eclipsereleng.name=Eclipse Releng Tool v3.6.
-eclipsereleng.description=Team tool to assist in releasing code.
+eclipsereleng.description=Team tool to assist in releasing code. (provided as archived repository)
eclipsereleng.mirror.prefixuri=${eclipse.mirror.prefixuri}
eclipsereleng.build.home=${eclipse.build.home}
#######################################################################################
+# Eclipse 4.1 SDK Dependency
+# groupID : e4x
-#######################################################################################
-# Eclipse Modeling Framework (EMF) Dependency
-# EMF zip to be downloaded
-# EMF XSD SDK will be used for building the distribution
-# groupID : emf
+e4x.build.id=
+e4x.build.dir=
+e4x.name=
+e4x.description=
+
+e4x.mirror.prefixuri=
+e4x.url=
+e4x.file.linux-gtk-x86=
+e4x.file.linux-gtk-ppc=
+e4x.file.win32-win32-x86=
+e4x.file.macosx-carbon-ppc=
+e4x.build.home=
-emf.id=I200911020144
-emf.dir.id=I200911020144
+#######################################################################################
+# Eclipse Modeling Framework (EMF) and EMF XSD Dependency
+# We used the "combined" emf and xsd distribution for convience.
+# groupID : emfandxsd
-emf.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.0/${emf.dir.id}
-emf.file=emf-runtime-${emf.id}.zip
-emf.name=EMF v2.6 Runtime
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=317256
+emfandxsd.id=2.6.1
+emfandxsd.dir.id=2.6.x/R201009141218
-emf.url=http://download.eclipse.org${emf.mirror.prefixuri}
-emf.description=Minimum executable code.
-emf.build.home=http://www.eclipse.org/modeling/emf/downloads/
+emfandxsd.mirror.prefixuri=/modeling/emf/emf/downloads/drops/${emfandxsd.dir.id}
+emfandxsd.file=emf-xsd-SDK-${emfandxsd.id}.zip
-emfsourcedoc.id=${emf.id}
-emfsourcedoc.dir.id=${emf.dir.id}
+emfandxsd.repo=emf-xsd-Update-${emfandxsd.id}.zip
+emfandxsd.tobeinstalledfeaturegroups=org.eclipse.emf.sdk.feature.group,org.eclipse.xsd.sdk.feature.group
-emfsourcedoc.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.0/${emfsourcedoc.dir.id}
-emfsourcedoc.file=emf-sourcedoc-${emfsourcedoc.id}.zip
-emfsourcedoc.name=EMF v2.5 Source and Docs
+emfandxsd.name=EMF and XSD SDK
+emfandxsd.description=Combined EMF and EMF-XSD SDK.
-emfsourcedoc.url=http://download.eclipse.org${emf.mirror.prefixuri}
-emfsourcedoc.description=Additional download with Source and Documentation.
-emfsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
+emfandxsd.url=http://download.eclipse.org${emfandxsd.mirror.prefixuri}
+emfandxsd.build.home=http://www.eclipse.org/modeling/emf/downloads/
#######################################################################################
+# Eclipse Modeling Framework (EMF) Transaction Dependency
+# groupID : emftransaction
-emfxsd.id=${emf.id}
-emfxsd.dir.id=${emf.dir.id}
-emfxsd.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.0/${emfxsd.dir.id}
-emfxsd.file=xsd-runtime-${emfxsd.id}.zip
-emfxsd.name=EMF XSD v2.6 Runtime
+emftransaction.id=
+emftransaction.dir.id=
-emfxsd.url=http://download.eclipse.org${emfxsd.mirror.prefixuri}
-emfxsd.description=Minimum executable code.
-emfxsd.build.home=http://www.eclipse.org/modeling/emf/downloads/
+emftransaction.mirror.prefixuri=
+emftransaction.file=
-emfxsdsourcedoc.id=${emfxsd.id}
-emfxsdsourcedoc.dir.id=${emfxsd.dir.id}
-emfxsdsourcedoc.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.0/${emfsourcedoc.dir.id}
-emfxsdsourcedoc.file=xsd-sourcedoc-${emfsourcedoc.id}.zip
-emfxsdsourcedoc.name=EMF XSD v2.5 Source and Docs
+emftransaction.repo=
+emftransaction.tobeinstalledfeaturegroups=
-emfxsdsourcedoc.url=http://download.eclipse.org${emf.mirror.prefixuri}
-emfxsdsourcedoc.description=Additional download with Source and Documentation.
-emfxsdsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
+emftransaction.name=
+emftransaction.description=
+
+emftransaction.url=
+emftransaction.build.home=
#######################################################################################
-# Eclipse Modeling Framework (EMF) Validation
-# EMF Validation zip to be downloaded
+# Eclipse Modeling Framework (EMF) Validation Dependency
# groupID : emfvalidation
-emfvalidation.id=1.3.1
-emfvalidation.dir.id=R200909151245
+emfvalidation.id=
+emfvalidation.dir.id=
-emfvalidation.mirror.prefixuri=/modeling/emf/validation/downloads/drops/1.3.1/${emfvalidation.dir.id}
-emfvalidation.file=emf-validation-runtime-${emfvalidation.id}.zip
-emfvalidation.name=EMF Validation 1.3.1 Runtime
+emfvalidation.mirror.prefixuri=
+emfvalidation.file=
-emfvalidation.url=http://download.eclipse.org${emfvalidation.mirror.prefixuri}
-emfvalidation.description=Minimum executable code.
-emfvalidation.build.home=http://www.eclipse.org/modeling/emf/validation/downloads/
+emfvalidation.repo=
+emfvalidation.tobeinstalledfeaturegroups=
-emfvalidationsourcedoc.id=${emfvalidation.id}
-emfvalidationsourcedoc.dir.id=${emfvalidation.dir.id}
+emfvalidation.name=
+emfvalidation.description=
-emfvalidationsourcedoc.mirror.prefixuri=/modeling/emf/validation/downloads/drops/1.3.1/${emfvalidationsourcedoc.dir.id}
-emfvalidationsourcedoc.file=emf-validation-SDK-${emfvalidationsourcedoc.id}.zip
-emfvalidationsourcedoc.name=EMF Validation 1.3.1 Source and Docs
+emfvalidation.url=
+emfvalidation.build.home=
-emfvalidationsourcedoc.url=http://download.eclipse.org${emfvalidation.mirror.prefixuri}
-emfvalidationsourcedoc.description=Additional download with Source and Documentation.
-emfvalidationsourcedoc.build.home=http://www.eclipse.org/modeling/emf/validation/downloads/
+#################################################################################
+# Graphiti Dependency
+# groupID : graphiti
+graphiti.id=
+graphiti.dir.id=
-#######################################################################################
+graphiti.mirror.prefixuri=
+graphiti.file=
+
+graphiti.repo=
+graphiti.tobeinstalledfeaturegroups=
+
+graphiti.name=
+graphiti.description=
+
+graphiti.url=
+graphiti.build.home=
#######################################################################################
# Eclipse Graphical Editing Framework (GEF) Dependency
-# GEF zip to be downloaded
-# GEF SDK will be used for building the distribution
# groupID : gef
-gef.id=3.6.0M1
-gef.dir.id=S200908201455
+gef.id=3.6.2
+gef.dir.id=3.6.2/R201102251600
-gef.mirror.prefixuri=/tools/gef/downloads/drops/3.6.0/${gef.dir.id}
+gef.mirror.prefixuri=/tools/gef/downloads/drops/${gef.dir.id}
gef.file=GEF-SDK-${gef.id}.zip
-gef.name=GEF SDK 3.6
+
+gef.repo=GEF-Update-${gef.id}.zip
+#gef.tobeinstalledfeaturegroups=org.eclipse.gef.sdk.feature.group
+
+gef.name=GEF SDK 3.6.2
+gef.description=(Code and Source)
gef.url=http://download.eclipse.org${gef.mirror.prefixuri}
-gef.description=GEF Code and Source.
-gef.build.home=http://download.eclipse.org/tools/gef/downloads/
-#######################################################################################
+gef.build.home=http://download.eclipse.org/tools/gef/downloads/
#######################################################################################
# Eclipse Data Tools Platform (DTP) Dependency
-# DTP zip to be downloaded
-# DTP SDK will be used for building the distribution
# groupID : dtp
-dtp.mirror.prefixuri=/datatools/downloads/drops/N_DTP_1.7.1/
-dtp.file=dtp-sdk-1.7.1RC3-200909040500.zip
-dtp.name=DTP sdk v1.7.1
+dtp.mirror.prefixuri=/datatools/downloads/1.8
+dtp.file=dtp-sdk_1.8.2.zip
+
+dtp.repo=dtp-p2repo_1.8.2.zip
+dtp.tobeinstalledfeaturegroups=org.eclipse.datatools.enablement.feature.feature.group,org.eclipse.datatools.sqldevtools.feature.feature.group,org.eclipse.datatools.connectivity.feature.feature.group
+
+dtp.name=DTP sdk v1.8.2
+dtp.description=(Code and Source)
dtp.url=http://download.eclipse.org${dtp.mirror.prefixuri}
-dtp.description=Code and Source.
dtp.build.home=http://www.eclipse.org/datatools/downloads.php
#######################################################################################
+# SourceForge DITA-OT
+# DITA zip to be downloaded
+# DITA will be used for Eclipse Help
+# groupID : dita
+dita.url=http://osdn.dl.sourceforge.net/sourceforge/dita-ot/
+dita.file=DITA-OT1.2.1_bin-ASL.zip
+dita.name=SourceForge DITA-OT 1.2.1
+dita.description=DITA-OT 1.2.1 Binary ASL Distribution
#######################################################################################
# Jakarta Tomcat Dependency
@@ -333,33 +388,8 @@ jsf.1_1.description=Apache MyFaces 1.1.5 reference implementation libraries
# use mirrored site as follows:
webtoolsDownloadURL=http://www.eclipse.org/downloads/download.php?file=/webtools/downloads/drops
-#URL to Internal Reference Tool
-internalRefToolURL=http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/jdt-core-home/tools/internal/internal-200302241157.zip
-internalRefToolFile=internal-200302241157.zip
-
-
-
-# WST or XML is required for XSL build
-
-wst.file=wtp-wst-R-3.1-20090616035105.zip
-wst.name=WST
-wst.description=WST
-wst.build.home=http://download.eclipse.org/webtools/downloads/drops/R3.1/R-3.1-20090616035105
-wst.mirror.prefixuri=/webtools/downloads/drops/R3.1/R-3.1-20090616035105
-wst.url=http://download.eclipse.org/${wst.mirror.prefixuri}
-
-
-xml.file=wtp-xml-sdk-I-3.1-20090430124930.zip
-xml.name=XML
-xml.description=XML
-xml.build.home=http://build.eclipse.org/webtools/committers/
-xml.mirror.prefixuri=/webtools/downloads/xml-R3.1-I/20090430124930/I-3.1-20090430124930
-xml.url=http://download.eclipse.org/${xml.mirror.prefixuri}
-
-
eclipse.fspath.prefix=/home/data/httpd/download.eclipse.org
-
#######################################################################################
# Java Persistence API Tools(JPT) Runtime Library Dependency
# JPT Runtime library zip to be downloaded
@@ -382,19 +412,64 @@ jpt-eclipselink.jar.name=EclipseLink Jar
jpt-eclipselink.jar.description=EclipseLink libraries
#######################################################################################
-jst.file=wtp-jst-sdk-R-3.1-20090616035105.zip
+
+# WST or XML is required for XSL build
+
+wst.file=wst-sdk-R-3.2.0-20100615235519.zip
+wst.name=WST
+wst.description=WST
+wst.build.home=http://download.eclipse.org/webtools/downloads/drops/R3.2.0/R-3.2.0-20100615235519
+wst.mirror.prefixuri=/webtools/downloads/drops/R3.2.0/R-3.2.0-20100615235519
+wst.url=http://download.eclipse.org/${wst.mirror.prefixuri}
+
+
+jst.file=wtp-jst-sdk-S-3.2.0M4-20091210120653.zip
jst.name=JST
jst.description=JST for prereqs
-jst.build.home=http://download.eclipse.org/webtools/downloads/
-jst.mirror.prefixuri=/webtools/downloads/drops/R3.1/R-3.1-20090616035105
-jst.url=http://download.eclipse.org${jst.mirror.prefixuri}
+jst.build.home=${wst.build.home}
+jst.mirror.prefixuri=${wst.mirror.prefixuri}
+jst.url=${wst.url}
-
-/webtools/downloads/drops//
# WTP
-wtp.file=wtp-sdk-S-3.2.0M2-20090924194346.zip
+wtp.id=R-3.2.2-20100915173744
+wtp.dir.id=R3.2.2/R-3.2.2-20100915173744
+wtp.file=wtp-sdk-${wtp.id}.zip
wtp.name=WTP
-wtp.description=WTP for jax ws Builds
+wtp.description=Release used for Patch Builds
wtp.build.home=http://download.eclipse.org/webtools/downloads/
-wtp.mirror.prefixuri=/webtools/downloads/drops/R3.2/S-3.2.0M2-20090924194346
+wtp.mirror.prefixuri=/webtools/downloads/drops/${wtp.dir.id}
wtp.url=http://download.eclipse.org${wtp.mirror.prefixuri}
+
+# WTP tests, for patch builds
+wtptests.id=${wtp.id}
+wtptests.dir.id=${wtp.dir.id}
+wtptests.file = wtp-tests-${wtptests.id}.zip
+wtptests.name = WTP Tests 3.2.2
+wtptests.description = WTP Tests 3.2.2 for Patch Builds
+wtptests.build.home=http://download.eclipse.org/webtools/downloads/
+wtptests.mirror.prefixuri=/webtools/downloads/drops/${wtptests.dir.id}
+wtptests.url=http://download.eclipse.org${wtptests.mirror.prefixuri}
+
+
+wtptests.tobeinstalledfeaturegroups=org.eclipse.jpt.tests.feature.feature.group,org.eclipse.jst.enterprise_tests.feature.feature.group,org.eclipse.jst.jsf.tests.feature.feature.group,org.eclipse.jst.server_adapters.ext_tests.feature.feature.group,org.eclipse.jst.server_tests.feature.feature.group,org.eclipse.jst.web_tests.feature.feature.group,org.eclipse.jst.ws.cxf_tests.feature.feature.group,org.eclipse.jst.ws.jaxws.dom_tests.feature.feature.group,org.eclipse.jst.ws.jaxws_tests.feature.feature.group,org.eclipse.wst.common_tests.feature.feature.group,org.eclipse.wst.jsdt_tests.feature.feature.group,org.eclipse.wst.server_tests.feature.feature.group,org.eclipse.wst.web_tests.feature.feature.group,org.eclipse.wst.ws_tests.feature.feature.group,org.eclipse.wst.xml_tests.feature.feature.group,org.eclipse.wst.xsl_tests.feature.feature.group,org.eclipse.wtp.releng.tests.feature.feature.group,org.eclipse.wst.common.fproj.sdk.feature.group,org.eclipse.wst.jsdt_sdk.feature.feature.group,org.eclipse.wst.xml_sdk.feature.feature.group,org.eclipse.wst.web_sdk.feature.feature.group,org.eclipse.wst.xsl_sdk.feature.feature.group,org.eclipse.wst.server_adapters.sdk.feature.feature.group,org.eclipse.jst.common.fproj.enablement.jdt.sdk.feature.group,org.eclipse.jst.server_sdk.feature.feature.group,org.eclipse.jst.web_sdk.feature.feature.group,org.eclipse.jst.enterprise_sdk.feature.feature.group,org.eclipse.jst.server_adapters.sdk.feature.feature.group,org.eclipse.jst.server_adapters.ext.sdk.feature.feature.group,org.eclipse.jst.ws.axis2tools_sdk.feature.feature.group,org.eclipse.jst.ws.jaxws_sdk.feature.feature.group,org.eclipse.jst.ws.cxf_sdk.feature.feature.group,org.eclipse.jst.ws.jaxws.dom_sdk.feature.feature.group,org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature.feature.group,org.eclipse.jst.webpageeditor_sdk.feature.feature.group,org.eclipse.jsf_sdk.feature.feature.group,org.eclipse.jpt_sdk.feature.feature.group,org.eclipse.jpt.eclipselink_sdk.feature.feature.group
+
+
+### DLTK
+dltk.mirror.prefixuri=/technology/dltk/downloads/drops/R1.0/M-M200911111238-200911111238/
+dltk.file=dltk-core-sdk-M-M200911111238-200911111238.zip
+dltk.name=DLTK sdk v1
+
+dltk.url=http://download.eclipse.org${dltk.mirror.prefixuri}
+dltk.description=DLTK Code and Source.
+dltk.build.home=http://download.eclipse.org/technology/dltk/downloads/
+
+
+# WST or XML is required for XSL build
+
+wst.file=wst-sdk-R-3.2.0-20100615235519.zip
+wst.name=WST
+wst.description=WST
+wst.build.home=http://download.eclipse.org/webtools/downloads/drops/R3.2.0/R-3.2.0-20100615235519
+wst.mirror.prefixuri=/webtools/downloads/drops/R3.2.0/R-3.2.0-20100615235519
+wst.url=http://download.eclipse.org/${wst.mirror.prefixuri}
+
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index 7a8d7a616..1f64950d9 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -1,43 +1,37 @@
-builderVersion=v200911051730
+builderVersion=v201103310616
-eclipse.builder=org.eclipse.releng.basebuilder
-eclipse.builder.version=R36_M2
-# uncomment if its desired to 'force' fetch of eclipse builder
-# (if not already defined from elsewhere)
-eclipse.builder.fetch=true
-
-# WTP specific builder
-wtpBuildTools.url=http://download.eclipse.org/webtools/wtpBuildTools/drops/R3.0/T-T20090531062807-20090531062807/updateSite/plugins
-wtpBuildTools.file=org.eclipse.wtp.releng.tools_1.1.0.v200905310626.jar
# This parameter is specific to the compiler
# being used (JDT Compiler, in our case).
# 'showversion' causes the version of JDT Compiler to be
# printed to the compiler log file.
#compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw
-compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked
+#compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked
+compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,-raw,-typeHiding,-unchecked,-discouraged
#############################################################
-# Other inline resolved properties
-pde.builder.path=${env.BASE_BUILDERS}/${eclipse.builder.version}/${eclipse.builder}
-# Beginning with 33M5, the startup.jar was removed. Currently, in basebuilder,
-# this launcher is provided without version number. If we ever move to use plain
-# eclipse, we'll need a bit of script find and rename (or set the variable).
-# to ever "go backwards" this one variable could be ${pde.builder.path}/startup.jar
-eclipse.launcher=${pde.builder.path}/plugins/org.eclipse.equinox.launcher.jar
-#eclipse.launcher=${pde.builder.path}/startup.jar
-
-# in 3.2 based builds, pde's directory no longer has version number
-# well, now M7_34 does :)
-eclipse.base.version=3.5.100.v20090911
-pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts
-#pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts
+
+# TODO: these variables, and many others no longer need to be defined here in build.cfg, so
+# should be moved into other property or ant files. They don't differ by stream.
+# note that eclipsebuilder.id should/could be "filled in" later, based on value in dependencies.properties file
+# but, for short cut, we'll duplicate here. We mostly need a unique identifier as to where to intall it
+eclipsebuilderstore.id=3.6.2
+# eclipse.builder.location.name should be empty, if using tranditional basebuilder
+eclipse.builder.location.name=eclipse
+# These last two are use in other scirpts, the three above are not (at least, should not be).
+eclipse.builder.base.install.dir=${env.BASE_BUILDERS}/${eclipsebuilderstore.id}/${build.distribution}
+pde.builder.path=${eclipse.builder.base.install.dir}/${eclipse.builder.location.name}
+
+# uncomment if its desired to 'force' fetch of eclipse builder
+# (if not already defined from elsewhere)
+eclipse.builder.fetch=true
+
buildDirectory=${env.PROJECT_PROJECTS}/${projectname}/workdir
# new in 3.4 based build, have the source files for sdk builds bundled as individual jars.
individualSourceBundles=true
-# dropins folder is either empty string, or /eclipse/dropins (no trailing spaces)
+# dropins folder is either left undefined, or /eclipse/dropins (no trailing spaces)
dropinsFolder=/eclipse/dropins
# should be set for 3.1+ build. should be unset (not exist, or commented out) for earlier builds
@@ -48,9 +42,22 @@ doCreateFprojZips=yes
# omit qualifierArgValue to not flag a unit test error for "warnings"
qualifierArgValue=-countQualifierIncreaseOnlyAsError
#qualifierArgValue=
-referenceIDArgValue=R-3.1.1-20090917225226
-referenceURLArgValue=http://download.eclipse.org/webtools/downloads/drops/R3.1/R-3.1.1-20090917225226/versioningReference_R-3.1.1-20090917225226.xml
+referenceIDArgValue=R-3.2.3-20110217214612
+referenceURLArgValue=http://download.eclipse.org/webtools/downloads/drops/R3.2.3/R-3.2.3-20110217214612/versioningReference_R-3.2.3-20110217214612.xml
# omit to not test
testToReferenceArgValue=-testToReference
# omit to not list
listToReferenceFileArgValue=-listToReferenceFile
+
+testFeatureIUs=org.eclipse.jpt.tests.feature.feature.group,org.eclipse.jst.enterprise_tests.feature.feature.group,org.eclipse.jst.jsf.tests.feature.feature.group,org.eclipse.jst.server_adapters.ext_tests.feature.feature.group,org.eclipse.jst.server_tests.feature.feature.group,org.eclipse.jst.web_tests.feature.feature.group,org.eclipse.jst.ws.cxf_tests.feature.feature.group,org.eclipse.jst.ws.jaxws.dom_tests.feature.feature.group,org.eclipse.jst.ws.jaxws_tests.feature.feature.group,org.eclipse.wst.common_tests.feature.feature.group,org.eclipse.wst.jsdt_tests.feature.feature.group,org.eclipse.wst.server_tests.feature.feature.group,org.eclipse.wst.web_tests.feature.feature.group,org.eclipse.wst.ws_tests.feature.feature.group,org.eclipse.wst.xml_tests.feature.feature.group,org.eclipse.wst.xsl_tests.feature.feature.group,org.eclipse.wtp.releng.tests.feature.feature.group
+wtpFeatureIUs=org.eclipse.wst.common.fproj.sdk.feature.group,org.eclipse.wst.jsdt_sdk.feature.feature.group,org.eclipse.wst.xml_sdk.feature.feature.group,org.eclipse.wst.web_sdk.feature.feature.group,org.eclipse.wst.xsl_sdk.feature.feature.group,org.eclipse.wst.server_adapters.sdk.feature.feature.group,org.eclipse.jst.common.fproj.enablement.jdt.sdk.feature.group,org.eclipse.jst.server_sdk.feature.feature.group,org.eclipse.jst.web_sdk.feature.feature.group,org.eclipse.jst.enterprise_sdk.feature.feature.group,org.eclipse.jst.server_adapters.sdk.feature.feature.group,org.eclipse.jst.server_adapters.ext.sdk.feature.feature.group,org.eclipse.jst.ws.axis2tools_sdk.feature.feature.group,org.eclipse.jst.ws.jaxws_sdk.feature.feature.group,org.eclipse.jst.ws.cxf_sdk.feature.feature.group,org.eclipse.jst.ws.jaxws.dom_sdk.feature.feature.group,org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature.feature.group,org.eclipse.jst.webpageeditor_sdk.feature.feature.group,org.eclipse.jsf_sdk.feature.feature.group,org.eclipse.jpt_sdk.feature.feature.group,org.eclipse.jpt.eclipselink_sdk.feature.feature.group
+
+jsdtTestFeatureIUs=org.eclipse.wst.jsdt_tests.feature.feature.group
+jsdtFeatureIUs=org.eclipse.wst.jsdt.feature.feature.group,org.eclipse.wst.jsdt.feature.source.feature.group,org.eclipse.wst.jsdt_sdk.feature.feature.group
+
+baseComparatorRepoDir=${env.BUILD_HOME}/maintenance
+
+createNoopZips=true
+
+# uncomment to restore batch build customization of access rules (for fewer "discouraged access" warnings)
+#customizeAccessRules=true \ No newline at end of file
diff --git a/releng/maps/comparatorfilter.properties b/releng/maps/comparatorfilter.properties
new file mode 100644
index 000000000..7d59c6e61
--- /dev/null
+++ b/releng/maps/comparatorfilter.properties
@@ -0,0 +1,51 @@
+
+
+! comparator log messages start with a line identifing comparator used, and date ran, and then a
+! sequence of 3 (sometimes 4) lines describing the differences found by comparator.
+
+! line 1 summary type (canonical, archive, etc), bundle, and version info
+! line 2 comparison exact repositories being compared
+! line 3 reason brief description of the differnce found (or errors or exceptions in processing)
+! line 4 extraDetail a bit more details about errors found (variable, only a few messages have 4 lines)
+!
+! Rules on which messages are significant, or unexpected, are specified as three regex expresssions,
+! one for each of
+! the (first) three lines above (the forth, "extra detail" is not considered). All three rules, must
+! "match" all three
+! lines. By carefully crafting the rules, you can get some rule to apply too all comparator messages,
+! (e.g. ignore any message
+! stating the about.mappings files are different) or ignore only a certain message for a a certain
+! bundle/version (e.g.
+! ignore differences in build.xml file, but only in the org.eclipse.jst.jsf.doc.user bundle).
+! Note that the three parts of a comparator message must match all three parts of an exclude rule,
+! but for simplicity, if a rule part is empty or null, it is interpreted to mean "match anything" for
+! that message part.
+
+comparator.aboutmappings.summary =
+comparator.aboutmappings.comparison =
+comparator.aboutmappings.reason = ^In about\\.mappings, the property \"0\" has different values.*$
+
+comparator.testjar.summary = .*org.eclipse.jst.j2ee.tests.*
+comparator.testjar.comparison =
+comparator.testjar.reason = ^IOException comparing.*sourceartifactTestData_ClasspathDependencyTests_Test1_jar.*$
+
+comparator.testcorruptjar.summary = .*org.eclipse.wst.jsdt.core.tests.model.*
+comparator.testcorruptjar.comparison =
+comparator.testcorruptjar.reason = ^IOException comparing.*sourceartifactworkspace_JavaSearch_corrupt_jar.*$
+
+comparator.docbuildxml.summary = .*(\
+org.eclipse.wst.xsl.sdk.documentation|\
+org.eclipse.wst.xsl.doc|\
+org.eclipse.wst.server.ui.doc.user|\
+org.eclipse.jst.server.ui.doc.user|\
+org.eclipse.jst.ws.jaxws.doc.user|\
+org.eclipse.jst.jsf.doc.user|\
+org.eclipse.wst.jsdt.doc|\
+org.eclipse.wst.common.project.facet.doc.api\
+).*$
+comparator.docbuildxml.comparison =
+! exclude all doc, for now
+!comparator.docbuildxml.reason = ^Binary file build\\.xml: sizes differ by.*$
+
+
+
diff --git a/releng/maps/jst.map b/releng/maps/jst.map
index f307f4819..3c3b97f9b 100644
--- a/releng/maps/jst.map
+++ b/releng/maps/jst.map
@@ -1,7 +1,7 @@
!*************** jst product plugin and assembly features
-feature@org.eclipse.jst.sdk=v200910140500,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.jst.sdk
-feature@org.eclipse.jst.tests=v200910140500,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.jst.tests
-feature@org.eclipse.jst=v200910140500,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.jst.feature
+feature@org.eclipse.jst.sdk=v201005241530,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.jst.sdk
+feature@org.eclipse.jst.tests=v201005241530,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.jst.tests
+feature@org.eclipse.jst=v201005241530,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.jst.feature
!*************** \ No newline at end of file
diff --git a/releng/maps/orbitBundles.map b/releng/maps/orbitBundles.map
index f9b1149f4..6ddf1a325 100644
--- a/releng/maps/orbitBundles.map
+++ b/releng/maps/orbitBundles.map
@@ -1,674 +1,808 @@
-!*** This file was created on October 26, 2009 8:48:15 PM GMT
-plugin@ch.ethz.iks.slp,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/ch.ethz.iks.slp_1.0.0.RC5_v20080820-1500.jar
+!*** This file was created on May 19, 2010 10:49:17 PM GMT
+plugin@ch.ethz.iks.slp,1.0.0=p2IU,id=ch.ethz.iks.slp,version=1.0.0.RC5_v20080820-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@ch.ethz.iks.slp.source,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/ch.ethz.iks.slp.source_1.0.0.RC2_v20080604-1500.jar
+plugin@ch.ethz.iks.slp.source,1.0.0=p2IU,id=ch.ethz.iks.slp.source,version=1.0.0.RC2_v20080604-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.google.gwt.servlet,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.google.gwt.servlet_1.7.0.v20091020-1225.jar
+plugin@ch.qos.logback.classic,0.9.19=p2IU,id=ch.qos.logback.classic,version=0.9.19.v20100519-1505,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.google.gwt.servlet.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.google.gwt.servlet.source_1.7.0.v20091020-1225.jar
+plugin@ch.qos.logback.classic.source,0.9.19=p2IU,id=ch.qos.logback.classic.source,version=0.9.19.v20100519-1505,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.google.gwt.user,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.google.gwt.user_1.7.0.v20091019-0813.jar
+plugin@ch.qos.logback.core,0.9.19=p2IU,id=ch.qos.logback.core,version=0.9.19.v20100419-1216,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.google.gwt.user.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.google.gwt.user.source_1.7.0.v20091019-0813.jar
+plugin@ch.qos.logback.core.source,0.9.19=p2IU,id=ch.qos.logback.core.source,version=0.9.19.v20100419-1216,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu,3.6.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu_3.6.1.v20080530.jar
+plugin@ch.qos.logback.slf4j,0.9.19=p2IU,id=ch.qos.logback.slf4j,version=0.9.19.v20100519-1910,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu,3.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu_3.6.0.v20080530.jar
+plugin@ch.qos.logback.slf4j.source,0.9.19=p2IU,id=ch.qos.logback.slf4j.source,version=0.9.19.v20100519-1910,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu,4.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu_4.0.1.v20090822.jar
+plugin@com.google.collect,1.0.0=p2IU,id=com.google.collect,version=1.0.0.v201003051000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu,4.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu_4.0.0.v20081201.jar
+plugin@com.google.collect.source,1.0.0=p2IU,id=com.google.collect.source,version=1.0.0.v201003051000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu,3.8.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu_3.8.1.v20081217.jar
+plugin@com.google.gwt.servlet,2.0.3=p2IU,id=com.google.gwt.servlet,version=2.0.3.v20100419-0751,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu,3.4.5=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu_3.4.5.jar
+plugin@com.google.gwt.servlet.source,2.0.3=p2IU,id=com.google.gwt.servlet.source,version=2.0.3.v20100419-0751,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base,3.6.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base_3.6.1.v20080530.jar
+plugin@com.google.gwt.user,2.0.3=p2IU,id=com.google.gwt.user,version=2.0.3.v20100419-0751,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base,3.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base_3.6.0.v20080530.jar
+plugin@com.google.gwt.user.source,2.0.3=p2IU,id=com.google.gwt.user.source,version=2.0.3.v20100419-0751,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base,4.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base_4.0.1.v20090822.jar
+plugin@com.google.inject,2.0.0=p2IU,id=com.google.inject,version=2.0.0.v201003051000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base,4.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base_4.0.0.v20081201.jar
+plugin@com.google.inject.source,2.0.0=p2IU,id=com.google.inject.source,version=2.0.0.v201003051000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base,3.8.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base_3.8.1.v20081217.jar
+plugin@com.ibm.icu,3.4.5=p2IU,id=com.ibm.icu,version=3.4.5,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base,3.4.5=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base_3.4.5.jar
+plugin@com.ibm.icu,3.8.1=p2IU,id=com.ibm.icu,version=3.8.1.v20100112,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base.source,4.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base.source_4.0.1.v20090822.jar
+plugin@com.ibm.icu,4.2.1=p2IU,id=com.ibm.icu,version=4.2.1.v20100412,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base.source,4.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base.source_4.0.0.v20081201.jar
+plugin@com.ibm.icu,3.6.1=p2IU,id=com.ibm.icu,version=3.6.1.v20080530,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base.source,3.8.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base.source_3.8.1.v20081217.jar
+plugin@com.ibm.icu,3.6.0=p2IU,id=com.ibm.icu,version=3.6.0.v20080530,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base.source,3.4.5=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base.source_3.4.5.jar
+plugin@com.ibm.icu,4.0.1=p2IU,id=com.ibm.icu,version=4.0.1.v20100112,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base.source,3.6.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base.source_3.6.1.v20080530.jar
+plugin@com.ibm.icu,4.0.0=p2IU,id=com.ibm.icu,version=4.0.0.v20081201,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.base.source,3.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.base.source_3.6.0.v20080530.jar
+plugin@com.ibm.icu.base,3.8.1=p2IU,id=com.ibm.icu.base,version=3.8.1.v20081217,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.source,3.6.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.source_3.6.1.v20080530.jar
+plugin@com.ibm.icu.base,4.2.1=p2IU,id=com.ibm.icu.base,version=4.2.1.v20100412,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.source,3.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.source_3.6.0.v20080530.jar
+plugin@com.ibm.icu.base,3.6.1=p2IU,id=com.ibm.icu.base,version=3.6.1.v20080530,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.source,4.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.source_4.0.1.v20090822.jar
+plugin@com.ibm.icu.base,3.6.0=p2IU,id=com.ibm.icu.base,version=3.6.0.v20080530,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.source,4.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.source_4.0.0.v20081201.jar
+plugin@com.ibm.icu.base,4.0.1=p2IU,id=com.ibm.icu.base,version=4.0.1.v20090822,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.source,3.8.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.source_3.8.1.v20081217.jar
+plugin@com.ibm.icu.base,4.0.0=p2IU,id=com.ibm.icu.base,version=4.0.0.v20081201,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.ibm.icu.source,3.4.5=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.ibm.icu.source_3.4.5.jar
+plugin@com.ibm.icu.base,3.4.5=p2IU,id=com.ibm.icu.base,version=3.4.5,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.jcraft.jsch,0.1.41=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.jcraft.jsch_0.1.41.v200903070017.jar
+plugin@com.ibm.icu.base.source,3.8.1=p2IU,id=com.ibm.icu.base.source,version=3.8.1.v20081217,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.jcraft.jsch,0.1.37=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.jcraft.jsch_0.1.37.v200803061811.jar
+plugin@com.ibm.icu.base.source,4.2.1=p2IU,id=com.ibm.icu.base.source,version=4.2.1.v20100412,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.jcraft.jsch,0.1.31=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.jcraft.jsch_0.1.31.jar
+plugin@com.ibm.icu.base.source,3.6.1=p2IU,id=com.ibm.icu.base.source,version=3.6.1.v20080530,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.jcraft.jsch,0.1.28=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.jcraft.jsch_0.1.28.jar
+plugin@com.ibm.icu.base.source,3.6.0=p2IU,id=com.ibm.icu.base.source,version=3.6.0.v20080530,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.jcraft.jsch.source,0.1.41=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.jcraft.jsch.source_0.1.41.v200903070017.jar
+plugin@com.ibm.icu.base.source,4.0.1=p2IU,id=com.ibm.icu.base.source,version=4.0.1.v20090822,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.jcraft.jsch.source,0.1.37=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.jcraft.jsch.source_0.1.37.v200803061811.jar
+plugin@com.ibm.icu.base.source,4.0.0=p2IU,id=com.ibm.icu.base.source,version=4.0.0.v20081201,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.lowagie.text,1.5.4=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.lowagie.text_1.5.4.v200908052355.jar
+plugin@com.ibm.icu.base.source,3.4.5=p2IU,id=com.ibm.icu.base.source,version=3.4.5,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.lowagie.text.source,1.5.4=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.lowagie.text.source_1.5.4.v200908052355.jar
+plugin@com.ibm.icu.source,3.4.5=p2IU,id=com.ibm.icu.source,version=3.4.5,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.sun.syndication,0.9.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.sun.syndication_0.9.0.v200803061811.jar
+plugin@com.ibm.icu.source,3.8.1=p2IU,id=com.ibm.icu.source,version=3.8.1.v20100112,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.sun.syndication.source,0.9.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.sun.syndication.source_0.9.0.v200803061811.jar
+plugin@com.ibm.icu.source,4.2.1=p2IU,id=com.ibm.icu.source,version=4.2.1.v20100412,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.sun.xml.bind,2.1.9=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.sun.xml.bind_2.1.9.v200905260854.jar
+plugin@com.ibm.icu.source,3.6.1=p2IU,id=com.ibm.icu.source,version=3.6.1.v20080530,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.thoughtworks.qdox,1.6.3=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.thoughtworks.qdox_1.6.3.v20081201-1400.jar
+plugin@com.ibm.icu.source,3.6.0=p2IU,id=com.ibm.icu.source,version=3.6.0.v20080530,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@com.thoughtworks.qdox.source,1.6.3=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/com.thoughtworks.qdox.source_1.6.3.v20081201-1400.jar
+plugin@com.ibm.icu.source,4.0.1=p2IU,id=com.ibm.icu.source,version=4.0.1.v20100112,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@commonj.sdo,2.1.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/commonj.sdo_2.1.1.v200905221342.jar
+plugin@com.ibm.icu.source,4.0.0=p2IU,id=com.ibm.icu.source,version=4.0.0.v20081201,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@commonj.sdo.source,2.1.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/commonj.sdo.source_2.1.1.v200905221342.jar
+plugin@com.jcraft.jsch,0.1.41=p2IU,id=com.jcraft.jsch,version=0.1.41.v200903070017,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@edu.emory.mathcs.backport,3.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/edu.emory.mathcs.backport_3.1.0.v200902251154.jar
+plugin@com.jcraft.jsch,0.1.37=p2IU,id=com.jcraft.jsch,version=0.1.37.v200803061811,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@edu.emory.mathcs.backport.source,3.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/edu.emory.mathcs.backport.source_3.1.0.v200902251154.jar
+plugin@com.jcraft.jsch,0.1.31=p2IU,id=com.jcraft.jsch,version=0.1.31,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@java_cup.runtime,0.10.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/java_cup.runtime_0.10.0.v200803061811.jar
+plugin@com.jcraft.jsch,0.1.28=p2IU,id=com.jcraft.jsch,version=0.1.28,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@java_cup.runtime.source,0.10.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/java_cup.runtime.source_0.10.0.v200803061811.jar
+plugin@com.jcraft.jsch.source,0.1.41=p2IU,id=com.jcraft.jsch.source,version=0.1.41.v200903070017,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.activation,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.activation_1.1.0.v200906290531.jar
+plugin@com.jcraft.jsch.source,0.1.37=p2IU,id=com.jcraft.jsch.source,version=0.1.37.v200803061811,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.inject,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.inject_1.0.0.v200910221356.jar
+plugin@com.lowagie.text,2.1.7=p2IU,id=com.lowagie.text,version=2.1.7.v201004222200,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.inject.source,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.inject.source_1.0.0.v200910221356.jar
+plugin@com.lowagie.text,1.5.4=p2IU,id=com.lowagie.text,version=1.5.4.v201004222230,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.jws,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.jws_2.0.0.v200905261939.jar
+plugin@com.lowagie.text.source,2.1.7=p2IU,id=com.lowagie.text.source,version=2.1.7.v201004222200,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.jws.source,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.jws.source_2.0.0.v200905261939.jar
+plugin@com.lowagie.text.source,1.5.4=p2IU,id=com.lowagie.text.source,version=1.5.4.v201004222230,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.mail,1.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.mail_1.4.0.v200905040518.jar
+plugin@com.sun.el,1.0.0=p2IU,id=com.sun.el,version=1.0.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.mail.glassfish,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.mail.glassfish_1.4.1.v200808130215.jar
+plugin@com.sun.el.source,1.0.0=p2IU,id=com.sun.el.source,version=1.0.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.mail.glassfish.source,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.mail.glassfish.source_1.4.1.v200808130215.jar
+plugin@com.sun.syndication,0.9.0=p2IU,id=com.sun.syndication,version=0.9.0.v200803061811,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.management,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.management_1.2.0.v200803061811.jar
+plugin@com.sun.syndication.source,0.9.0=p2IU,id=com.sun.syndication.source,version=0.9.0.v200803061811,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.management.remote,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.management.remote_1.0.0.v200803061811.jar
+plugin@com.sun.xml.bind,2.1.12=p2IU,id=com.sun.xml.bind,version=2.1.12.v201003251730,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.persistence,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.persistence_1.0.0.v200905011740.jar
+plugin@com.sun.xml.bind,2.1.9=p2IU,id=com.sun.xml.bind,version=2.1.9.v200905260854,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.persistence.source,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.persistence.source_1.0.0.v200905011740.jar
+plugin@com.sun.xml.bind,2.2.0=p2IU,id=com.sun.xml.bind,version=2.2.0.v201004141950,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.servlet,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.servlet_2.4.0.v200806031604.jar
+plugin@com.sun.xml.bind.source,2.2.0=p2IU,id=com.sun.xml.bind.source,version=2.2.0.v201004141950,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.servlet,2.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.servlet_2.3.0.v200806031603.jar
+plugin@com.sun.xml.bind.source,2.1.12=p2IU,id=com.sun.xml.bind.source,version=2.1.12.v201003251730,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.servlet,2.5.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.servlet_2.5.0.v200806031605.jar
+plugin@com.thoughtworks.qdox,1.6.3=p2IU,id=com.thoughtworks.qdox,version=1.6.3.v20081201-1400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.servlet.jsp,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.servlet.jsp_2.0.0.v200806031607.jar
+plugin@com.thoughtworks.qdox.source,1.6.3=p2IU,id=com.thoughtworks.qdox.source,version=1.6.3.v20081201-1400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.servlet.jsp,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.servlet.jsp_1.2.0.v200806031606.jar
+plugin@commonj.sdo,2.1.1=p2IU,id=commonj.sdo,version=2.1.1.v200905221342,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.servlet.jsp.source,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.servlet.jsp.source_2.0.0.v200806031607.jar
+plugin@commonj.sdo.source,2.1.1=p2IU,id=commonj.sdo.source,version=2.1.1.v200905221342,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.servlet.jsp.source,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.servlet.jsp.source_1.2.0.v200806031606.jar
+plugin@edu.emory.mathcs.backport,3.1.0=p2IU,id=edu.emory.mathcs.backport,version=3.1.0.v200902251154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.servlet.source,2.5.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.servlet.source_2.5.0.v200806031605.jar
+plugin@edu.emory.mathcs.backport.source,3.1.0=p2IU,id=edu.emory.mathcs.backport.source,version=3.1.0.v200902251154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.servlet.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.servlet.source_2.4.0.v200806031604.jar
+plugin@java_cup.runtime,0.10.0=p2IU,id=java_cup.runtime,version=0.10.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.servlet.source,2.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.servlet.source_2.3.0.v200806031603.jar
+plugin@java_cup.runtime.source,0.10.0=p2IU,id=java_cup.runtime.source,version=0.10.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.wsdl,1.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.wsdl_1.4.0.v200806030407.jar
+plugin@javax.activation,1.1.0=p2IU,id=javax.activation,version=1.1.0.v201005080500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.wsdl,1.6.2=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.wsdl_1.6.2.v200806030405.jar
+plugin@javax.annotation,1.0.0=p2IU,id=javax.annotation,version=1.0.0.v20100513-0750,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.wsdl,1.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.wsdl_1.5.1.v200806030408.jar
+plugin@javax.annotation.source,1.0.0=p2IU,id=javax.annotation.source,version=1.0.0.v20100513-0750,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.wsdl.source,1.6.2=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.wsdl.source_1.6.2.v200806030405.jar
+plugin@javax.el,2.1.0=p2IU,id=javax.el,version=2.1.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.wsdl15,1.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.wsdl15_1.5.1.v200806030409.jar
+plugin@javax.el.source,2.1.0=p2IU,id=javax.el.source,version=2.1.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.xml,1.3.4=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.xml_1.3.4.v200902170245.jar
+plugin@javax.inject,1.0.0=p2IU,id=javax.inject,version=1.0.0.v20091030,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.xml.bind,2.1.9=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.xml.bind_2.1.9.v200905050702.jar
+plugin@javax.inject.source,1.0.0=p2IU,id=javax.inject.source,version=1.0.0.v20091030,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.xml.bind,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.xml.bind_2.0.0.v20080604-1500.jar
+plugin@javax.jws,2.0.0=p2IU,id=javax.jws,version=2.0.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.xml.bind.source,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.xml.bind.source_2.0.0.v20080604-1500.jar
+plugin@javax.jws.source,2.0.0=p2IU,id=javax.jws.source,version=2.0.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.xml.rpc,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.xml.rpc_1.1.0.v200905122109.zip,unpack=true
+plugin@javax.mail,1.4.0=p2IU,id=javax.mail,version=1.4.0.v201005080615,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.xml.soap,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.xml.soap_1.3.0.v200904281458.zip,unpack=true
+plugin@javax.mail.glassfish,1.4.1=p2IU,id=javax.mail.glassfish,version=1.4.1.v201005082020,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.xml.soap,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.xml.soap_1.2.0.v200905122109.zip,unpack=true
+plugin@javax.mail.glassfish.source,1.4.1=p2IU,id=javax.mail.glassfish.source,version=1.4.1.v201005082020,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.xml.stream,1.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.xml.stream_1.0.1.v200903100845.jar
+plugin@javax.management,1.2.0=p2IU,id=javax.management,version=1.2.0.v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.xml.ws,2.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.xml.ws_2.1.0.v200902101523.jar
+plugin@javax.management.remote,1.0.0=p2IU,id=javax.management.remote,version=1.0.0.v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@javax.xml.ws,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/javax.xml.ws_2.0.0.v200902170419.jar
+plugin@javax.persistence,1.0.0=p2IU,id=javax.persistence,version=1.0.0.v200905011740,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@net.sourceforge.lpg.lpgjavaruntime,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/net.sourceforge.lpg.lpgjavaruntime_1.0.0.v200803061811.jar
+plugin@javax.persistence.source,1.0.0=p2IU,id=javax.persistence.source,version=1.0.0.v200905011740,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@net.sourceforge.lpg.lpgjavaruntime,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200803061910.jar
+plugin@javax.servlet,2.5.0=p2IU,id=javax.servlet,version=2.5.0.v200910301333,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@net.sourceforge.lpg.lpgjavaruntime.source,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/net.sourceforge.lpg.lpgjavaruntime.source_1.1.0.v200803061910.jar
+plugin@javax.servlet,2.3.0=p2IU,id=javax.servlet,version=2.3.0.v200806031603,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@net.sourceforge.lpg.lpgjavaruntime.source,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/net.sourceforge.lpg.lpgjavaruntime.source_1.0.0.v200803061811.jar
+plugin@javax.servlet,2.4.0=p2IU,id=javax.servlet,version=2.4.0.v200806031604,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@net.sourceforge.mx4j,3.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/net.sourceforge.mx4j_3.0.1.v200803061811.jar
+plugin@javax.servlet.jsp,2.1.0=p2IU,id=javax.servlet.jsp,version=2.1.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@net.sourceforge.mx4j.remote,3.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/net.sourceforge.mx4j.remote_3.0.1.v200803061811.jar
+plugin@javax.servlet.jsp,1.2.0=p2IU,id=javax.servlet.jsp,version=1.2.0.v200806031606,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.antlr.runtime,3.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.antlr.runtime_3.0.0.v200803061811.jar
+plugin@javax.servlet.jsp,2.0.0=p2IU,id=javax.servlet.jsp,version=2.0.0.v200806031607,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.antlr.runtime.source,3.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.antlr.runtime.source_3.0.0.v200803061811.jar
+plugin@javax.servlet.jsp.jstl,1.2.0=p2IU,id=javax.servlet.jsp.jstl,version=1.2.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.aopalliance,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.aopalliance_1.0.0.v200905130917.jar
+plugin@javax.servlet.jsp.jstl.source,1.2.0=p2IU,id=javax.servlet.jsp.jstl.source,version=1.2.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.ant,1.7.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.ant_1.7.1.v20090120-1145.zip,unpack=true
+plugin@javax.servlet.jsp.source,2.0.0=p2IU,id=javax.servlet.jsp.source,version=2.0.0.v200806031607,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.ant,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.ant_1.7.0.v20080627-1145.zip,unpack=true
+plugin@javax.servlet.jsp.source,2.1.0=p2IU,id=javax.servlet.jsp.source,version=2.1.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.ant,1.6.5=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.ant_1.6.5.v20080627-1140.zip,unpack=true
+plugin@javax.servlet.jsp.source,1.2.0=p2IU,id=javax.servlet.jsp.source,version=1.2.0.v200806031606,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.ant.source,1.7.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.ant.source_1.7.1.v20090120-1145.jar
+plugin@javax.servlet.source,2.5.0=p2IU,id=javax.servlet.source,version=2.5.0.v200910301333,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.ant.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.ant.source_1.7.0.v20080627-1145.jar
+plugin@javax.servlet.source,2.3.0=p2IU,id=javax.servlet.source,version=2.3.0.v200806031603,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.ant.source,1.6.5=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.ant.source_1.6.5.v20080627-1140.jar
+plugin@javax.servlet.source,2.4.0=p2IU,id=javax.servlet.source,version=2.4.0.v200806031604,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.axis,1.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.axis_1.4.0.v200905122109.zip,unpack=true
+plugin@javax.transaction,1.1.1=p2IU,id=javax.transaction,version=1.1.1.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.bridge,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.bridge_1.6.0.v200805290154.jar
+plugin@javax.transaction.source,1.1.1=p2IU,id=javax.transaction.source,version=1.1.1.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.bridge,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.bridge_1.7.0.v200903091627.jar
+plugin@javax.wsdl,1.4.0=p2IU,id=javax.wsdl,version=1.4.0.v200806030407,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.bridge.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.bridge.source_1.7.0.v200903091627.jar
+plugin@javax.wsdl,1.5.1=p2IU,id=javax.wsdl,version=1.5.1.v201005080630,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.bridge.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.bridge.source_1.6.0.v200805290154.jar
+plugin@javax.wsdl,1.6.2=p2IU,id=javax.wsdl,version=1.6.2.v201005080631,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.css,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.css_1.7.0.v200903091627.jar
+plugin@javax.wsdl.source,1.6.2=p2IU,id=javax.wsdl.source,version=1.6.2.v201005080631,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.css,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.css_1.6.0.v200805290154.jar
+plugin@javax.wsdl15,1.5.1=p2IU,id=javax.wsdl15,version=1.5.1.v200806030409,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.css.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.css.source_1.7.0.v200903091627.jar
+plugin@javax.xml,1.3.4=p2IU,id=javax.xml,version=1.3.4.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.css.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.css.source_1.6.0.v200805290154.jar
+plugin@javax.xml.bind,2.1.9=p2IU,id=javax.xml.bind,version=2.1.9.v201005080401,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.dom,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.dom_1.6.0.v200805290154.jar
+plugin@javax.xml.bind,2.2.0=p2IU,id=javax.xml.bind,version=2.2.0.v201005080402,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.dom,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.dom_1.7.0.v200903091627.jar
+plugin@javax.xml.bind,2.1.12=p2IU,id=javax.xml.bind,version=2.1.12.v201005080403,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.dom.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.dom.source_1.7.0.v200903091627.jar
+plugin@javax.xml.bind,2.0.0=p2IU,id=javax.xml.bind,version=2.0.0.v20080604-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.dom.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.dom.source_1.6.0.v200805290154.jar
+plugin@javax.xml.bind.source,2.1.12=p2IU,id=javax.xml.bind.source,version=2.1.12.v201005080403,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.dom.svg,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.dom.svg_1.6.0.v200805290154.jar
+plugin@javax.xml.bind.source,2.0.0=p2IU,id=javax.xml.bind.source,version=2.0.0.v20080604-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.dom.svg,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.dom.svg_1.7.0.v200903091627.jar
+plugin@javax.xml.bind.source,2.2.0=p2IU,id=javax.xml.bind.source,version=2.2.0.v201005080402,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.dom.svg.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.dom.svg.source_1.7.0.v200903091627.jar
+plugin@javax.xml.rpc,1.1.0=p2IU,id=javax.xml.rpc,version=1.1.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.dom.svg.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.dom.svg.source_1.6.0.v200805290154.jar
+plugin@javax.xml.soap,1.2.0=p2IU,id=javax.xml.soap,version=1.2.0.v201005080501,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.ext.awt,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.ext.awt_1.7.0.v200903091627.jar
+plugin@javax.xml.soap,1.3.0=p2IU,id=javax.xml.soap,version=1.3.0.v201005080502,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.ext.awt,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.ext.awt_1.6.0.v200805290154.jar
+plugin@javax.xml.stream,1.0.1=p2IU,id=javax.xml.stream,version=1.0.1.v201004272200,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.ext.awt.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.ext.awt.source_1.7.0.v200903091627.jar
+plugin@javax.xml.ws,2.0.0=p2IU,id=javax.xml.ws,version=2.0.0.v200902170419,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.ext.awt.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.ext.awt.source_1.6.0.v200805290154.jar
+plugin@javax.xml.ws,2.1.0=p2IU,id=javax.xml.ws,version=2.1.0.v200902101523,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.extension,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.extension_1.7.0.v200903091627.jar
+plugin@lpg.runtime.java,2.0.17=p2IU,id=lpg.runtime.java,version=2.0.17.v201004271640,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.extension,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.extension_1.6.0.v200805290154.jar
+plugin@lpg.runtime.java.source,2.0.17=p2IU,id=lpg.runtime.java.source,version=2.0.17.v201004271640,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.extension.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.extension.source_1.7.0.v200903091627.jar
+plugin@net.miginfocom.layout,3.7.1=p2IU,id=net.miginfocom.layout,version=3.7.1.v200911230030,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.extension.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.extension.source_1.6.0.v200805290154.jar
+plugin@net.miginfocom.layout.source,3.7.1=p2IU,id=net.miginfocom.layout.source,version=3.7.1.v200911230030,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.parser,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.parser_1.6.0.v200805290154.jar
+plugin@net.miginfocom.layout.swing,3.7.1=p2IU,id=net.miginfocom.layout.swing,version=3.7.1.v200911230030,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.parser,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.parser_1.7.0.v200903091627.jar
+plugin@net.miginfocom.layout.swing.source,3.7.1=p2IU,id=net.miginfocom.layout.swing.source,version=3.7.1.v200911230030,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.parser.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.parser.source_1.7.0.v200903091627.jar
+plugin@net.miginfocom.layout.swt,3.7.1=p2IU,id=net.miginfocom.layout.swt,version=3.7.1.v200911230030,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.parser.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.parser.source_1.6.0.v200805290154.jar
+plugin@net.miginfocom.layout.swt.source,3.7.1=p2IU,id=net.miginfocom.layout.swt.source,version=3.7.1.v200911230030,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.pdf,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.pdf_1.6.0.v200806031500.jar
+plugin@net.sourceforge.lpg.lpgjavaruntime,1.1.0=p2IU,id=net.sourceforge.lpg.lpgjavaruntime,version=1.1.0.v201004271650,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.svggen,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.svggen_1.7.0.v200903091627.jar
+plugin@net.sourceforge.lpg.lpgjavaruntime,1.0.0=p2IU,id=net.sourceforge.lpg.lpgjavaruntime,version=1.0.0.v201004271648,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.svggen,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.svggen_1.6.0.v200805290154.jar
+plugin@net.sourceforge.lpg.lpgjavaruntime.source,1.0.0=p2IU,id=net.sourceforge.lpg.lpgjavaruntime.source,version=1.0.0.v201004271648,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.svggen.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.svggen.source_1.7.0.v200903091627.jar
+plugin@net.sourceforge.lpg.lpgjavaruntime.source,1.1.0=p2IU,id=net.sourceforge.lpg.lpgjavaruntime.source,version=1.1.0.v201004271650,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.svggen.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.svggen.source_1.6.0.v200805290154.jar
+plugin@net.sourceforge.mx4j,3.0.1=p2IU,id=net.sourceforge.mx4j,version=3.0.1.v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.swing,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.swing_1.7.0.v200903091627.jar
+plugin@net.sourceforge.mx4j.remote,3.0.1=p2IU,id=net.sourceforge.mx4j.remote,version=3.0.1.v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.swing,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.swing_1.6.0.v200805290154.jar
+plugin@org.antlr.runtime,3.0.0=p2IU,id=org.antlr.runtime,version=3.0.0.v200803061811,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.swing.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.swing.source_1.7.0.v200903091627.jar
+plugin@org.antlr.runtime.source,3.0.0=p2IU,id=org.antlr.runtime.source,version=3.0.0.v200803061811,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.swing.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.swing.source_1.6.0.v200805290154.jar
+plugin@org.aopalliance,1.0.0=p2IU,id=org.aopalliance,version=1.0.0.v200905130917,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.transcoder,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.transcoder_1.7.0.v200903091627.jar
+plugin@org.apache.ant,1.6.5=p2IU,id=org.apache.ant,version=1.6.5.v20100518-1135,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.transcoder,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.transcoder_1.6.0.v200805290154.jar
+plugin@org.apache.ant,1.7.1=p2IU,id=org.apache.ant,version=1.7.1.v20100518-1145,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.transcoder.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.transcoder.source_1.7.0.v200903091627.jar
+plugin@org.apache.ant,1.7.0=p2IU,id=org.apache.ant,version=1.7.0.v20100518-1140,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.transcoder.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.transcoder.source_1.6.0.v200805290154.jar
+plugin@org.apache.ant.source,1.7.1=p2IU,id=org.apache.ant.source,version=1.7.1.v20100518-1145,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.util,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.util_1.7.0.v200903091627.jar
+plugin@org.apache.ant.source,1.7.0=p2IU,id=org.apache.ant.source,version=1.7.0.v20100518-1140,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.util,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.util_1.6.0.v200805290154.jar
+plugin@org.apache.ant.source,1.6.5=p2IU,id=org.apache.ant.source,version=1.6.5.v20100518-1135,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.util.gui,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.util.gui_1.7.0.v200903091627.jar
+plugin@org.apache.axis,1.4.0=p2IU,id=org.apache.axis,version=1.4.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.util.gui,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.util.gui_1.6.0.v200805290154.jar
+plugin@org.apache.batik.bridge,1.6.0=p2IU,id=org.apache.batik.bridge,version=1.6.0.v200912221622,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.util.gui.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.util.gui.source_1.6.0.v200805290154.jar
+plugin@org.apache.batik.bridge,1.7.0=p2IU,id=org.apache.batik.bridge,version=1.7.0.v200912221625,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.util.gui.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.util.gui.source_1.7.0.v200903091627.jar
+plugin@org.apache.batik.bridge.source,1.6.0=p2IU,id=org.apache.batik.bridge.source,version=1.6.0.v200912221622,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.util.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.util.source_1.7.0.v200903091627.jar
+plugin@org.apache.batik.bridge.source,1.7.0=p2IU,id=org.apache.batik.bridge.source,version=1.7.0.v200912221625,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.util.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.util.source_1.6.0.v200805290154.jar
+plugin@org.apache.batik.css,1.6.0=p2IU,id=org.apache.batik.css,version=1.6.0.v200912221622,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.xml,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.xml_1.6.0.v200805290154.jar
+plugin@org.apache.batik.css,1.7.0=p2IU,id=org.apache.batik.css,version=1.7.0.v200912221625,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.xml,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.xml_1.7.0.v200903091627.jar
+plugin@org.apache.batik.css.source,1.6.0=p2IU,id=org.apache.batik.css.source,version=1.6.0.v200912221622,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.xml.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.xml.source_1.7.0.v200903091627.jar
+plugin@org.apache.batik.css.source,1.7.0=p2IU,id=org.apache.batik.css.source,version=1.7.0.v200912221625,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.batik.xml.source,1.6.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.batik.xml.source_1.6.0.v200805290154.jar
+plugin@org.apache.batik.dom,1.6.0=p2IU,id=org.apache.batik.dom,version=1.6.0.v200912221622,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.bcel,5.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.bcel_5.2.0.v200803061811.jar
+plugin@org.apache.batik.dom,1.7.0=p2IU,id=org.apache.batik.dom,version=1.7.0.v200912221625,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.bcel.source,5.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.bcel.source_5.2.0.v200803061811.jar
+plugin@org.apache.batik.dom.source,1.7.0=p2IU,id=org.apache.batik.dom.source,version=1.7.0.v200912221625,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.bsf,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.bsf_2.4.0.v200903072044.jar
+plugin@org.apache.batik.dom.source,1.6.0=p2IU,id=org.apache.batik.dom.source,version=1.6.0.v200912221622,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.bsf.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.bsf.source_2.4.0.v200804101336.jar
+plugin@org.apache.batik.dom.svg,1.6.0=p2IU,id=org.apache.batik.dom.svg,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.beanutils,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.beanutils_1.7.0.v200902170505.jar
+plugin@org.apache.batik.dom.svg,1.7.0=p2IU,id=org.apache.batik.dom.svg,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.beanutils.source,1.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.beanutils.source_1.7.0.v200803061811.jar
+plugin@org.apache.batik.dom.svg.source,1.7.0=p2IU,id=org.apache.batik.dom.svg.source,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.cli,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.cli_1.0.0.v20080604-1500.jar
+plugin@org.apache.batik.dom.svg.source,1.6.0=p2IU,id=org.apache.batik.dom.svg.source,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.cli.source,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.cli.source_1.0.0.v20080604-1500.jar
+plugin@org.apache.batik.ext.awt,1.6.0=p2IU,id=org.apache.batik.ext.awt,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.codec,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.codec_1.2.0.v20080530-1550.jar
+plugin@org.apache.batik.ext.awt,1.7.0=p2IU,id=org.apache.batik.ext.awt,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.codec,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.codec_1.3.0.v20080530-1600.jar
+plugin@org.apache.batik.ext.awt.source,1.6.0=p2IU,id=org.apache.batik.ext.awt.source,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.codec.source,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.codec.source_1.3.0.v20080530-1600.jar
+plugin@org.apache.batik.ext.awt.source,1.7.0=p2IU,id=org.apache.batik.ext.awt.source,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.codec.source,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.codec.source_1.2.0.v20080530-1550.jar
+plugin@org.apache.batik.extension,1.6.0=p2IU,id=org.apache.batik.extension,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.collections,3.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.collections_3.2.0.v200803061811.jar
+plugin@org.apache.batik.extension,1.7.0=p2IU,id=org.apache.batik.extension,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.collections.source,3.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.collections.source_3.2.0.v200803061811.jar
+plugin@org.apache.batik.extension.source,1.6.0=p2IU,id=org.apache.batik.extension.source,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.discovery,0.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.discovery_0.2.0.v200905122109.zip,unpack=true
+plugin@org.apache.batik.extension.source,1.7.0=p2IU,id=org.apache.batik.extension.source,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.el,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.el_1.0.0.v200806031608.jar
+plugin@org.apache.batik.parser,1.6.0=p2IU,id=org.apache.batik.parser,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.el.source,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.el.source_1.0.0.v200806031608.jar
+plugin@org.apache.batik.parser,1.7.0=p2IU,id=org.apache.batik.parser,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.fileupload,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.fileupload_1.2.0.v20080604-1500.jar
+plugin@org.apache.batik.parser.source,1.6.0=p2IU,id=org.apache.batik.parser.source,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.fileupload.source,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.fileupload.source_1.2.0.v20080604-1500.jar
+plugin@org.apache.batik.parser.source,1.7.0=p2IU,id=org.apache.batik.parser.source,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.httpclient,3.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.httpclient_3.1.0.v20080605-1935.jar
+plugin@org.apache.batik.pdf,1.6.0=p2IU,id=org.apache.batik.pdf,version=1.6.0.v200806031500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.httpclient,3.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.httpclient_3.0.1.v20080605-1930.jar
+plugin@org.apache.batik.svggen,1.6.0=p2IU,id=org.apache.batik.svggen,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.httpclient.source,3.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.httpclient.source_3.1.0.v20080605-1935.jar
+plugin@org.apache.batik.svggen,1.7.0=p2IU,id=org.apache.batik.svggen,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.httpclient.source,3.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.httpclient.source_3.0.1.v20080605-1930.jar
+plugin@org.apache.batik.svggen.source,1.6.0=p2IU,id=org.apache.batik.svggen.source,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.io,1.3.2=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.io_1.3.2.v20080604-1500.jar
+plugin@org.apache.batik.svggen.source,1.7.0=p2IU,id=org.apache.batik.svggen.source,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.io,1.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.io_1.4.0.v20081110-1000.jar
+plugin@org.apache.batik.swing,1.6.0=p2IU,id=org.apache.batik.swing,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.io.source,1.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.io.source_1.4.0.v20081110-1000.jar
+plugin@org.apache.batik.swing,1.7.0=p2IU,id=org.apache.batik.swing,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.io.source,1.3.2=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.io.source_1.3.2.v20080604-1500.jar
+plugin@org.apache.batik.swing.source,1.6.0=p2IU,id=org.apache.batik.swing.source,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.jxpath,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.jxpath_1.2.0.v20080604-1500.jar
+plugin@org.apache.batik.swing.source,1.7.0=p2IU,id=org.apache.batik.swing.source,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.jxpath.source,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.jxpath.source_1.2.0.v20080604-1500.jar
+plugin@org.apache.batik.transcoder,1.7.0=p2IU,id=org.apache.batik.transcoder,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.lang,2.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.lang_2.3.0.v200803061910.jar
+plugin@org.apache.batik.transcoder,1.6.0=p2IU,id=org.apache.batik.transcoder,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.lang,2.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.lang_2.1.0.v200803061811.jar
+plugin@org.apache.batik.transcoder.source,1.7.0=p2IU,id=org.apache.batik.transcoder.source,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.lang,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.lang_2.4.0.v20081016-1030.jar
+plugin@org.apache.batik.transcoder.source,1.6.0=p2IU,id=org.apache.batik.transcoder.source,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.lang.source,2.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.lang.source_2.1.0.v200803061811.jar
+plugin@org.apache.batik.util,1.6.0=p2IU,id=org.apache.batik.util,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.lang.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.lang.source_2.4.0.v20081016-1030.jar
+plugin@org.apache.batik.util,1.7.0=p2IU,id=org.apache.batik.util,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.lang.source,2.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.lang.source_2.3.0.v200803061910.jar
+plugin@org.apache.batik.util.gui,1.6.0=p2IU,id=org.apache.batik.util.gui,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.logging,1.0.4=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.logging_1.0.4.v200904062259.jar
+plugin@org.apache.batik.util.gui,1.7.0=p2IU,id=org.apache.batik.util.gui,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.logging,1.1.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.logging_1.1.1.v200904062255.jar
+plugin@org.apache.batik.util.gui.source,1.6.0=p2IU,id=org.apache.batik.util.gui.source,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.logging.source,1.1.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.logging.source_1.1.1.v200904062255.jar
+plugin@org.apache.batik.util.gui.source,1.7.0=p2IU,id=org.apache.batik.util.gui.source,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.logging.source,1.0.4=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.logging.source_1.0.4.v200904062259.jar
+plugin@org.apache.batik.util.source,1.6.0=p2IU,id=org.apache.batik.util.source,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.net,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.net_2.0.0.v200905272248.jar
+plugin@org.apache.batik.util.source,1.7.0=p2IU,id=org.apache.batik.util.source,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.net,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.net_1.4.1.v200905122237.jar
+plugin@org.apache.batik.xml,1.7.0=p2IU,id=org.apache.batik.xml,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.net.source,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.net.source_2.0.0.v200905272248.jar
+plugin@org.apache.batik.xml,1.6.0=p2IU,id=org.apache.batik.xml,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.net.source,1.4.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.net.source_1.4.1.v200905122237.jar
+plugin@org.apache.batik.xml.source,1.6.0=p2IU,id=org.apache.batik.xml.source,version=1.6.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.pool,1.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.pool_1.4.0.v20081016-1000.jar
+plugin@org.apache.batik.xml.source,1.7.0=p2IU,id=org.apache.batik.xml.source,version=1.7.0.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.pool,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.pool_1.3.0.v20081016-1005.jar
+plugin@org.apache.bcel,5.2.0=p2IU,id=org.apache.bcel,version=5.2.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.pool.source,1.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.pool.source_1.4.0.v20081016-1000.jar
+plugin@org.apache.bcel.source,5.2.0=p2IU,id=org.apache.bcel.source,version=5.2.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.commons.pool.source,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.commons.pool.source_1.3.0.v20081016-1005.jar
+plugin@org.apache.bsf,2.4.0=p2IU,id=org.apache.bsf,version=2.4.0.v200903072044,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.derby.client,10.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.derby.client_10.5.1.1_200910261949.jar
+plugin@org.apache.bsf.source,2.4.0=p2IU,id=org.apache.bsf.source,version=2.4.0.v200804101336,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.derby.client.source,10.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.derby.client.source_10.5.1.1_200910261949.jar
+plugin@org.apache.commons.beanutils,1.7.0=p2IU,id=org.apache.commons.beanutils,version=1.7.0.v200902170505,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.derby.engine,10.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.derby.engine_10.5.1.1_200910261949.jar
+plugin@org.apache.commons.beanutils.source,1.7.0=p2IU,id=org.apache.commons.beanutils.source,version=1.7.0.v200803061811,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.derby.engine.source,10.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.derby.engine.source_10.5.1.1_200910261949.jar
+plugin@org.apache.commons.cli,1.0.0=p2IU,id=org.apache.commons.cli,version=1.0.0.v20080604-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.derby.net,10.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.derby.net_10.5.1.1_200910261949.jar
+plugin@org.apache.commons.cli.source,1.0.0=p2IU,id=org.apache.commons.cli.source,version=1.0.0.v20080604-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.derby.net.source,10.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.derby.net.source_10.5.1.1_200910261949.jar
+plugin@org.apache.commons.codec,1.3.0=p2IU,id=org.apache.commons.codec,version=1.3.0.v20100518-1140,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.derby.tools,10.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.derby.tools_10.5.1.1_200910261949.jar
+plugin@org.apache.commons.codec,1.2.0=p2IU,id=org.apache.commons.codec,version=1.2.0.v20100518-1135,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.derby.tools.source,10.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.derby.tools.source_10.5.1.1_200910261949.jar
+plugin@org.apache.commons.codec.source,1.2.0=p2IU,id=org.apache.commons.codec.source,version=1.2.0.v20100518-1135,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.httpcomponents.httpcore,4.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.httpcomponents.httpcore_4.0.0.v200905121600.jar
+plugin@org.apache.commons.codec.source,1.3.0=p2IU,id=org.apache.commons.codec.source,version=1.3.0.v20100518-1140,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.httpcomponents.httpcore.nio,4.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.httpcomponents.httpcore.nio_4.0.0.v200905121600.jar
+plugin@org.apache.commons.collections,3.2.0=p2IU,id=org.apache.commons.collections,version=3.2.0.v201005080500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.httpcomponents.httpcore.nio.source,4.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.httpcomponents.httpcore.nio.source_4.0.0.v200905121600.jar
+plugin@org.apache.commons.collections.source,3.2.0=p2IU,id=org.apache.commons.collections.source,version=3.2.0.v201005080500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.httpcomponents.httpcore.source,4.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.httpcomponents.httpcore.source_4.0.0.v200905121600.jar
+plugin@org.apache.commons.discovery,0.2.0=p2IU,id=org.apache.commons.discovery,version=0.2.0.v201004190315,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.jasper,5.5.17=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.jasper_5.5.17.v200903231320.jar
+plugin@org.apache.commons.el,1.0.0=p2IU,id=org.apache.commons.el,version=1.0.0.v201004212143,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.jasper.source,5.5.17=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.jasper.source_5.5.17.v200903231320.jar
+plugin@org.apache.commons.el.source,1.0.0=p2IU,id=org.apache.commons.el.source,version=1.0.0.v201004212143,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.log4j,1.2.8=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.log4j_1.2.8.v200803061910.jar
+plugin@org.apache.commons.fileupload,1.2.0=p2IU,id=org.apache.commons.fileupload,version=1.2.0.v20080604-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.log4j,1.2.15=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.log4j_1.2.15.v200910021404.jar
+plugin@org.apache.commons.fileupload.source,1.2.0=p2IU,id=org.apache.commons.fileupload.source,version=1.2.0.v20080604-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.log4j,1.2.13=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.log4j_1.2.13.v200903072027.jar
+plugin@org.apache.commons.httpclient,3.0.1=p2IU,id=org.apache.commons.httpclient,version=3.0.1.v201005080501,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene,1.9.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene_1.9.1.v20080530-1600.jar
+plugin@org.apache.commons.httpclient,3.1.0=p2IU,id=org.apache.commons.httpclient,version=3.1.0.v201005080502,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.httpclient.source,3.0.1=p2IU,id=org.apache.commons.httpclient.source,version=3.0.1.v201005080501,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene,1.4.3=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene_1.4.3.v20080530-1550.jar
+plugin@org.apache.commons.httpclient.source,3.1.0=p2IU,id=org.apache.commons.httpclient.source,version=3.1.0.v201005080502,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.analysis,1.9.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.analysis_1.9.1.v20080530-1600.jar
+plugin@org.apache.commons.io,1.4.0=p2IU,id=org.apache.commons.io,version=1.4.0.v20081110-1000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.analysis,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.analysis_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.io,1.3.2=p2IU,id=org.apache.commons.io,version=1.3.2.v20080604-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.analysis.source,1.9.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.analysis.source_1.9.1.v20080530-1600.jar
+plugin@org.apache.commons.io.source,1.4.0=p2IU,id=org.apache.commons.io.source,version=1.4.0.v20081110-1000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.analysis.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.analysis.source_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.io.source,1.3.2=p2IU,id=org.apache.commons.io.source,version=1.3.2.v20080604-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.core,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.core_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.jxpath,1.2.0=p2IU,id=org.apache.commons.jxpath,version=1.2.0.v20080604-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.core.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.core.source_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.jxpath,1.3.0=p2IU,id=org.apache.commons.jxpath,version=1.3.0.v200911051830,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.highlighter,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.highlighter_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.jxpath.source,1.2.0=p2IU,id=org.apache.commons.jxpath.source,version=1.2.0.v20080604-1500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.highlighter.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.highlighter.source_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.jxpath.source,1.3.0=p2IU,id=org.apache.commons.jxpath.source,version=1.3.0.v200911051830,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.memory,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.memory_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.lang,2.3.0=p2IU,id=org.apache.commons.lang,version=2.3.0.v201005080501,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.memory.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.memory.source_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.lang,2.1.0=p2IU,id=org.apache.commons.lang,version=2.1.0.v201005080500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.queries,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.queries_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.lang,2.4.0=p2IU,id=org.apache.commons.lang,version=2.4.0.v201005080502,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.queries.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.queries.source_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.lang.source,2.4.0=p2IU,id=org.apache.commons.lang.source,version=2.4.0.v201005080502,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.snowball,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.snowball_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.lang.source,2.3.0=p2IU,id=org.apache.commons.lang.source,version=2.3.0.v201005080501,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.snowball.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.snowball.source_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.lang.source,2.1.0=p2IU,id=org.apache.commons.lang.source,version=2.1.0.v201005080500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.source,1.9.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.source_1.9.1.v20080530-1600.jar
+plugin@org.apache.commons.logging,1.0.4=p2IU,id=org.apache.commons.logging,version=1.0.4.v201005080501,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.source_2.4.0.v20090121-2110.jar
+plugin@org.apache.commons.logging,1.1.1=p2IU,id=org.apache.commons.logging,version=1.1.1.v201005080502,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.source,1.4.3=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.source_1.4.3.v20080530-1550.jar
+plugin@org.apache.commons.logging.source,1.1.1=p2IU,id=org.apache.commons.logging.source,version=1.1.1.v201005080502,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.spellchecker,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.spellchecker_2.4.0.v20090122-0940.jar
+plugin@org.apache.commons.logging.source,1.0.4=p2IU,id=org.apache.commons.logging.source,version=1.0.4.v201005080501,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.lucene.spellchecker.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.lucene.spellchecker.source_2.4.0.v20090122-0940.jar
+plugin@org.apache.commons.net,2.0.0=p2IU,id=org.apache.commons.net,version=2.0.0.v200905272248,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.neethi,2.0.4=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.neethi_2.0.4.1.jar
+plugin@org.apache.commons.net,1.4.1=p2IU,id=org.apache.commons.net,version=1.4.1.v200905122237,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.oro,2.0.8=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.oro_2.0.8.v200903061218.jar
+plugin@org.apache.commons.net.source,2.0.0=p2IU,id=org.apache.commons.net.source,version=2.0.0.v200905272248,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.oro.source,2.0.8=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.oro.source_2.0.8.v200903061218.jar
+plugin@org.apache.commons.net.source,1.4.1=p2IU,id=org.apache.commons.net.source,version=1.4.1.v200905122237,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.solr.client.solrj,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.solr.client.solrj_1.3.0.v20090306-0522.jar
+plugin@org.apache.commons.pool,1.3.0=p2IU,id=org.apache.commons.pool,version=1.3.0.v20081016-1005,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.solr.client.solrj.embedded,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.solr.client.solrj.embedded_1.3.0.v200901230454.jar
+plugin@org.apache.commons.pool,1.4.0=p2IU,id=org.apache.commons.pool,version=1.4.0.v20081016-1000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.solr.client.solrj.embedded.source,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.solr.client.solrj.embedded.source_1.3.0.v200901230454.jar
+plugin@org.apache.commons.pool.source,1.3.0=p2IU,id=org.apache.commons.pool.source,version=1.3.0.v20081016-1005,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.solr.client.solrj.source,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.solr.client.solrj.source_1.3.0.v200901230446.jar
+plugin@org.apache.commons.pool.source,1.4.0=p2IU,id=org.apache.commons.pool.source,version=1.4.0.v20081016-1000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.solr.common,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.solr.common_1.3.0.v20090121-2110.jar
+plugin@org.apache.derby,10.5.1=p2IU,id=org.apache.derby,version=10.5.1.1_201005192117,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.solr.common.source,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.solr.common.source_1.3.0.v20090121-2110.jar
+plugin@org.apache.derby.source,10.5.1=p2IU,id=org.apache.derby.source,version=10.5.1.1_201005192118,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.solr.core,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.solr.core_1.3.0.v20090121-2110.jar
+plugin@org.apache.httpcomponents.httpcore,4.0.0=p2IU,id=org.apache.httpcomponents.httpcore,version=4.0.0.v200905121600,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.solr.core.source,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.solr.core.source_1.3.0.v20090121-2110.jar
+plugin@org.apache.httpcomponents.httpcore.nio,4.0.0=p2IU,id=org.apache.httpcomponents.httpcore.nio,version=4.0.0.v200905121600,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.solr.servlet,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.solr.servlet_1.3.0.v20090121-2110.jar
+plugin@org.apache.httpcomponents.httpcore.nio.source,4.0.0=p2IU,id=org.apache.httpcomponents.httpcore.nio.source,version=4.0.0.v200905121600,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.solr.servlet.source,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.solr.servlet.source_1.3.0.v20090121-2110.jar
+plugin@org.apache.httpcomponents.httpcore.source,4.0.0=p2IU,id=org.apache.httpcomponents.httpcore.source,version=4.0.0.v200905121600,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.velocity,1.5.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.velocity_1.5.0.v200905192330.jar
+plugin@org.apache.jasper,5.5.17=p2IU,id=org.apache.jasper,version=5.5.17.v201004212143,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.ws.commons.schema,1.4.2=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.ws.commons.schema_1.4.2.v200905291151.jar
+plugin@org.apache.jasper.glassfish,2.1.0=p2IU,id=org.apache.jasper.glassfish,version=2.1.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.ws.commons.util,1.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.ws.commons.util_1.0.1.v20091022-1635.jar
+plugin@org.apache.jasper.glassfish.source,2.1.0=p2IU,id=org.apache.jasper.glassfish.source,version=2.1.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.ws.commons.util,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.ws.commons.util_1.0.0.v20091022-1630.jar
+plugin@org.apache.jasper.source,5.5.17=p2IU,id=org.apache.jasper.source,version=5.5.17.v201004212143,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.ws.jaxme,0.5.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.ws.jaxme_0.5.1.v20080530-1550.jar
+plugin@org.apache.log4j,1.2.15=p2IU,id=org.apache.log4j,version=1.2.15.v201005080500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.wsil4j,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.wsil4j_1.0.0.v200901211807.jar
+plugin@org.apache.log4j,1.2.13=p2IU,id=org.apache.log4j,version=1.2.13.v200903072027,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.xalan,2.7.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.xalan_2.7.1.v200905122109.jar
+plugin@org.apache.log4j,1.2.8=p2IU,id=org.apache.log4j,version=1.2.8.v200803061910,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.xalan,2.7.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.xalan_2.7.0.v200806030241.jar
+plugin@org.apache.lucene,1.9.1=p2IU,id=org.apache.lucene,version=1.9.1.v20100518-1140,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.xerces,2.9.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.xerces_2.9.0.v200909240008.jar
+plugin@org.apache.lucene,1.4.3=p2IU,id=org.apache.lucene,version=1.4.3.v20100518-1135,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.xerces,2.8.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.xerces_2.8.0.v200803070308.jar
+plugin@org.apache.lucene,2.9.1=p2IU,id=org.apache.lucene,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.xml.resolver,1.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.xml.resolver_1.2.0.v200902170519.jar
+plugin@org.apache.lucene.analysis,1.9.1=p2IU,id=org.apache.lucene.analysis,version=1.9.1.v20100518-1140,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.xml.resolver,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.xml.resolver_1.1.0.v200806030311.jar
+plugin@org.apache.lucene.analysis,2.9.1=p2IU,id=org.apache.lucene.analysis,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.xml.security,1.4.2=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.xml.security_1.4.2.v200905041411.jar
+plugin@org.apache.lucene.analysis.source,2.9.1=p2IU,id=org.apache.lucene.analysis.source,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.xml.serializer,2.7.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.xml.serializer_2.7.1.v200902170519.jar
+plugin@org.apache.lucene.analysis.source,1.9.1=p2IU,id=org.apache.lucene.analysis.source,version=1.9.1.v20100518-1140,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.apache.xmlrpc,3.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.apache.xmlrpc_3.0.0.v20080530-1550.jar
+plugin@org.apache.lucene.core,2.9.1=p2IU,id=org.apache.lucene.core,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.dojotoolkit,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.dojotoolkit_1.1.0.v200908251430.jar
+plugin@org.apache.lucene.core.source,2.9.1=p2IU,id=org.apache.lucene.core.source,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.easymock,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.easymock_2.4.0.v20090202-0900.jar
+plugin@org.apache.lucene.highlighter,2.9.1=p2IU,id=org.apache.lucene.highlighter,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.easymock.source,2.4.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.easymock.source_2.4.0.v20090202-0900.jar
+plugin@org.apache.lucene.highlighter.source,2.9.1=p2IU,id=org.apache.lucene.highlighter.source,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.h2,1.1.117=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.h2_1.1.117.v20091003-1000.jar
+plugin@org.apache.lucene.memory,2.9.1=p2IU,id=org.apache.lucene.memory,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.h2.source,1.1.117=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.h2.source_1.1.117.v20091003-1000.jar
+plugin@org.apache.lucene.memory.source,2.9.1=p2IU,id=org.apache.lucene.memory.source,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.hamcrest,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.hamcrest_1.1.0.v20090501071000.jar
+plugin@org.apache.lucene.misc,2.9.1=p2IU,id=org.apache.lucene.misc,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.hamcrest.core,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.hamcrest.core_1.1.0.v20090501071000.jar
+plugin@org.apache.lucene.misc.source,2.9.1=p2IU,id=org.apache.lucene.misc.source,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.hamcrest.core.source,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.hamcrest.core.source_1.1.0.v20090501071000.jar
+plugin@org.apache.lucene.queries,2.9.1=p2IU,id=org.apache.lucene.queries,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.hamcrest.generator,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.hamcrest.generator_1.1.0.v20090501071000.jar
+plugin@org.apache.lucene.queries.source,2.9.1=p2IU,id=org.apache.lucene.queries.source,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.hamcrest.generator.source,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.hamcrest.generator.source_1.1.0.v20090501071000.jar
+plugin@org.apache.lucene.snowball,2.9.1=p2IU,id=org.apache.lucene.snowball,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.hamcrest.integration,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.hamcrest.integration_1.1.0.v20090501071000.jar
+plugin@org.apache.lucene.snowball.source,2.9.1=p2IU,id=org.apache.lucene.snowball.source,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.hamcrest.integration.source,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.hamcrest.integration.source_1.1.0.v20090501071000.jar
+plugin@org.apache.lucene.source,1.9.1=p2IU,id=org.apache.lucene.source,version=1.9.1.v20100518-1140,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.hamcrest.library,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.hamcrest.library_1.1.0.v20090501071000.jar
+plugin@org.apache.lucene.source,1.4.3=p2IU,id=org.apache.lucene.source,version=1.4.3.v20100518-1135,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.hamcrest.library.source,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.hamcrest.library.source_1.1.0.v20090501071000.jar
+plugin@org.apache.lucene.source,2.9.1=p2IU,id=org.apache.lucene.source,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.hamcrest.text,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.hamcrest.text_1.1.0.v20090501071000.jar
+plugin@org.apache.lucene.spellchecker,2.9.1=p2IU,id=org.apache.lucene.spellchecker,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.hamcrest.text.source,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.hamcrest.text.source_1.1.0.v20090501071000.jar
+plugin@org.apache.lucene.spellchecker.source,2.9.1=p2IU,id=org.apache.lucene.spellchecker.source,version=2.9.1.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.jdom,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.jdom_1.0.0.v200806100616.jar
+plugin@org.apache.neethi,2.0.4=p2IU,id=org.apache.neethi,version=2.0.4.1,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.jdom.source,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.jdom.source_1.0.0.v200806100616.jar
+plugin@org.apache.oro,2.0.8=p2IU,id=org.apache.oro,version=2.0.8.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.junit,3.8.2=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.junit_3.8.2.v20090203-1005.zip,unpack=true
+plugin@org.apache.oro.source,2.0.8=p2IU,id=org.apache.oro.source,version=2.0.8.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.junit,3.8.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.junit_3.8.1.v20090203-1000.zip,unpack=true
+plugin@org.apache.solr.client.solrj,1.4.0=p2IU,id=org.apache.solr.client.solrj,version=1.4.0.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.junit.source,3.8.2=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.junit.source_3.8.2.v20090203-1005.jar
+plugin@org.apache.solr.client.solrj.embedded,1.4.0=p2IU,id=org.apache.solr.client.solrj.embedded,version=1.4.0.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.junit.source,3.8.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.junit.source_3.8.1.v20090203-1000.jar
+plugin@org.apache.solr.client.solrj.embedded.source,1.4.0=p2IU,id=org.apache.solr.client.solrj.embedded.source,version=1.4.0.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.kohsuke.args4j,2.0.12=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.kohsuke.args4j_2.0.12.v200910131500.jar
+plugin@org.apache.solr.client.solrj.source,1.4.0=p2IU,id=org.apache.solr.client.solrj.source,version=1.4.0.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.kohsuke.args4j.source,2.0.12=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.kohsuke.args4j.source_2.0.12.v200910131500.jar
+plugin@org.apache.solr.common,1.4.0=p2IU,id=org.apache.solr.common,version=1.4.0.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty,5.1.14=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty_5.1.14.v200806031611.jar
+plugin@org.apache.solr.common.source,1.4.0=p2IU,id=org.apache.solr.common.source,version=1.4.0.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty,5.1.11=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty_5.1.11.v200806031610.jar
+plugin@org.apache.solr.core,1.4.0=p2IU,id=org.apache.solr.core,version=1.4.0.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty.server,6.1.15=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty.server_6.1.15.v200905151201.jar
+plugin@org.apache.solr.core.source,1.4.0=p2IU,id=org.apache.solr.core.source,version=1.4.0.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty.server,6.1.7=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty.server_6.1.7.v200806031612.jar
+plugin@org.apache.solr.servlet,1.4.0=p2IU,id=org.apache.solr.servlet,version=1.4.0.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty.server.source,6.1.7=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty.server.source_6.1.7.v200806031612.jar
+plugin@org.apache.solr.servlet.source,1.4.0=p2IU,id=org.apache.solr.servlet.source,version=1.4.0.v20100421-0704,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty.server.source,6.1.15=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty.server.source_6.1.15.v200905151201.jar
+plugin@org.apache.taglibs.standard.glassfish,1.2.0=p2IU,id=org.apache.taglibs.standard.glassfish,version=1.2.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty.source,5.1.14=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty.source_5.1.14.v200806031611.jar
+plugin@org.apache.taglibs.standard.glassfish.source,1.2.0=p2IU,id=org.apache.taglibs.standard.glassfish.source,version=1.2.0.v201004190952,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty.source,5.1.11=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty.source_5.1.11.v200806031610.jar
+plugin@org.apache.velocity,1.5.0=p2IU,id=org.apache.velocity,version=1.5.0.v200905192330,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty.util,6.1.7=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty.util_6.1.7.v200806031612.jar
+plugin@org.apache.ws.commons.schema,1.4.2=p2IU,id=org.apache.ws.commons.schema,version=1.4.2.v201003051240,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty.util,6.1.15=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty.util_6.1.15.v200905182336.jar
+plugin@org.apache.ws.commons.util,1.0.1=p2IU,id=org.apache.ws.commons.util,version=1.0.1.v20100518-1140,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty.util.source,6.1.7=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty.util.source_6.1.7.v200806031612.jar
+plugin@org.apache.ws.commons.util,1.0.0=p2IU,id=org.apache.ws.commons.util,version=1.0.0.v20100518-1135,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mortbay.jetty.util.source,6.1.15=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mortbay.jetty.util.source_6.1.15.v200905182336.jar
+plugin@org.apache.ws.jaxme,0.5.1=p2IU,id=org.apache.ws.jaxme,version=0.5.1.v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mozilla.javascript,1.6.6=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mozilla.javascript_1.6.6.v200903061552.jar
+plugin@org.apache.wsil4j,1.0.0=p2IU,id=org.apache.wsil4j,version=1.0.0.v200901211807,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mozilla.javascript,1.6.2=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mozilla.javascript_1.6.2.v200806030330.jar
+plugin@org.apache.xalan,2.7.1=p2IU,id=org.apache.xalan,version=2.7.1.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mozilla.javascript,1.7.2=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mozilla.javascript_1.7.2.v200909291707.jar
+plugin@org.apache.xalan,2.7.0=p2IU,id=org.apache.xalan,version=2.7.0.v200806030241,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.mozilla.javascript.source,1.7.2=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.mozilla.javascript.source_1.7.2.v200909291707.jar
+plugin@org.apache.xerces,2.8.0=p2IU,id=org.apache.xerces,version=2.8.0.v200803070308,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.objectweb.asm,3.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.objectweb.asm_3.2.0.v200909071300.jar
+plugin@org.apache.xerces,2.9.0=p2IU,id=org.apache.xerces,version=2.9.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.objectweb.asm,3.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.objectweb.asm_3.1.0.v200803061910.jar
+plugin@org.apache.xml.resolver,1.1.0=p2IU,id=org.apache.xml.resolver,version=1.1.0.v200806030311,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.objectweb.asm,3.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.objectweb.asm_3.0.0.v200803061811.jar
+plugin@org.apache.xml.resolver,1.2.0=p2IU,id=org.apache.xml.resolver,version=1.2.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.objectweb.asm.source,3.2.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.objectweb.asm.source_3.2.0.v200909071300.jar
+plugin@org.apache.xml.security,1.4.2=p2IU,id=org.apache.xml.security,version=1.4.2.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.objectweb.asm.source,3.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.objectweb.asm.source_3.1.0.v200803061910.jar
+plugin@org.apache.xml.serializer,2.7.1=p2IU,id=org.apache.xml.serializer,version=2.7.1.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.objectweb.asm.source,3.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.objectweb.asm.source_3.0.0.v200803061811.jar
+plugin@org.apache.xmlrpc,3.0.0=p2IU,id=org.apache.xmlrpc,version=3.0.0.v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.opensaml,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.opensaml_1.1.0.v200905041411.jar
+plugin@org.dojotoolkit,1.1.0=p2IU,id=org.dojotoolkit,version=1.1.0.v200908251430,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.sat4j.core,2.0.3=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.sat4j.core_2.0.3.v20081021.jar
+plugin@org.easymock,2.4.0=p2IU,id=org.easymock,version=2.4.0.v20090202-0900,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.sat4j.core,2.1.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.sat4j.core_2.1.1.v20090825.jar
+plugin@org.easymock.source,2.4.0=p2IU,id=org.easymock.source,version=2.4.0.v20090202-0900,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.sat4j.core,2.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.sat4j.core_2.1.0.v20090520.jar
+plugin@org.h2,1.1.117=p2IU,id=org.h2,version=1.1.117.v20091003-1000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.sat4j.pb,2.0.3=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.sat4j.pb_2.0.3.v20081021.jar
+plugin@org.h2.source,1.1.117=p2IU,id=org.h2.source,version=1.1.117.v20091003-1000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.sat4j.pb,2.1.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.sat4j.pb_2.1.1.v20090825.jar
+plugin@org.hamcrest,1.1.0=p2IU,id=org.hamcrest,version=1.1.0.v20090501071000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.sat4j.pb,2.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.sat4j.pb_2.1.0.v20090520.jar
+plugin@org.hamcrest.core,1.1.0=p2IU,id=org.hamcrest.core,version=1.1.0.v20090501071000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.slf4j.api,1.5.6=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.slf4j.api_1.5.6.v20090930-0800.jar
+plugin@org.hamcrest.core.source,1.1.0=p2IU,id=org.hamcrest.core.source,version=1.1.0.v20090501071000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.slf4j.api.source,1.5.6=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.slf4j.api.source_1.5.6.v20090930-0800.jar
+plugin@org.hamcrest.generator,1.1.0=p2IU,id=org.hamcrest.generator,version=1.1.0.v20090501071000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.uddi4j,2.0.5=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.uddi4j_2.0.5.v200805270300.jar
+plugin@org.hamcrest.generator.source,1.1.0=p2IU,id=org.hamcrest.generator.source,version=1.1.0.v20090501071000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.css.sac,1.3.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.css.sac_1.3.1.v200903091627.jar
+plugin@org.hamcrest.integration,1.1.0=p2IU,id=org.hamcrest.integration,version=1.1.0.v20090501071000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.css.sac,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.css.sac_1.3.0.v200805290154.jar
+plugin@org.hamcrest.integration.source,1.1.0=p2IU,id=org.hamcrest.integration.source,version=1.1.0.v20090501071000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.css.sac.source,1.3.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.css.sac.source_1.3.1.v200903091627.jar
+plugin@org.hamcrest.library,1.1.0=p2IU,id=org.hamcrest.library,version=1.1.0.v20090501071000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.css.sac.source,1.3.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.css.sac.source_1.3.0.v200805290154.jar
+plugin@org.hamcrest.library.source,1.1.0=p2IU,id=org.hamcrest.library.source,version=1.1.0.v20090501071000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.dom.events,3.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.dom.events_3.0.0.draft20060413_v200905140418.jar
+plugin@org.hamcrest.text,1.1.0=p2IU,id=org.hamcrest.text,version=1.1.0.v20090501071000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.dom.events.source,3.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.dom.events.source_3.0.0.draft20060413_v200905140418.jar
+plugin@org.hamcrest.text.source,1.1.0=p2IU,id=org.hamcrest.text.source,version=1.1.0.v20090501071000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.dom.smil,1.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.dom.smil_1.0.1.v200903091627.jar
+plugin@org.jdom,1.0.0=p2IU,id=org.jdom,version=1.0.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.dom.smil,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.dom.smil_1.0.0.v200806040011.jar
+plugin@org.jdom.source,1.0.0=p2IU,id=org.jdom.source,version=1.0.0.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.dom.smil.source,1.0.1=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.dom.smil.source_1.0.1.v200903091627.jar
+plugin@org.json,1.0.0=p2IU,id=org.json,version=1.0.0.v201003050614,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.dom.smil.source,1.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.dom.smil.source_1.0.0.v200806040011.jar
+plugin@org.junit,4.8.1=p2IU,id=org.junit,version=4.8.1.v4_8_1_v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.dom.svg,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.dom.svg_1.1.0.v200806040011.jar
+plugin@org.junit,4.7.0=p2IU,id=org.junit,version=4.7.0.v4_7_0_v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
-plugin@org.w3c.dom.svg.source,1.1.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20091026190351/bundles/org.w3c.dom.svg.source_1.1.0.v200806040011.jar
+plugin@org.junit,3.8.2=p2IU,id=org.junit,version=3.8.2.v3_8_2_v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.junit,3.8.1=p2IU,id=org.junit,version=3.8.1.v3_8_1_v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.junit.source,4.7.0=p2IU,id=org.junit.source,version=4.7.0.v4_7_0_v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.junit.source,3.8.2=p2IU,id=org.junit.source,version=3.8.2.v3_8_2_v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.junit.source,3.8.1=p2IU,id=org.junit.source,version=3.8.1.v3_8_1_v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.junit.source,4.8.1=p2IU,id=org.junit.source,version=4.8.1.v4_8_1_v20100427-1100,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.kohsuke.args4j,2.0.12=p2IU,id=org.kohsuke.args4j,version=2.0.12.v200910131500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.kohsuke.args4j.source,2.0.12=p2IU,id=org.kohsuke.args4j.source,version=2.0.12.v200910131500,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty,5.1.14=p2IU,id=org.mortbay.jetty,version=5.1.14.v200806031611,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty,5.1.11=p2IU,id=org.mortbay.jetty,version=5.1.11.v200806031610,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.server,6.1.23=p2IU,id=org.mortbay.jetty.server,version=6.1.23.v201004211559,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.server,6.1.15=p2IU,id=org.mortbay.jetty.server,version=6.1.15.v200905151201,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.server,6.1.7=p2IU,id=org.mortbay.jetty.server,version=6.1.7.v200806031612,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.server.source,6.1.7=p2IU,id=org.mortbay.jetty.server.source,version=6.1.7.v200806031612,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.server.source,6.1.23=p2IU,id=org.mortbay.jetty.server.source,version=6.1.23.v201004211559,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.server.source,6.1.15=p2IU,id=org.mortbay.jetty.server.source,version=6.1.15.v200905151201,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.source,5.1.14=p2IU,id=org.mortbay.jetty.source,version=5.1.14.v200806031611,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.source,5.1.11=p2IU,id=org.mortbay.jetty.source,version=5.1.11.v200806031610,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.util,6.1.7=p2IU,id=org.mortbay.jetty.util,version=6.1.7.v200806031612,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.util,6.1.23=p2IU,id=org.mortbay.jetty.util,version=6.1.23.v201004211559,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.util,6.1.15=p2IU,id=org.mortbay.jetty.util,version=6.1.15.v200905182336,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.util.source,6.1.23=p2IU,id=org.mortbay.jetty.util.source,version=6.1.23.v201004211559,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.util.source,6.1.15=p2IU,id=org.mortbay.jetty.util.source,version=6.1.15.v200905182336,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mortbay.jetty.util.source,6.1.7=p2IU,id=org.mortbay.jetty.util.source,version=6.1.7.v200806031612,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mozilla.javascript,1.6.6=p2IU,id=org.mozilla.javascript,version=1.6.6.v200903061552,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mozilla.javascript,1.6.2=p2IU,id=org.mozilla.javascript,version=1.6.2.v200806030330,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mozilla.javascript,1.7.2=p2IU,id=org.mozilla.javascript,version=1.7.2.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.mozilla.javascript.source,1.7.2=p2IU,id=org.mozilla.javascript.source,version=1.7.2.v201005080400,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.objectweb.asm,3.2.0=p2IU,id=org.objectweb.asm,version=3.2.0.v200909071300,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.objectweb.asm,3.0.0=p2IU,id=org.objectweb.asm,version=3.0.0.v200803061811,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.objectweb.asm,3.1.0=p2IU,id=org.objectweb.asm,version=3.1.0.v200803061910,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.objectweb.asm.source,3.0.0=p2IU,id=org.objectweb.asm.source,version=3.0.0.v200803061811,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.objectweb.asm.source,3.1.0=p2IU,id=org.objectweb.asm.source,version=3.1.0.v200803061910,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.objectweb.asm.source,3.2.0=p2IU,id=org.objectweb.asm.source,version=3.2.0.v200909071300,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.opensaml,1.1.0=p2IU,id=org.opensaml,version=1.1.0.v200905041411,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.prefuse,0.1.0=p2IU,id=org.prefuse,version=0.1.0.v20100514-1000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.prefuse.source,0.1.0=p2IU,id=org.prefuse.source,version=0.1.0.v20100514-1000,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.sat4j.core,2.0.3=p2IU,id=org.sat4j.core,version=2.0.3.v20081021,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.sat4j.core,2.1.1=p2IU,id=org.sat4j.core,version=2.1.1.v20090825,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.sat4j.core,2.1.0=p2IU,id=org.sat4j.core,version=2.1.0.v20090520,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.sat4j.core,2.2.0=p2IU,id=org.sat4j.core,version=2.2.0.v20100429,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.sat4j.pb,2.2.0=p2IU,id=org.sat4j.pb,version=2.2.0.v20100429,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.sat4j.pb,2.0.3=p2IU,id=org.sat4j.pb,version=2.0.3.v20081021,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.sat4j.pb,2.1.1=p2IU,id=org.sat4j.pb,version=2.1.1.v20090825,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.sat4j.pb,2.1.0=p2IU,id=org.sat4j.pb,version=2.1.0.v20090520,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.slf4j.api,1.5.11=p2IU,id=org.slf4j.api,version=1.5.11.v20100519-1910,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.slf4j.api.source,1.5.11=p2IU,id=org.slf4j.api.source,version=1.5.11.v20100519-1910,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.slf4j.ext,1.5.11=p2IU,id=org.slf4j.ext,version=1.5.11.v20100419-1106,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.slf4j.ext.source,1.5.11=p2IU,id=org.slf4j.ext.source,version=1.5.11.v20100419-1106,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.slf4j.jcl,1.5.11=p2IU,id=org.slf4j.jcl,version=1.5.11.v20100419-1106,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.slf4j.jcl.source,1.5.11=p2IU,id=org.slf4j.jcl.source,version=1.5.11.v20100419-1106,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.slf4j.jul,1.5.11=p2IU,id=org.slf4j.jul,version=1.5.11.v20100419-1106,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.slf4j.jul.source,1.5.11=p2IU,id=org.slf4j.jul.source,version=1.5.11.v20100419-1106,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.slf4j.log4j,1.5.11=p2IU,id=org.slf4j.log4j,version=1.5.11.v20100419-1106,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.slf4j.log4j.source,1.5.11=p2IU,id=org.slf4j.log4j.source,version=1.5.11.v20100419-1106,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.uddi4j,2.0.5=p2IU,id=org.uddi4j,version=2.0.5.v200805270300,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.css.sac,1.3.1=p2IU,id=org.w3c.css.sac,version=1.3.1.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.css.sac,1.3.0=p2IU,id=org.w3c.css.sac,version=1.3.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.css.sac.source,1.3.1=p2IU,id=org.w3c.css.sac.source,version=1.3.1.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.css.sac.source,1.3.0=p2IU,id=org.w3c.css.sac.source,version=1.3.0.v200805290154,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.dom.events,3.0.0=p2IU,id=org.w3c.dom.events,version=3.0.0.draft20060413_v200905140418,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.dom.events.source,3.0.0=p2IU,id=org.w3c.dom.events.source,version=3.0.0.draft20060413_v200905140418,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.dom.smil,1.0.1=p2IU,id=org.w3c.dom.smil,version=1.0.1.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.dom.smil,1.0.0=p2IU,id=org.w3c.dom.smil,version=1.0.0.v200806040011,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.dom.smil.source,1.0.1=p2IU,id=org.w3c.dom.smil.source,version=1.0.1.v200903091627,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.dom.smil.source,1.0.0=p2IU,id=org.w3c.dom.smil.source,version=1.0.0.v200806040011,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.dom.svg,1.1.0=p2IU,id=org.w3c.dom.svg,version=1.1.0.v200806040011,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
+
+plugin@org.w3c.dom.svg.source,1.1.0=p2IU,id=org.w3c.dom.svg.source,version=1.1.0.v200806040011,repository=http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
diff --git a/releng/maps/wst.map b/releng/maps/wst.map
index f9720c9c1..cef2c2bdd 100644
--- a/releng/maps/wst.map
+++ b/releng/maps/wst.map
@@ -5,8 +5,8 @@
! These bundles are currently being developed and released
! from the HEAD branch
-feature@org.eclipse.wst.sdk=v200906020610,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.wst.sdk
-feature@org.eclipse.wst.tests.feature=v200908041535,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.wst.tests.feature
-feature@org.eclipse.wst=v200905312212,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.wst.feature
+feature@org.eclipse.wst.sdk=v201005241530,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.wst.sdk
+feature@org.eclipse.wst.tests.feature=v201005241530,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.wst.tests.feature
+feature@org.eclipse.wst=v201005241530,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/assembly/features/org.eclipse.wst.feature
!*************** \ No newline at end of file
diff --git a/releng/maps/wtp-releng-epp-capabilites.map b/releng/maps/wtp-releng-epp-capabilites.map
new file mode 100644
index 000000000..33d2306c2
--- /dev/null
+++ b/releng/maps/wtp-releng-epp-capabilites.map
@@ -0,0 +1,16 @@
+!*************** wtp-releng.map
+! This map file is for bundles and features releated to EPP and capabilities
+
+
+feature@org.eclipse.wtp.capabilities.feature=v201005241530,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/features/org.eclipse.wtp.capabilities
+! put these here, for now, maybe to "owner" maps, someday
+plugin@org.eclipse.wtp.javascript.capabilities=v201005102000,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wtp.javascript.capabilities
+plugin@org.eclipse.wtp.web.capabilities=v201005102000,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wtp.web.capabilities
+plugin@org.eclipse.wtp.xml.capabilities=v201005102000,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wtp.xml.capabilities
+plugin@org.eclipse.wtp.jee.capabilities=v201005102000,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,jeetools/plugins/org.eclipse.wtp.jee.capabilities
+plugin@org.eclipse.wtp.epp.package.capabilities=v201005102000,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/plugins/org.eclipse.wtp.epp.package.capabilities
+
+plugin@org.eclipse.wtp.epp.package.jee.intro=v201006142040,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/plugins/org.eclipse.wtp.epp.package.jee.intro
+
+
+!*************** \ No newline at end of file
diff --git a/releng/maps/wtp-releng-tools.map b/releng/maps/wtp-releng-tools.map
new file mode 100644
index 000000000..60123b62b
--- /dev/null
+++ b/releng/maps/wtp-releng-tools.map
@@ -0,0 +1,7 @@
+!*************** wtp-releng-tools.map
+feature@org.eclipse.wtp.releng.fixups.feature=v201005050319,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/features/org.eclipse.wtp.releng.fixups.feature
+plugin@org.eclipse.wtp.releng.fixups=v201005050303,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/plugins/org.eclipse.wtp.releng.fixups
+
+!* contains custom tasks and tools for our automatic batch builds
+feature@org.eclipse.wtp.releng.tools.feature=v201005292024,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/features/org.eclipse.wtp.releng.tools.feature
+plugin@org.eclipse.wtp.releng.tools=v201009221438,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/plugins/org.eclipse.wtp.releng.tools \ No newline at end of file
diff --git a/releng/maps/wtp-releng.map b/releng/maps/wtp-releng.map
index b99853e75..13b58a94e 100644
--- a/releng/maps/wtp-releng.map
+++ b/releng/maps/wtp-releng.map
@@ -1,31 +1,7 @@
!*************** wtp-releng.map
! This map file is for releng oriented plugins and tests
-feature@org.eclipse.wtp.releng.tests.feature=v200908092300,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/features/org.eclipse.wtp.releng.tests.feature
-
-
-plugin@org.eclipse.wtp.releng.versionchecker=v200908082052,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/org.eclipse.wtp.releng.versionchecker
-plugin@org.eclipse.wtp.releng.tests=v200908092300,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/tests/org.eclipse.wtp.releng.tests
-plugin@org.eclipse.wtp.releng.tools=v200905310626,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/plugins/org.eclipse.wtp.releng.tools
-
-plugin@org.eclipse.wtp.releng.tools.component.core=v200809240350,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/releng.wtptools/api/org.eclipse.wtp.releng.tools.component.core
-plugin@org.eclipse.wtp.releng.tools.component.ui=v200810301724,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/releng.wtptools/api/org.eclipse.wtp.releng.tools.component.ui
-plugin@org.eclipse.wtp.releng.wtpbuilder=v200801080055,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/releng.wtptools/api/org.eclipse.wtp.releng.wtpbuilder
-
-plugin@org.eclipse.test.performance=v200809081610,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/tests/org.eclipse.test.performance
-
-feature@org.eclipse.wtp.capabilities=v200906090727,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/features/org.eclipse.wtp.capabilities
-! put these here, for now, until building, then move to owner maps
-plugin@org.eclipse.wtp.javascript.capabilities=v200906072300,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wtp.javascript.capabilities
-plugin@org.eclipse.wtp.web.capabilities=v200906072300,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wtp.web.capabilities
-plugin@org.eclipse.wtp.xml.capabilities=v200906072300,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,sourceediting/plugins/org.eclipse.wtp.xml.capabilities
-plugin@org.eclipse.wtp.jee.capabilities=v200906072300,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,jeetools/plugins/org.eclipse.wtp.jee.capabilities
-
-
-feature@org.eclipse.wtp.jee.feature=v200905270014,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/features/org.eclipse.wtp.jee.feature
-plugin@org.eclipse.wtp.jee=v200906031350,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/plugins/org.eclipse.wtp.jee
-plugin@org.eclipse.wtp.jee.intro=v200906090730,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/plugins/org.eclipse.wtp.jee.intro
-
-plugin@org.eclipse.wtp.epp.package.jee.intro=v200906161430,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/plugins/org.eclipse.wtp.epp.package.jee.intro
-
-!*************** \ No newline at end of file
+!* used in our releng tests, when JUnits run
+feature@org.eclipse.wtp.releng.tests.feature=v201101270405,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/features/org.eclipse.wtp.releng.tests.feature
+plugin@org.eclipse.wtp.releng.versionchecker=v201005261451,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/org.eclipse.wtp.releng.versionchecker
+plugin@org.eclipse.wtp.releng.tests=v201102031940,:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools,,webtools.releng/tests/org.eclipse.wtp.releng.tests \ No newline at end of file
diff --git a/releng/sitefile/site.xml b/releng/sitefile/site.xml
deleted file mode 100644
index 14be23387..000000000
--- a/releng/sitefile/site.xml
+++ /dev/null
@@ -1,301 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site
- mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/webtools/milestones/&amp;format=xml"
- pack200="true">
- <description
- name="Web Tools Platform Build Specific Repository"
- url="http://build.eclipse.org/webtools/${buildDirectory}/updatesite/index.html"> The update site contains the features of the of Eclipse Web
- Tools Platform (WTP)</description>
- <feature
- url="features/org.eclipse.wst.xml_ui.feature_${org.eclipse.wst.xml_ui.feature}.jar"
- id="org.eclipse.wst.xml_ui.feature"
- version="${org.eclipse.wst.xml_ui.feature}">
- <category
- name="Web Tools Platform (WTP) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.jsdt.feature_${org.eclipse.wst.jsdt.feature}.jar"
- id="org.eclipse.wst.jsdt.feature"
- version="${org.eclipse.wst.jsdt.feature}">
- <category
- name="Web Tools Platform (WTP) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.web_ui.feature_${org.eclipse.wst.web_ui.feature}.jar"
- id="org.eclipse.wst.web_ui.feature"
- version="${org.eclipse.wst.web_ui.feature}">
- <category
- name="Web Tools Platform (WTP) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.enterprise_ui.feature_${org.eclipse.jst.enterprise_ui.feature}.jar"
- id="org.eclipse.jst.enterprise_ui.feature"
- version="${org.eclipse.jst.enterprise_ui.feature}">
- <category
- name="Web Tools Platform (WTP) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jpt.feature_${org.eclipse.jpt.feature}.jar"
- id="org.eclipse.jpt.feature"
- version="${org.eclipse.jpt.feature}">
- <category
- name="Web Tools Platform (WTP) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jpt.eclipselink.feature_${org.eclipse.jpt.eclipselink.feature}.jar"
- id="org.eclipse.jpt.eclipselink.feature"
- version="${org.eclipse.jpt.eclipselink.feature}">
- <category
- name="Web Tools Platform (WTP) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.webpageeditor.feature_${org.eclipse.jst.webpageeditor.feature}.jar"
- id="org.eclipse.jst.webpageeditor.feature"
- version="${org.eclipse.jst.webpageeditor.feature}">
- <category
- name="Web Tools Platform (WTP) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature_${org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature}.jar"
- id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature"
- version="${org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature}">
- <category
- name="Web Tools Platform (WTP) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.ws.axis2tools.feature_${org.eclipse.jst.ws.axis2tools.feature}.jar"
- id="org.eclipse.jst.ws.axis2tools.feature"
- version="${org.eclipse.jst.ws.axis2tools.feature}">
- <category
- name="Web Tools Platform (WTP) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.xsl.feature_${org.eclipse.wst.xsl.feature}.jar"
- id="org.eclipse.wst.xsl.feature"
- version="${org.eclipse.wst.xsl.feature}">
- <category
- name="Web Tools Platform (WTP) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.jsdt_sdk.feature_${org.eclipse.wst.jsdt_sdk.feature}.jar"
- id="org.eclipse.wst.jsdt_sdk.feature"
- version="${org.eclipse.wst.jsdt_sdk.feature}">
- <category
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.xml_sdk.feature_${org.eclipse.wst.xml_sdk.feature}.jar"
- id="org.eclipse.wst.xml_sdk.feature"
- version="${org.eclipse.wst.xml_sdk.feature}">
- <category
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.web_sdk.feature_${org.eclipse.wst.web_sdk.feature}.jar"
- id="org.eclipse.wst.web_sdk.feature"
- version="${org.eclipse.wst.web_sdk.feature}">
- <category
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.enterprise_sdk.feature_${org.eclipse.jst.enterprise_sdk.feature}.jar"
- id="org.eclipse.jst.enterprise_sdk.feature"
- version="${org.eclipse.jst.enterprise_sdk.feature}">
- <category
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jpt_sdk.feature_${org.eclipse.jpt_sdk.feature}.jar"
- id="org.eclipse.jpt_sdk.feature"
- version="${org.eclipse.jpt_sdk.feature}">
- <category
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jpt.eclipselink_sdk.feature_${org.eclipse.jpt.eclipselink_sdk.feature}.jar"
- id="org.eclipse.jpt.eclipselink_sdk.feature"
- version="${org.eclipse.jpt.eclipselink_sdk.feature}">
- <category
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.webpageeditor_sdk.feature_${org.eclipse.jst.webpageeditor_sdk.feature}.jar"
- id="org.eclipse.jst.webpageeditor_sdk.feature"
- version="${org.eclipse.jst.webpageeditor_sdk.feature}">
- <category
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature_${org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature}.jar"
- id="org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature"
- version="${org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature}">
- <category
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.ws.axis2tools_sdk.feature_${org.eclipse.jst.ws.axis2tools_sdk.feature}.jar"
- id="org.eclipse.jst.ws.axis2tools_sdk.feature"
- version="${org.eclipse.jst.ws.axis2tools_sdk.feature}">
- <category
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.xsl_sdk.feature_${org.eclipse.wst.xsl_sdk.feature}.jar"
- id="org.eclipse.wst.xsl_sdk.feature"
- version="${org.eclipse.wst.xsl_sdk.feature}">
- <category
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.server_adapters.ext.feature_${org.eclipse.jst.server_adapters.ext.feature}.jar"
- id="org.eclipse.jst.server_adapters.ext.feature"
- version="${org.eclipse.jst.server_adapters.ext.feature}">
- <category
- name="Project Provided Components"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.server_adapters.ext.sdk.feature_${org.eclipse.jst.server_adapters.ext.sdk.feature}.jar"
- id="org.eclipse.jst.server_adapters.ext.sdk.feature"
- version="${org.eclipse.jst.server_adapters.ext.sdk.feature}">
- <category
- name="Project Provided Components"/>
- </feature>
- <feature
- url="features/org.eclipse.wtp.releng.tests.feature_${org.eclipse.wtp.releng.tests.feature}.jar"
- id="org.eclipse.wtp.releng.tests.feature"
- version="${org.eclipse.wtp.releng.tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.common_tests.feature_${org.eclipse.wst.common_tests.feature}.jar"
- id="org.eclipse.wst.common_tests.feature"
- version="${org.eclipse.wst.common_tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.xml_tests.feature_${org.eclipse.wst.xml_tests.feature}.jar"
- id="org.eclipse.wst.xml_tests.feature"
- version="${org.eclipse.wst.xml_tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.server_tests.feature_${org.eclipse.wst.server_tests.feature}.jar"
- id="org.eclipse.wst.server_tests.feature"
- version="${org.eclipse.wst.server_tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.web_tests.feature_${org.eclipse.wst.web_tests.feature}.jar"
- id="org.eclipse.wst.web_tests.feature"
- version="${org.eclipse.wst.web_tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.ws_tests.feature_${org.eclipse.wst.ws_tests.feature}.jar"
- id="org.eclipse.wst.ws_tests.feature"
- version="${org.eclipse.wst.ws_tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.wst.jsdt_tests.feature_${org.eclipse.wst.jsdt_tests.feature}.jar"
- id="org.eclipse.wst.jsdt_tests.feature"
- version="${org.eclipse.wst.jsdt_tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.server_tests.feature_${org.eclipse.jst.server_tests.feature}.jar"
- id="org.eclipse.jst.server_tests.feature"
- version="${org.eclipse.jst.server_tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.server_adapters.ext_tests.feature_${org.eclipse.jst.server_adapters.ext_tests.feature}.jar"
- id="org.eclipse.jst.server_adapters.ext_tests.feature"
- version="${org.eclipse.jst.server_adapters.ext_tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.web_tests.feature_${org.eclipse.jst.web_tests.feature}.jar"
- id="org.eclipse.jst.web_tests.feature"
- version="${org.eclipse.jst.web_tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.enterprise_tests.feature_${org.eclipse.jst.enterprise_tests.feature}.jar"
- id="org.eclipse.jst.enterprise_tests.feature"
- version="${org.eclipse.jst.enterprise_tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
- <feature
- url="features/org.eclipse.jst.jsf.tests.feature_${org.eclipse.jst.jsf.tests.feature}.jar"
- id="org.eclipse.jst.jsf.tests.feature"
- version="${org.eclipse.jst.jsf.tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
-
- <feature
- url="features/org.eclipse.jst.ws.cxf_sdk.feature_${org.eclipse.jst.ws.cxf_sdk.feature}.jar"
- id="org.eclipse.jst.ws.cxf_sdk.feature"
- version="${org.eclipse.jst.ws.cxf_sdk.feature}">
- <category
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
- </feature>
-
- <feature
- url="features/org.eclipse.jst.ws.cxf.feature_${org.eclipse.jst.ws.cxf.feature}.jar"
- id="org.eclipse.jst.ws.cxf.feature"
- version="${org.eclipse.jst.ws.cxf.feature}">
- <category
- name="Web Tools Platform (WTP) 3.2.0"/>
- </feature>
-
- <feature
- url="features/org.eclipse.jst.ws.cxf_tests.feature_${org.eclipse.jst.ws.cxf_tests.feature}.jar"
- id="org.eclipse.jst.ws.cxf_tests.feature"
- version="${org.eclipse.jst.ws.cxf_tests.feature}">
- <category
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
- </feature>
-
-
- <category-def
- name="Web Tools Platform (WTP) 3.2.0"
- label="Web Tools Platform (WTP) 3.2.0">
- <description> These features provide functionality with the
- executable code only and are recommended for most users.
- </description>
- </category-def>
- <category-def
- name="Web Tools Platform SDK (WTP SDK) 3.2.0"
- label="Web Tools Platform SDK (WTP SDK) 3.2.0">
- <description> These features provide functionality with the
- executable code and the source code and are recommended for
- those extending or debugging WTP.</description>
- </category-def>
- <category-def
- name="Web Tools Platform Tests (WTP Tests) 3.2.0"
- label="Web Tools Platform Tests (WTP Tests) 3.2.0">
- <description> These features provide Unit tests for WTP. WTP
- Committers, or others testing WTP, will need these in at
- least their PDE Targets.</description>
- </category-def>
- <category-def
- name="Project Provided Components"
- label="Project Provided Components">
- <description> These features are components produced by WTP
- Project, which are provided separately for special purposes.
- </description>
- </category-def>
-</site> \ No newline at end of file

Back to the top