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 ru...@apache.org on 2006/12/04 14:28:31 UTC

svn commit: r482171 - in /webservices/axis2/branches/java/1_1/modules/samples/security: basic/build.xml policy/build.xml

Author: ruchithf
Date: Mon Dec  4 05:28:30 2006
New Revision: 482171

URL: http://svn.apache.org/viewvc?view=rev&rev=482171
Log:
setting the correct module versions

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/security/basic/build.xml
    webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/basic/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/basic/build.xml?view=diff&rev=482171&r1=482170&r2=482171
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/basic/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/basic/build.xml Mon Dec  4 05:28:30 2006
@@ -23,8 +23,8 @@
 	<property name="keys.dir" value="../keys"/>
 	<property name="temp.client.dir" value="build/temp_client"/>
 	
-	<property name="addressing.mar" value="addressing-1.1-SNAPSHOT.mar"/>
-	<property name="rampart.mar" value="rampart-1.1-SNAPSHOT.mar"/>	
+	<property name="addressing.mar" value="addressing-1.1.mar"/>
+	<property name="rampart.mar" value="rampart-1.1.mar"/>	
 	
 	<property name="client.port" value="8080"/>
 	<property name="server.port" value="8080"/>

Modified: webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml?view=diff&rev=482171&r1=482170&r2=482171
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/security/policy/build.xml Mon Dec  4 05:28:30 2006
@@ -24,9 +24,9 @@
 	<property name="keys.dir" value="../keys"/>
 	<property name="temp.client.dir" value="build/temp_client"/>
 	
-	<property name="addressing.mar" value="addressing-1.1-SNAPSHOT.mar"/>
-	<property name="rampart.mar" value="rampart-1.1-SNAPSHOT.mar"/>
-	<property name="rahas.mar" value="rahas-1.1-SNAPSHOT.mar"/>
+	<property name="addressing.mar" value="addressing-1.1.mar"/>
+	<property name="rampart.mar" value="rampart-1.1.mar"/>
+	<property name="rahas.mar" value="rahas-1.1.mar"/>
 
 	<property name="client.port" value="8080"/>
 	<property name="server.port" value="8080"/>



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