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 18:24:58 UTC

svn commit: r670220 - in /geronimo/gshell/trunk/gshell-rapture: ./ gshell-rapture-bootstrap/ gshell-rapture-bootstrap/src/ gshell-rapture-bootstrap/src/main/ gshell-rapture-bootstrap/src/main/java/ gshell-rapture-bootstrap/src/main/java/org/ gshell-rap...

Author: jdillon
Date: Sat Jun 21 09:24:57 2008
New Revision: 670220

URL: http://svn.apache.org/viewvc?rev=670220&view=rev
Log:
Make gshell-rapture a collection of modules, we need to split this stuff up to make plexus happy... pffffff

Added:
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/pom.xml   (with props)
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/main/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/main/java/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/main/java/org/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/main/java/org/apache/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/main/java/org/apache/geronimo/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/main/java/org/apache/geronimo/gshell/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/main/java/org/apache/geronimo/gshell/rapture/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/java/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/java/org/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/java/org/apache/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/java/org/apache/geronimo/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/java/org/apache/geronimo/gshell/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/java/org/apache/geronimo/gshell/rapture/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/resources/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/resources/org/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/resources/org/apache/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/resources/org/apache/geronimo/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/resources/org/apache/geronimo/gshell/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/src/test/resources/org/apache/geronimo/gshell/rapture/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/pom.xml   (with props)
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/src/
      - copied from r670208, geronimo/gshell/trunk/gshell-rapture/src/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/src/main/
      - copied from r670219, geronimo/gshell/trunk/gshell-rapture/src/main/
    geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/src/test/
      - copied from r670219, geronimo/gshell/trunk/gshell-rapture/src/test/
Removed:
    geronimo/gshell/trunk/gshell-rapture/src/
Modified:
    geronimo/gshell/trunk/gshell-rapture/pom.xml

Added: geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/pom.xml?rev=670220&view=auto
==============================================================================
--- geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/pom.xml (added)
+++ geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/pom.xml Sat Jun 21 09:24:57 2008
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+     http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.gshell.rapture</groupId>
+        <artifactId>gshell-rapture</artifactId>
+        <version>1.0-alpha-2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>gshell-rapture-bootstrap</artifactId>
+    <name>GShell Rapture :: Bootstrap</name>
+
+    <description>
+        Provides the glue for using GShell with Plexus.
+    </description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-clp</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-plexus</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-artifact</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-console</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-chronos</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell</groupId>
+            <artifactId>gshell-api</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.gshell</groupId>
+            <artifactId>gshell-parser</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.gshell</groupId>
+            <artifactId>gshell-application</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell</groupId>
+            <artifactId>gshell-layout</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-interpolation</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>commons-jexl</groupId>
+            <artifactId>commons-jexl</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>jcl104-over-slf4j</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+</project>

Propchange: geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gshell/trunk/gshell-rapture/gshell-rapture-bootstrap/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/pom.xml?rev=670220&view=auto
==============================================================================
--- geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/pom.xml (added)
+++ geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/pom.xml Sat Jun 21 09:24:57 2008
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+     http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.gshell.rapture</groupId>
+        <artifactId>gshell-rapture</artifactId>
+        <version>1.0-alpha-2-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>gshell-rapture-core</artifactId>
+    <name>GShell Rapture :: Core</name>
+
+    <description>
+        Provides the glue for using GShell with Plexus.
+    </description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-clp</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-plexus</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-artifact</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-console</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell.support</groupId>
+            <artifactId>gshell-chronos</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell</groupId>
+            <artifactId>gshell-api</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.gshell</groupId>
+            <artifactId>gshell-parser</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.gshell</groupId>
+            <artifactId>gshell-application</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.gshell</groupId>
+            <artifactId>gshell-layout</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-interpolation</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>commons-jexl</groupId>
+            <artifactId>commons-jexl</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>jcl104-over-slf4j</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+</project>

Propchange: geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/gshell/trunk/gshell-rapture/gshell-rapture-core/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: geronimo/gshell/trunk/gshell-rapture/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-rapture/pom.xml?rev=670220&r1=670219&r2=670220&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-rapture/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-rapture/pom.xml Sat Jun 21 09:24:57 2008
@@ -30,74 +30,18 @@
         <version>1.0-alpha-2-SNAPSHOT</version>
     </parent>
 
+	<groupId>org.apache.geronimo.gshell.rapture</groupId>
     <artifactId>gshell-rapture</artifactId>
     <name>GShell Rapture</name>
+	<packaging>pom</packaging>
 
     <description>
         Provides the glue for using GShell with Plexus.
     </description>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.gshell.support</groupId>
-            <artifactId>gshell-clp</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.gshell.support</groupId>
-            <artifactId>gshell-plexus</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.gshell.support</groupId>
-            <artifactId>gshell-artifact</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.gshell.support</groupId>
-            <artifactId>gshell-console</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.gshell.support</groupId>
-            <artifactId>gshell-chronos</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-api</artifactId>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-parser</artifactId>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-application</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.gshell</groupId>
-            <artifactId>gshell-layout</artifactId>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.codehaus.plexus</groupId>
-            <artifactId>plexus-interpolation</artifactId>
-        </dependency>
-        
-        <dependency>
-            <groupId>commons-jexl</groupId>
-            <artifactId>commons-jexl</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>jcl104-over-slf4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
+	<modules>
+		<module>gshell-rapture-bootstrap</module>
+		<module>gshell-rapture-core</module>
+	</modules>
 
 </project>