You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by rr...@apache.org on 2010/04/26 22:03:12 UTC

svn commit: r938216 - in /ode/branches/APACHE_ODE_1.X: Rakefile axis2-war/src/main/assembly/bin.xml

Author: rr
Date: Mon Apr 26 20:03:12 2010
New Revision: 938216

URL: http://svn.apache.org/viewvc?rev=938216&view=rev
Log:
Deps fix for ode-axis2-war

Modified:
    ode/branches/APACHE_ODE_1.X/Rakefile
    ode/branches/APACHE_ODE_1.X/axis2-war/src/main/assembly/bin.xml

Modified: ode/branches/APACHE_ODE_1.X/Rakefile
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/Rakefile?rev=938216&r1=938215&r2=938216&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.X/Rakefile Mon Apr 26 20:03:12 2010
@@ -76,7 +76,7 @@ define "ode" do
       COMMONS.lang, COMMONS.logging, COMMONS.pool, DERBY, DERBY_TOOLS, JAXEN, JAVAX.activation, JAVAX.ejb, JAVAX.javamail,
       JAVAX.connector, JAVAX.jms, JAVAX.persistence, JAVAX.transaction, JAVAX.stream,  JIBX,
       GERONIMO.connector, GERONIMO.kernel, GERONIMO.transaction, LOG4J, OPENJPA, SAXON, TRANQL,
-      WOODSTOX, WSDL4J, WS_COMMONS, XALAN, XERCES, XMLBEANS,
+      WOODSTOX, WSDL4J, WS_COMMONS, XALAN, XERCES, XMLBEANS, SPRING,
       AXIS2_MODULES.libs
 
     package(:war).with(:libs=>libs).path("WEB-INF").tap do |web_inf|

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/main/assembly/bin.xml?rev=938216&r1=938215&r2=938216&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/main/assembly/bin.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/main/assembly/bin.xml Mon Apr 26 20:03:12 2010
@@ -111,6 +111,7 @@
 	<include>commons-lang:commons-lang</include> 
 	<include>commons-pool:commons-pool</include>
 	<include>commons-io:commons-io</include>
+	<include>commons-beanutils:commons-beanutils</include>
 	<include>commons-httpclient:commons-httpclient</include>
 	<include>commons-logging:commons-logging</include> 
 	<include>commons-fileupload:commons-fileupload</include>
@@ -167,6 +168,7 @@
 	<include>xml-apis:xml-apis</include>
 	<include>javax.mail:mail</include>
 	<include>axion:axion</include>    
+	<include>org.springframework:spring</include>    
    </includes>
     </dependencySet>