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 2007/10/10 21:29:33 UTC

svn commit: r583586 - in /geronimo/devtools/eclipse-plugin/trunk: features/org.apache.geronimo.feature/ features/org.apache.geronimo.installableruntime.jetty.feature/ features/org.apache.geronimo.installableruntime.tomcat.feature/ features/org.apache.g...

Author: mcconne
Date: Wed Oct 10 12:29:32 2007
New Revision: 583586

URL: http://svn.apache.org/viewvc?rev=583586&view=rev
Log:
GERONIMODEVTOOOLS-230 Update site cleanup and corrections (Thanks to Ted Kirby for the patch!!)

Modified:
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/feature.properties
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/feature.xml
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.properties
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.properties
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v10.feature/feature.properties
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v10.feature/feature.xml
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v11.feature/feature.properties
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v11.feature/feature.xml
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v12.feature/feature.properties
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v12.feature/feature.xml
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.properties
    geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.xml
    geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.properties

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/feature.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/feature.properties?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/feature.properties (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/feature.properties Wed Oct 10 12:29:32 2007
@@ -16,8 +16,9 @@
 #
 # $Rev$ $Date$
 #
-description = This feature provides the WTP Server Adapter and additional development tools for Apache Geronimo.
-copyright = Copyright 2004 The Apache Software Foundation.
+providerName = Apache Software Foundation
+description = This feature provides the WTP Server Adapter and additional development tools for the Apache Geronimo server.
+copyright = Copyright 2004,2007 The Apache Software Foundation.
 
 license =                        Apache License \n\
                            Version 2.0, January 2004 \n\

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/feature.xml?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.feature/feature.xml Wed Oct 10 12:29:32 2007
@@ -20,10 +20,10 @@
       id="org.apache.geronimo.feature"
       label="Geronimo Core Feature"
       version="${org.apache.geronimo.feature_version}"
-      provider-name="Apache Software Foundation"
+      provider-name="%providerName"
       image="bigG.gif">
     
-    <description url="http://geronimo.apache.org/devtools">
+    <description url="http://geronimo.apache.org/development-tools">
       %description
     </description>
     
@@ -36,7 +36,7 @@
     </license>
     
     <url>
-        <update label="Apache Geronimo Eclipse Update Site" url="http://geronimo.apache.org/devtools/"/>
+        <update label="Apache Geronimo Eclipse Update Site" url="http://www.apache.org/dist/geronimo/eclipse/updates/"/>
     </url>
     
     <requires>

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.properties?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.properties (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.properties Wed Oct 10 12:29:32 2007
@@ -16,8 +16,9 @@
 #
 # $Rev$ $Date$
 #
-description = This feature provides a distribution of the Apache Geronimo J2EE Application Server containing the Jetty Web Container.
-copyright = Copyright 2004 The Apache Software Foundation.
+providerName = Apache Software Foundation
+description = This feature provides a distribution of the Apache Geronimo Java EE Application Server containing the Jetty Web Container.
+copyright = Copyright 2004,2007 The Apache Software Foundation.
 
 license =                        Apache License \n\
                            Version 2.0, January 2004 \n\

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.jetty.feature/feature.xml Wed Oct 10 12:29:32 2007
@@ -22,7 +22,7 @@
       id="org.apache.geronimo.installableruntime.jetty.feature"
       label="Geronimo 2.0 (Jetty) Runtime"
       version="${org.apache.geronimo.installableruntime.jetty.feature_version}"
-      provider-name="Apache Software Foundation"
+      provider-name="%providerName"
       image="bigG.gif">
 
    <description url="http://geronimo.apache.org/">

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.properties?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.properties (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.properties Wed Oct 10 12:29:32 2007
@@ -16,8 +16,9 @@
 #
 # $Rev$ $Date$
 #
-description = This feature provides a distribution of the Apache Geronimo J2EE Application Server containing the Tomcat Web Container.
-copyright = Copyright 2004 The Apache Software Foundation.
+providerName = Apache Software Foundation
+description = This feature provides a distribution of the Apache Geronimo Java EE Application Server containing the Tomcat Web Container.
+copyright = Copyright 2004,2007 The Apache Software Foundation.
 
 license =                        Apache License \n\
                            Version 2.0, January 2004 \n\

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.installableruntime.tomcat.feature/feature.xml Wed Oct 10 12:29:32 2007
@@ -22,7 +22,7 @@
       id="org.apache.geronimo.installableruntime.tomcat.feature"
       label="Geronimo 2.0 (Tomcat) Runtime"
       version="${org.apache.geronimo.installableruntime.tomcat.feature_version}"
-      provider-name="Apache Software Foundation"
+      provider-name="%providerName"
       image="bigG.gif">
 
    <description url="http://geronimo.apache.org/">

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v10.feature/feature.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v10.feature/feature.properties?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v10.feature/feature.properties (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v10.feature/feature.properties Wed Oct 10 12:29:32 2007
@@ -16,8 +16,9 @@
 #
 # $Rev$ $Date$
 #
-description = This feature provides the WTP Server Adapter and additional development tools for Apache Geronimo.
-copyright = Copyright 2004 The Apache Software Foundation.
+providerName = Apache Software Foundation
+description = This feature provides the WTP Server Adapter and additional development tools for the Apache Geronimo server.
+copyright = Copyright 2004,2007 The Apache Software Foundation.
 
 license =                        Apache License \n\
                            Version 2.0, January 2004 \n\

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v10.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v10.feature/feature.xml?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v10.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v10.feature/feature.xml Wed Oct 10 12:29:32 2007
@@ -20,10 +20,10 @@
       id="org.apache.geronimo.v10.feature"
       label="Geronimo v1.0 Server Adapter"
       version="${org.apache.geronimo.v10.feature_version}"
-      provider-name="Apache Software Foundation"
+      provider-name="%providerName"
       image="bigG.gif">
     
-    <description url="http://geronimo.apache.org/devtools">
+    <description url="http://geronimo.apache.org/development-tools">
       %description
     </description>
     
@@ -36,7 +36,7 @@
     </license>
     
     <url>
-        <update label="Apache Geronimo Eclipse Update Site" url="http://geronimo.apache.org/devtools/"/>
+        <update label="Apache Geronimo Eclipse Update Site" url="http://www.apache.org/dist/geronimo/eclipse/updates/"/>
     </url>
     
     <requires>

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v11.feature/feature.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v11.feature/feature.properties?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v11.feature/feature.properties (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v11.feature/feature.properties Wed Oct 10 12:29:32 2007
@@ -16,8 +16,9 @@
 #
 # $Rev$ $Date$
 #
-description = This feature provides the WTP Server Adapter and additional development tools for Apache Geronimo.
-copyright = Copyright 2004 The Apache Software Foundation.
+providerName = Apache Software Foundation
+description = This feature provides the WTP Server Adapter and additional development tools for the Apache Geronimo server.
+copyright = Copyright 2004,2007 The Apache Software Foundation.
 
 license =                        Apache License \n\
                            Version 2.0, January 2004 \n\

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v11.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v11.feature/feature.xml?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v11.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v11.feature/feature.xml Wed Oct 10 12:29:32 2007
@@ -20,10 +20,10 @@
       id="org.apache.geronimo.v11.feature"
       label="Geronimo v1.1.x Server Adapter"
       version="${org.apache.geronimo.v11.feature_version}"
-      provider-name="Apache Software Foundation"
+      provider-name="%providerName"
       image="bigG.gif">
       
-    <description url="http://geronimo.apache.org/devtools">
+    <description url="http://geronimo.apache.org/development-tools">
       %description
     </description>
    
@@ -36,7 +36,7 @@
     </license>
     
     <url>
-        <update label="Apache Geronimo Eclipse Update Site" url="http://geronimo.apache.org/devtools/"/>
+        <update label="Apache Geronimo Eclipse Update Site" url="http://www.apache.org/dist/geronimo/eclipse/updates/"/>
     </url>
     
     <requires>

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v12.feature/feature.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v12.feature/feature.properties?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v12.feature/feature.properties (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v12.feature/feature.properties Wed Oct 10 12:29:32 2007
@@ -16,8 +16,9 @@
 #
 # $Rev$ $Date$
 #
-description = This feature provides the WTP Server Adapter and additional development tools for Apache Geronimo.
-copyright = Copyright 2004 The Apache Software Foundation.
+providerName = Apache Software Foundation
+description = This feature provides the WTP Server Adapter and additional development tools for the Apache Geronimo server.
+copyright = Copyright 2004,2007 The Apache Software Foundation.
 
 license =                        Apache License \n\
                            Version 2.0, January 2004 \n\

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v12.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v12.feature/feature.xml?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v12.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v12.feature/feature.xml Wed Oct 10 12:29:32 2007
@@ -20,10 +20,10 @@
       id="org.apache.geronimo.v12.feature"
       label="Geronimo v1.2 Server Adapter"
       version="${org.apache.geronimo.v12.feature_version}"
-      provider-name="Apache Software Foundation"
+      provider-name="%providerName"
       image="bigG.gif">
     
-    <description url="http://geronimo.apache.org/devtools">
+    <description url="http://geronimo.apache.org/development-tools">
       %description
     </description>
     
@@ -36,7 +36,7 @@
     </license>
     
     <url>
-        <update label="Apache Geronimo Eclipse Update Site" url="http://geronimo.apache.org/devtools/"/>
+        <update label="Apache Geronimo Eclipse Update Site" url="http://www.apache.org/dist/geronimo/eclipse/updates/"/>
     </url>
     
     <requires>

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.properties?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.properties (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.properties Wed Oct 10 12:29:32 2007
@@ -16,8 +16,9 @@
 #
 # $Rev$ $Date$
 #
-description = This feature provides the WTP Server Adapter and additional development tools for Apache Geronimo.
-copyright = Copyright 2004 The Apache Software Foundation.
+providerName = Apache Software Foundation
+description = This feature provides the WTP Server Adapter and additional development tools for the Apache Geronimo server.
+copyright = Copyright 2004,2007 The Apache Software Foundation.
 
 license =                        Apache License \n\
                            Version 2.0, January 2004 \n\

Modified: geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.xml?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/features/org.apache.geronimo.v20.feature/feature.xml Wed Oct 10 12:29:32 2007
@@ -20,10 +20,10 @@
       id="org.apache.geronimo.v20.feature"
       label="Geronimo v2.0 Server Adapter"
       version="${org.apache.geronimo.v20.feature_version}"
-      provider-name="Apache Software Foundation"
+      provider-name="%providerName"
       image="bigG.gif">
     
-    <description url="http://geronimo.apache.org/devtools">
+    <description url="http://geronimo.apache.org/development-tools">
       %description
     </description>
     
@@ -36,7 +36,7 @@
     </license>
     
     <url>
-        <update label="Apache Geronimo Eclipse Update Site" url="http://geronimo.apache.org/devtools/"/>
+        <update label="Apache Geronimo Eclipse Update Site" url="http://www.apache.org/dist/geronimo/eclipse/updates/"/>
     </url>
     
     <requires>

Modified: geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.properties?rev=583586&r1=583585&r2=583586&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.properties (original)
+++ geronimo/devtools/eclipse-plugin/trunk/plugins/org.apache.geronimo.st.v20.core/plugin.properties Wed Oct 10 12:29:32 2007
@@ -20,7 +20,7 @@
 providerName=Apache Software Foundation
 
 runtimeTypeName=Apache Geronimo v2.0
-runtimeTypeDescription=Apache Geronimo v2.0 supports JEE 5.0.
+runtimeTypeDescription=Apache Geronimo v2.0 supports Java EE 5.0.
 runtimeTypeVendor=Apache
 
 serverTypeName=Apache Geronimo v2.0 Server