You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/06/21 17:01:20 UTC

svn commit: r670208 - in /geronimo/gshell/trunk: gshell-application/ gshell-application/pom.xml gshell-application/src/ gshell-commands/gshell-builtins/pom.xml gshell-plugin/ gshell-rapture/pom.xml gshell-wisdom/pom.xml pom.xml

Author: jdillon
Date: Sat Jun 21 08:01:20 2008
New Revision: 670208

URL: http://svn.apache.org/viewvc?rev=670208&view=rev
Log:
Rename gshell-plugin into gshell-application

Added:
    geronimo/gshell/trunk/gshell-application/
      - copied from r670206, geronimo/gshell/trunk/gshell-plugin/
    geronimo/gshell/trunk/gshell-application/pom.xml
      - copied, changed from r670207, geronimo/gshell/trunk/gshell-plugin/pom.xml
    geronimo/gshell/trunk/gshell-application/src/
      - copied from r670207, geronimo/gshell/trunk/gshell-plugin/src/
Removed:
    geronimo/gshell/trunk/gshell-plugin/
Modified:
    geronimo/gshell/trunk/gshell-commands/gshell-builtins/pom.xml
    geronimo/gshell/trunk/gshell-rapture/pom.xml
    geronimo/gshell/trunk/gshell-wisdom/pom.xml
    geronimo/gshell/trunk/pom.xml

Copied: geronimo/gshell/trunk/gshell-application/pom.xml (from r670207, geronimo/gshell/trunk/gshell-plugin/pom.xml)
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-application/pom.xml?p2=geronimo/gshell/trunk/gshell-application/pom.xml&p1=geronimo/gshell/trunk/gshell-plugin/pom.xml&r1=670207&r2=670208&rev=670208&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-plugin/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-application/pom.xml Sat Jun 21 08:01:20 2008
@@ -30,11 +30,11 @@
         <version>1.0-alpha-2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>gshell-plugin</artifactId>
-    <name>GShell Plugin</name>
+    <artifactId>gshell-application</artifactId>
+    <name>GShell Application</name>
 
     <description>
-        Provides the GShell plugin mechanism.
+        Provides the GShell application framework.
     </description>
 
     <dependencies>

Modified: geronimo/gshell/trunk/gshell-commands/gshell-builtins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-builtins/pom.xml?rev=670208&r1=670207&r2=670208&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-builtins/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-builtins/pom.xml Sat Jun 21 08:01:20 2008
@@ -45,7 +45,7 @@
         
         <dependency>
             <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-plugin</artifactId>
+            <artifactId>gshell-application</artifactId>
         </dependency>
 
         <dependency>

Modified: geronimo/gshell/trunk/gshell-rapture/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-rapture/pom.xml?rev=670208&r1=670207&r2=670208&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-rapture/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-rapture/pom.xml Sat Jun 21 08:01:20 2008
@@ -75,7 +75,7 @@
         
         <dependency>
             <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-plugin</artifactId>
+            <artifactId>gshell-application</artifactId>
         </dependency>
 
         <dependency>

Modified: geronimo/gshell/trunk/gshell-wisdom/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-wisdom/pom.xml?rev=670208&r1=670207&r2=670208&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-wisdom/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-wisdom/pom.xml Sat Jun 21 08:01:20 2008
@@ -65,7 +65,7 @@
         
         <dependency>
             <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-plugin</artifactId>
+            <artifactId>gshell-application</artifactId>
         </dependency>
 
         <dependency>

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=670208&r1=670207&r2=670208&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Sat Jun 21 08:01:20 2008
@@ -376,7 +376,7 @@
 
             <dependency>
                 <groupId>org.apache.geronimo.gshell</groupId>
-                <artifactId>gshell-plugin</artifactId>
+                <artifactId>gshell-application</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>
             </dependency>
 
@@ -492,7 +492,7 @@
         <module>gshell-support</module>
         <module>gshell-bootstrap</module>
         <module>gshell-model</module>
-        <module>gshell-plugin</module>
+        <module>gshell-application</module>
         <module>gshell-parser</module>
         <module>gshell-layout</module>
         <module>gshell-rapture</module>