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 2006/10/18 06:41:11 UTC

svn commit: r465140 - in /geronimo/gbuild/trunk: gbuild-agent-web/ pom.xml

Author: jdillon
Date: Tue Oct 17 21:41:10 2006
New Revision: 465140

URL: http://svn.apache.org/viewvc?view=rev&rev=465140
Log:
Drop gbuild-agent-web, will replace with a different war module when time permits

Removed:
    geronimo/gbuild/trunk/gbuild-agent-web/
Modified:
    geronimo/gbuild/trunk/pom.xml

Modified: geronimo/gbuild/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gbuild/trunk/pom.xml?view=diff&rev=465140&r1=465139&r2=465140
==============================================================================
--- geronimo/gbuild/trunk/pom.xml (original)
+++ geronimo/gbuild/trunk/pom.xml Tue Oct 17 21:41:10 2006
@@ -94,14 +94,6 @@
     
     <dependencyManagement>
         <dependencies>
-            <!--
-            <dependency>
-                <groupId>concurrent</groupId>
-                <artifactId>concurrent</artifactId>
-                <version>1.3.4</version>
-            </dependency>
-            -->
-            
             <dependency>
                 <groupId>org.apache.maven.continuum</groupId>
                 <artifactId>continuum-api</artifactId>
@@ -142,23 +134,6 @@
                         <artifactId>plexus-jdo2</artifactId>
                     </exclusion>
                 </exclusions>
-
-                <!--
-                <exclusions>
-                    <exclusion>
-                        <groupId>javax.transaction</groupId>
-                        <artifactId>jta</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>javax.resource</groupId>
-                        <artifactId>connector</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.codehaus.plexus</groupId>
-                        <artifactId>plexus-jdo2</artifactId>
-                    </exclusion>
-                </exclusions>
-                -->
             </dependency>
             
             <dependency>
@@ -167,20 +142,6 @@
                 <version>1.0.3</version>
             </dependency>
 
-            <!--
-            <dependency>
-                <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-command-line</artifactId>
-                <version>1.0-alpha-2</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.apache.maven.scm</groupId>
-                <artifactId>maven-scm-provider-cvs</artifactId>
-                <version>1.0-beta-2</version>
-            </dependency>
-            -->
-
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activeio-core</artifactId>
@@ -205,20 +166,6 @@
                 <version>1.0.1</version>
             </dependency>
             
-            <!--
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
-                <version>1.0</version>
-            </dependency>
-            
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-servlet_2.4_spec</artifactId>
-                <version>1.0</version>
-            </dependency>
-            -->
-
             <dependency>
                 <groupId>org.codehaus.swizzle</groupId>
                 <artifactId>swizzle-stream</artifactId>
@@ -357,10 +304,6 @@
             
             <modules>
                 <module>gbuild-agent</module>
-                <!--
-                NOTE: This module is not very functional... so disable it for now
-                <module>gbuild-agent-web</module>
-                -->
                 <module>gbuild-extensions</module>
                 <!--
                 NOTE: Most of this module has been relocated to the j2eetck-maven-plugin