You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ch...@apache.org on 2006/11/27 23:38:28 UTC

svn commit: r479792 - in /webservices/sandesha/branches/sandesha2/java/1_1: maven.xml project.properties project.xml

Author: chamikara
Date: Mon Nov 27 14:38:27 2006
New Revision: 479792

URL: http://svn.apache.org/viewvc?view=rev&rev=479792
Log:
Removed the dependency on rahas,rampart mars.
Removed some SNAPSHOT dependencies

Modified:
    webservices/sandesha/branches/sandesha2/java/1_1/maven.xml
    webservices/sandesha/branches/sandesha2/java/1_1/project.properties
    webservices/sandesha/branches/sandesha2/java/1_1/project.xml

Modified: webservices/sandesha/branches/sandesha2/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_1/maven.xml?view=diff&rev=479792&r1=479791&r2=479792
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/maven.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/maven.xml Mon Nov 27 14:38:27 2006
@@ -32,8 +32,6 @@
     <ant:property name="repo.addressing.mar.full.name" value="${repo.addressing.mar.name}-${addressing.version}.mar" />
     <ant:property name="repo.addressing.mar.path" value="${maven.repo.local}/${axis2.mar.groupId}/mars" />
     <ant:property name="repo.addressing.mar" value="${repo.addressing.mar.path}/${repo.addressing.mar.full.name}" />
-    <ant:property name="repo.rampart.mar" value="${maven.repo.local}/${axis2.mar.groupId}/mars/rampart-${rampart.version}.mar" />
-	<ant:property name="repo.rahas.mar" value="${maven.repo.local}/${axis2.mar.groupId}/mars/rahas-${rahas.version}.mar" />
 	
 	
     <goal name="build:all" prereqs="mar,jar,client:jar,policy:jar,sample:create,repo:create,test:test" />
@@ -161,8 +159,7 @@
 		<ant:copy file="${maven.build.dir}/${mar.name}" todir="${client.dist.path}/modules" />
 		
 		<!-- Copying addressing mar file--> 
-		<ant:copy file="${repo.addressing.mar}" toDir="${client.dist.path}/modules/" />    
-		<ant:copy file="${repo.rampart.mar}" toDir="${client.dist.path}/modules/" />
+		<ant:copy file="${repo.addressing.mar}" toDir="${client.dist.path}/modules/" />   
 	</goal>
 
 	<goal name="secure:create" prereqs="server:create,client:create">
@@ -214,8 +211,6 @@
         
         <!-- Copying addressing mar file-->
         <ant:copy file="${repo.addressing.mar}" toDir="${server.dist.path}/modules/" />
-		<ant:copy file="${repo.rampart.mar}" toDir="${server.dist.path}/modules/" />
-		<ant:copy file="${repo.rahas.mar}" toDir="${server.dist.path}/modules/" />
 	</goal>
 	
     <goal name="sample:compile">

Modified: webservices/sandesha/branches/sandesha2/java/1_1/project.properties
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_1/project.properties?view=diff&rev=479792&r1=479791&r2=479792
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/project.properties (original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/project.properties Mon Nov 27 14:38:27 2006
@@ -29,11 +29,10 @@
 axis2.version=1.1
 axiom.version=1.2
 addressing.version=${axis2.version}
-rampart.version=1.1-SNAPSHOT
-rahas.version=1.1-SNAPSHOT
-axis2.security.version=1.1-SNAPSHOT
-axis2.rahas.version=1.1-SNAPSHOT
-axis2.secpolicy.version=1.1-SNAPSHOT
+rampart.version=1.1
+axis2.security.version=1.1
+axis2.rahas.version=1.1
+axis2.secpolicy.version=1.1
 neethi.version=2.0
 XmlSchema.version=1.2
 wss4j.version=SNAPSHOT

Modified: webservices/sandesha/branches/sandesha2/java/1_1/project.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_1/project.xml?view=diff&rev=479792&r1=479791&r2=479792
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/project.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/project.xml Mon Nov 27 14:38:27 2006
@@ -116,12 +116,6 @@
             <type>mar</type>
         </dependency>
         <dependency>
-            <groupId>${axis2.mar.groupId}</groupId>
-            <artifactId>rampart</artifactId>
-            <version>${rampart.version}</version>
-            <type>mar</type>
-        </dependency>
-        <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
             <version>${commons.logging.version}</version>



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