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/05/30 15:04:07 UTC

svn commit: r661701 - in /geronimo/gshell/trunk: gshell-api/ gshell-api/gshell-command-annotation/ gshell-api/gshell-command-annotation/src/ gshell-api/gshell-command/ gshell-api/gshell-shell/ gshell-api/gshell-shell/src/ gshell-command-api/

Author: jdillon
Date: Fri May 30 06:04:06 2008
New Revision: 661701

URL: http://svn.apache.org/viewvc?rev=661701&view=rev
Log:
Move the API around

Added:
    geronimo/gshell/trunk/gshell-api/
    geronimo/gshell/trunk/gshell-api/gshell-command/
      - copied from r661682, geronimo/gshell/trunk/gshell-command-api/
    geronimo/gshell/trunk/gshell-api/gshell-command-annotation/
      - copied from r661682, geronimo/gshell/trunk/gshell-command-api/
    geronimo/gshell/trunk/gshell-api/gshell-shell/
      - copied from r661682, geronimo/gshell/trunk/gshell-command-api/
Removed:
    geronimo/gshell/trunk/gshell-api/gshell-command-annotation/pom.xml
    geronimo/gshell/trunk/gshell-api/gshell-command-annotation/src/
    geronimo/gshell/trunk/gshell-api/gshell-shell/pom.xml
    geronimo/gshell/trunk/gshell-api/gshell-shell/src/
    geronimo/gshell/trunk/gshell-command-api/
Modified:
    geronimo/gshell/trunk/gshell-api/gshell-command/pom.xml

Modified: geronimo/gshell/trunk/gshell-api/gshell-command/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-api/gshell-command/pom.xml?rev=661701&r1=661682&r2=661701&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-api/gshell-command/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-api/gshell-command/pom.xml Fri May 30 06:04:06 2008
@@ -25,13 +25,13 @@
     <modelVersion>4.0.0</modelVersion>
     
     <parent>
-        <groupId>org.apache.geronimo.gshell</groupId>
-        <artifactId>gshell</artifactId>
+        <groupId>org.apache.geronimo.gshell.api</groupId>
+        <artifactId>gshell-api</artifactId>
         <version>1.0-alpha-2-SNAPSHOT</version>
     </parent>
     
-    <artifactId>gshell-command-api</artifactId>
-    <name>GShell Command API</name>
+    <artifactId>gshell-command</artifactId>
+    <name>GShell API :: Command</name>
 
     <description>
         Profides the basic interface for GShell commands.