Remove staging site
git-svn-id: https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.1.1@671961 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/plugins/org.apache.geronimo.st.v20.core/plugin.xml b/plugins/org.apache.geronimo.st.v20.core/plugin.xml
index 2efe246..0b30385 100644
--- a/plugins/org.apache.geronimo.st.v20.core/plugin.xml
+++ b/plugins/org.apache.geronimo.st.v20.core/plugin.xml
@@ -56,20 +56,20 @@
| the featureSite tag should be one of the following:
|
| 1. featureSite="http://www.apache.org/dist/geronimo/eclipse/updates/"
- | 2. featureSite="http://people.apache.org/~mcconne/releases/2.1.1/RC1/staging_site/"
+ | 2. featureSite="http://people.apache.org/~mcconne/releases/2.1.1/RC2/staging_site/"
|
-->
<extension point="org.eclipse.wst.server.core.installableRuntimes">
<installableRuntime id="org.apache.geronimo.runtime.tomcat.20"
featureVersion="2.1.1"
featureId="org.apache.geronimo.installableruntime.tomcat.feature"
- featureSite="http://people.apache.org/~mcconne/releases/2.1.1/RC1/staging_site/"
+ featureSite="http://www.apache.org/dist/geronimo/eclipse/updates/"
path="geronimo-tomcat6-jee5-2.0.2.zip">
</installableRuntime>
<installableRuntime id="org.apache.geronimo.runtime.jetty.20"
featureVersion="2.1.1"
featureId="org.apache.geronimo.installableruntime.jetty.feature"
- featureSite="http://people.apache.org/~mcconne/releases/2.1.1/RC1/staging_site/"
+ featureSite="http://www.apache.org/dist/geronimo/eclipse/updates/"
path="geronimo-jetty6-jee5-2.0.2.zip">
</installableRuntime>
</extension>
diff --git a/plugins/org.apache.geronimo.st.v21.core/plugin.xml b/plugins/org.apache.geronimo.st.v21.core/plugin.xml
index 7ead390..c8a0782 100644
--- a/plugins/org.apache.geronimo.st.v21.core/plugin.xml
+++ b/plugins/org.apache.geronimo.st.v21.core/plugin.xml
@@ -75,20 +75,20 @@
| the featureSite tag should be one of the following:
|
| 1. featureSite="http://www.apache.org/dist/geronimo/eclipse/updates/"
- | 2. featureSite="http://people.apache.org/~mcconne/releases/2.1.1/RC1/staging_site/"
+ | 2. featureSite="http://people.apache.org/~mcconne/releases/2.1.1/RC2/staging_site/"
|
-->
<extension point="org.eclipse.wst.server.core.installableRuntimes">
<installableRuntime id="org.apache.geronimo.runtime.tomcat.21"
featureVersion="2.1.1"
featureId="org.apache.geronimo.installableruntime.tomcat.feature"
- featureSite="http://people.apache.org/~mcconne/releases/2.1.1/RC1/staging_site/"
+ featureSite="http://www.apache.org/dist/geronimo/eclipse/updates/"
path="geronimo-tomcat6-javaee5-2.1.1.zip">
</installableRuntime>
<installableRuntime id="org.apache.geronimo.runtime.jetty.21"
featureVersion="2.1.1"
featureId="org.apache.geronimo.installableruntime.jetty.feature"
- featureSite="http://people.apache.org/~mcconne/releases/2.1.1/RC1/staging_site/"
+ featureSite="http://www.apache.org/dist/geronimo/eclipse/updates/"
path="geronimo-jetty6-javaee5-2.1.1.zip">
</installableRuntime>
</extension>