Author: mlovett
Date: Thu Jan 11 07:19:49 2007
New Revision: 495252

URL: http://svn.apache.org/viewvc?view=rev&rev=495252
Log:
Fix up build dependencies

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

Modified: webservices/sandesha/trunk/java/maven.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/maven.xml?view=diff&rev=495252&r1=495251&r2=495252
==============================================================================
--- webservices/sandesha/trunk/java/maven.xml (original)
+++ webservices/sandesha/trunk/java/maven.xml Thu Jan 11 07:19:49 2007
@@ -33,7 +33,6 @@
     <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" />
@@ -215,7 +214,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/trunk/java/project.properties
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/project.properties?view=diff&rev=495252&r1=495251&r2=495252
==============================================================================
--- webservices/sandesha/trunk/java/project.properties (original)
+++ webservices/sandesha/trunk/java/project.properties Thu Jan 11 07:19:49 2007
@@ -1,4 +1,4 @@
- # 
-----------------------------------------------------------------------------
+# -----------------------------------------------------------------------------
 # Default properties for the Maven build. You can override these properties
 # either by defining a build.properties file with the overriden properties
 # or by passing them on the command line as system parameters (-D).
@@ -31,8 +31,7 @@
 
 addressing.version=${axis2.version}
 rampart.version=${axis2.version}
-rahas.version=${axis2.version}
-axis2.security.version=${axis2.version}
+axis2.security.version=${axis2.version}
 axis2.rahas.version=${axis2.version}
 axis2.secpolicy.version=${axis2.version}
 

Modified: webservices/sandesha/trunk/java/project.xml
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/project.xml?view=diff&rev=495252&r1=495251&r2=495252
==============================================================================
--- webservices/sandesha/trunk/java/project.xml (original)
+++ webservices/sandesha/trunk/java/project.xml Thu Jan 11 07:19:49 2007
@@ -125,12 +125,6 @@
             <type>mar</type>
         </dependency>
         <dependency>
-            <groupId>${axis2.mar.groupid}</groupId>
-            <artifactId>rahas</artifactId>
-            <version>${rahas.version}</version>
-            <type>mar</type>
-        </dependency>
-        <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
             <version>${commons.logging.version}</version>
@@ -171,7 +165,7 @@
             <version>${wsdl4j.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons.neethi</groupId>
+            <groupId>org.apache.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
         </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to