You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ch...@apache.org on 2007/04/22 18:47:14 UTC

svn commit: r531225 - in /webservices/sandesha/trunk/java: project.properties project.xml

Author: chamikara
Date: Sun Apr 22 09:47:13 2007
New Revision: 531225

URL: http://svn.apache.org/viewvc?view=rev&rev=531225
Log:
Added the dependancy commons-fileupload.
Some changes to dependency versions.

Modified:
    webservices/sandesha/trunk/java/project.properties
    webservices/sandesha/trunk/java/project.xml

Modified: webservices/sandesha/trunk/java/project.properties
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/project.properties?view=diff&rev=531225&r1=531224&r2=531225
==============================================================================
--- webservices/sandesha/trunk/java/project.properties (original)
+++ webservices/sandesha/trunk/java/project.properties Sun Apr 22 09:47:13 2007
@@ -27,13 +27,13 @@
 sandesha2.module.version=SNAPSHOT
 
 axis2.version=SNAPSHOT
-axiom.version=SNAPSHOT
+axiom.version=1.2.3
 
 addressing.version=${axis2.version}
-rampart.version=${axis2.version}
-axis2.security.version=${axis2.version}
-axis2.rahas.version=${axis2.version}
-axis2.secpolicy.version=${axis2.version}
+rampart.version=SNAPSHOT
+axis2.security.version=SNAPSHOT
+axis2.rahas.version=SNAPSHOT
+axis2.secpolicy.version=SNAPSHOT
 
 neethi.version=SNAPSHOT
 XmlSchema.version=SNAPSHOT
@@ -60,3 +60,4 @@
 
 axis2.jar.groupid=org.apache.axis2
 axis2.mar.groupid=org.apache.axis2  
+commons.fileupload.version=1.1.1

Modified: webservices/sandesha/trunk/java/project.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/project.xml?view=diff&rev=531225&r1=531224&r2=531225
==============================================================================
--- webservices/sandesha/trunk/java/project.xml (original)
+++ webservices/sandesha/trunk/java/project.xml Sun Apr 22 09:47:13 2007
@@ -248,6 +248,14 @@
                 <module>true</module>
             </properties>
         </dependency>
+        <dependency>
+          <groupId>commons-fileupload</groupId>
+          <artifactId>commons-fileupload</artifactId>
+          <version>${commons.fileupload.version}</version>
+          <properties>
+              <module>true</module>
+          </properties>
+       </dependency>   
 </dependencies>
 
     <!-- ======= -->



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