You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/04/23 16:02:08 UTC

svn commit: r937306 - in /geronimo/server/trunk: framework/bundles/ framework/pom.xml plugins/wab/web-extender/src/main/history/dependencies.xml

Author: rickmcguire
Date: Fri Apr 23 14:02:08 2010
New Revision: 937306

URL: http://svn.apache.org/viewvc?rev=937306&view=rev
Log:
Remove bundles from the server build

Removed:
    geronimo/server/trunk/framework/bundles/
Modified:
    geronimo/server/trunk/framework/pom.xml
    geronimo/server/trunk/plugins/wab/web-extender/src/main/history/dependencies.xml

Modified: geronimo/server/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/pom.xml?rev=937306&r1=937305&r2=937306&view=diff
==============================================================================
--- geronimo/server/trunk/framework/pom.xml (original)
+++ geronimo/server/trunk/framework/pom.xml Fri Apr 23 14:02:08 2010
@@ -246,7 +246,7 @@
     <!--<scope>test</scope>-->
     <!--</dependency>-->
     <!--</dependencies>-->
-
+                                                                                           k,
     <profiles>
         <profile>
             <id>default</id>
@@ -256,7 +256,6 @@
             </activation>
 
             <modules>
-                <module>bundles</module>
                 <module>modules</module>
                 <module>buildsupport</module>
                 <module>configs</module>

Modified: geronimo/server/trunk/plugins/wab/web-extender/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/wab/web-extender/src/main/history/dependencies.xml?rev=937306&r1=937305&r2=937306&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/wab/web-extender/src/main/history/dependencies.xml (original)
+++ geronimo/server/trunk/plugins/wab/web-extender/src/main/history/dependencies.xml Fri Apr 23 14:02:08 2010
@@ -7,11 +7,6 @@
         <type>car</type>
     </module-id>
     <dependency>
-        <groupId>org.apache.aries.blueprint</groupId>
-        <artifactId>org.apache.aries.blueprint</artifactId>
-        <type>jar</type>
-    </dependency>
-    <dependency>
         <groupId>org.apache.aries.web</groupId>
         <artifactId>org.apache.aries.web.urlhandler</artifactId>
         <type>jar</type>