You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by mc...@apache.org on 2008/06/26 19:46:16 UTC

svn commit: r671961 - in /geronimo/devtools/eclipse-plugin/branches/2.1.1/plugins: org.apache.geronimo.st.v20.core/plugin.xml org.apache.geronimo.st.v21.core/plugin.xml

Author: mcconne
Date: Thu Jun 26 10:46:16 2008
New Revision: 671961

URL: http://svn.apache.org/viewvc?rev=671961&view=rev
Log:
Remove staging site

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.1.1/plugins/org.apache.geronimo.st.v20.core/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.1.1/plugins/org.apache.geronimo.st.v21.core/plugin.xml

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.1/plugins/org.apache.geronimo.st.v20.core/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.1/plugins/org.apache.geronimo.st.v20.core/plugin.xml?rev=671961&r1=671960&r2=671961&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.1/plugins/org.apache.geronimo.st.v20.core/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.1/plugins/org.apache.geronimo.st.v20.core/plugin.xml Thu Jun 26 10:46:16 2008
@@ -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>

Modified: geronimo/devtools/eclipse-plugin/branches/2.1.1/plugins/org.apache.geronimo.st.v21.core/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.1.1/plugins/org.apache.geronimo.st.v21.core/plugin.xml?rev=671961&r1=671960&r2=671961&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.1.1/plugins/org.apache.geronimo.st.v21.core/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.1.1/plugins/org.apache.geronimo.st.v21.core/plugin.xml Thu Jun 26 10:46:16 2008
@@ -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>