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/10/27 06:56:37 UTC

svn commit: r468272 - /webservices/axis2/branches/java/1_1/maven.xml

Author: ruchithf
Date: Thu Oct 26 21:56:36 2006
New Revision: 468272

URL: http://svn.apache.org/viewvc?view=rev&rev=468272
Log:
Makesure we copy the secpolicy jar from the correct location

Modified:
    webservices/axis2/branches/java/1_1/maven.xml

Modified: webservices/axis2/branches/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/maven.xml?view=diff&rev=468272&r1=468271&r2=468272
==============================================================================
--- webservices/axis2/branches/java/1_1/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/maven.xml Thu Oct 26 21:56:36 2006
@@ -1134,7 +1134,7 @@
         <ant:copy toDir="${libdir}">
             <ant:fileset file="modules/security/target/axis2-security-${pom.currentVersion}.jar"/>
             <ant:fileset file="modules/rahas/target/axis2-rahas-${pom.currentVersion}.jar"/>
-            <ant:fileset file="modules/rahas/target/axis2-secpolicy-${pom.currentVersion}.jar"/>
+            <ant:fileset file="modules/secpolicy/target/axis2-secpolicy-${pom.currentVersion}.jar"/>
         		<ant:fileset file="${maven.repo.local}/wss4j/jars/wss4j-${wss4j.version}.jar"/>
      		<ant:fileset file="${maven.repo.local}/xml-security/jars/xmlsec-${xmlsec.version}.jar"/>
      		<ant:fileset file="${maven.repo.local}/opensaml/jars/opensaml-${opensaml.version}.jar"/>



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