Author: chamikara
Date: Thu Jan 26 03:51:36 2006
New Revision: 372513
URL: http://svn.apache.org/viewcvs?rev=372513&view=rev
Log:
changed the project.xml to take axis2.xml from project.properties
Modified:
webservices/sandesha/trunk/project.properties
webservices/sandesha/trunk/project.xml
Modified: webservices/sandesha/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.properties?rev=372513&r1=372512&r2=372513&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.properties (original)
+++ webservices/sandesha/trunk/project.properties Thu Jan 26 03:51:36 2006
@@ -9,7 +9,8 @@
# comma-spearated list of remote JAR repository URLs
maven.repo.remote=http://www.ibiblio.org/maven/,\
http://svn.apache.org/repository/,\
- http://dist.codehaus.org
+ http://dist.codehaus.org/,\
+ http://www.apache.org/dist/java-repository/
# XDOC PLUGIN
###############
@@ -18,4 +19,5 @@
maven.xdoc.version = ${pom.currentVersion}
maven.html2xdoc.enabled=false
-maven.html2xdoc.dir=./xdocs
\ No newline at end of file
+maven.html2xdoc.dir=./xdocs
+axis2.version=0.95-SNAPSHOT
\ No newline at end of file
Modified: webservices/sandesha/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.xml?rev=372513&r1=372512&r2=372513&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.xml (original)
+++ webservices/sandesha/trunk/project.xml Thu Jan 26 03:51:36 2006
@@ -103,12 +103,12 @@
<dependency>
<groupId>axis2</groupId>
<artifactId>axis2</artifactId>
- <version>0.95-SNAPSHOT</version>
+ <version>${axis2.version}</version>
</dependency>
<dependency>
<groupId>axis2</groupId>
<artifactId>axis2-addressing</artifactId>
- <version>0.95-SNAPSHOT</version>
+ <version>${axis2.version}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]