You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by aj...@apache.org on 2005/06/07 17:12:16 UTC

svn commit: r188793 - /webservices/axis/trunk/java/modules/core/project.xml

Author: ajith
Date: Tue Jun  7 08:12:14 2005
New Revision: 188793

URL: http://svn.apache.org/viewcvs?rev=188793&view=rev
Log:
addding the commons fileupload dependancy. this may need to be changed since the webapp really does not belong in the core !

Modified:
    webservices/axis/trunk/java/modules/core/project.xml

Modified: webservices/axis/trunk/java/modules/core/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/project.xml?rev=188793&r1=188792&r2=188793&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/project.xml (original)
+++ webservices/axis/trunk/java/modules/core/project.xml Tue Jun  7 08:12:14 2005
@@ -98,6 +98,14 @@
                <module>true</module>
            </properties>
        </dependency>
+	<dependency>
+           <groupId>commons-fileupload</groupId>
+           <artifactId>commons-fileupload</artifactId>
+           <version>1.0</version>
+           <properties>
+               <module>true</module>
+           </properties>
+       </dependency>
 	 <dependency>
             <groupId>geronimo-spec</groupId>
             <artifactId>geronimo-spec-javamail</artifactId>