You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2009/07/03 23:05:35 UTC

svn commit: r791014 - in /felix/trunk/gogo: ./ commands/ commands/src/ console/ console/src/ gogo.commands/ gogo.console/ gogo.launcher/ gogo.runtime/ launcher/ launcher/src/ runtime/ runtime/src/

Author: rickhall
Date: Fri Jul  3 21:05:34 2009
New Revision: 791014

URL: http://svn.apache.org/viewvc?rev=791014&view=rev
Log:
Renamed modules to remove redundancy in directory names.

Added:
    felix/trunk/gogo/commands/
      - copied from r790993, felix/trunk/gogo/gogo.commands/
    felix/trunk/gogo/commands/pom.xml
      - copied unchanged from r791013, felix/trunk/gogo/gogo.commands/pom.xml
    felix/trunk/gogo/commands/src/
      - copied from r791013, felix/trunk/gogo/gogo.commands/src/
    felix/trunk/gogo/console/
      - copied from r790993, felix/trunk/gogo/gogo.console/
    felix/trunk/gogo/console/pom.xml
      - copied unchanged from r791013, felix/trunk/gogo/gogo.console/pom.xml
    felix/trunk/gogo/console/src/
      - copied from r791013, felix/trunk/gogo/gogo.console/src/
    felix/trunk/gogo/launcher/
      - copied from r790993, felix/trunk/gogo/gogo.launcher/
    felix/trunk/gogo/launcher/pom.xml
      - copied unchanged from r791013, felix/trunk/gogo/gogo.launcher/pom.xml
    felix/trunk/gogo/launcher/src/
      - copied from r791013, felix/trunk/gogo/gogo.launcher/src/
    felix/trunk/gogo/runtime/
      - copied from r790993, felix/trunk/gogo/gogo.runtime/
    felix/trunk/gogo/runtime/pom.xml
      - copied unchanged from r791013, felix/trunk/gogo/gogo.runtime/pom.xml
    felix/trunk/gogo/runtime/src/
      - copied from r791013, felix/trunk/gogo/gogo.runtime/src/
Removed:
    felix/trunk/gogo/gogo.commands/
    felix/trunk/gogo/gogo.console/
    felix/trunk/gogo/gogo.launcher/
    felix/trunk/gogo/gogo.runtime/
Modified:
    felix/trunk/gogo/pom.xml

Modified: felix/trunk/gogo/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/pom.xml?rev=791014&r1=791013&r2=791014&view=diff
==============================================================================
--- felix/trunk/gogo/pom.xml (original)
+++ felix/trunk/gogo/pom.xml Fri Jul  3 21:05:34 2009
@@ -33,10 +33,10 @@
     <version>1.0.0-SNAPSHOT</version>
 
     <modules>
-        <module>gogo.runtime</module>
-        <module>gogo.launcher</module>
-        <module>gogo.console</module>
-        <module>gogo.commands</module>
+        <module>runtime</module>
+        <module>launcher</module>
+        <module>console</module>
+        <module>commands</module>
     </modules>
 
     <dependencyManagement>