You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2009/12/28 09:18:38 UTC

svn commit: r894135 - in /geronimo/server/trunk: framework/bundles/pom.xml plugins/pom.xml

Author: djencks
Date: Mon Dec 28 08:18:38 2009
New Revision: 894135

URL: http://svn.apache.org/viewvc?rev=894135&view=rev
Log:
disable axis1 related modules until dependencies are available

Modified:
    geronimo/server/trunk/framework/bundles/pom.xml
    geronimo/server/trunk/plugins/pom.xml

Modified: geronimo/server/trunk/framework/bundles/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/bundles/pom.xml?rev=894135&r1=894134&r2=894135&view=diff
==============================================================================
--- geronimo/server/trunk/framework/bundles/pom.xml (original)
+++ geronimo/server/trunk/framework/bundles/pom.xml Mon Dec 28 08:18:38 2009
@@ -39,7 +39,7 @@
         <module>asm-commons-3.1</module>
         <module>aspectjrt</module>
         <module>aspectjweaver</module>
-        <module>axis</module>
+        <!--<module>axis</module>-->
         <module>castor</module>
         <module>commons-digester</module>
         <module>commons-discovery</module>

Modified: geronimo/server/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/pom.xml?rev=894135&r1=894134&r2=894135&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/pom.xml (original)
+++ geronimo/server/trunk/plugins/pom.xml Mon Dec 28 08:18:38 2009
@@ -101,7 +101,7 @@
         <module>system-database</module>
         <module>activemq</module>
         <module>aspectj</module>
-        <module>axis</module>
+        <!--<module>axis</module>-->
         <module>axis2</module>
         <module>client</module>
         <module>clustering</module>