You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/09/23 01:47:36 UTC

svn commit: r449128 - in /webservices/axis2/trunk/java: etc/project.properties modules/webapp/project.xml

Author: dims
Date: Fri Sep 22 16:47:35 2006
New Revision: 449128

URL: http://svn.apache.org/viewvc?view=rev&rev=449128
Log:
looks like uploading services, we need the commons-io jar


Modified:
    webservices/axis2/trunk/java/etc/project.properties
    webservices/axis2/trunk/java/modules/webapp/project.xml

Modified: webservices/axis2/trunk/java/etc/project.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/etc/project.properties?view=diff&rev=449128&r1=449127&r2=449128
==============================================================================
--- webservices/axis2/trunk/java/etc/project.properties (original)
+++ webservices/axis2/trunk/java/etc/project.properties Fri Sep 22 16:47:35 2006
@@ -99,6 +99,7 @@
 bcprov.version=jdk13-133
 commons.codec.version=1.3
 commons.fileupload.version=1.1.1
+commons.io.version=1.2
 commons.httpclient.version=3.0.1
 commons.logging.version=1.1
 geronimo.spec.jms.version=1.1-rc4

Modified: webservices/axis2/trunk/java/modules/webapp/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/webapp/project.xml?view=diff&rev=449128&r1=449127&r2=449128
==============================================================================
--- webservices/axis2/trunk/java/modules/webapp/project.xml (original)
+++ webservices/axis2/trunk/java/modules/webapp/project.xml Fri Sep 22 16:47:35 2006
@@ -68,6 +68,14 @@
             </properties>
         </dependency>
         <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>${commons.io.version}</version>
+            <properties>
+                <module>true</module>
+            </properties>
+        </dependency>
+        <dependency>
             <groupId>org.apache.ws.commons</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org