You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by th...@apache.org on 2006/10/07 08:18:29 UTC

svn commit: r453852 - /webservices/commons/trunk/modules/axiom/maven.xml

Author: thilina
Date: Fri Oct  6 23:18:28 2006
New Revision: 453852

URL: http://svn.apache.org/viewvc?view=rev&rev=453852
Log:
fixing the build to drop the jars to correct maven 1.x repo folder

Modified:
    webservices/commons/trunk/modules/axiom/maven.xml

Modified: webservices/commons/trunk/modules/axiom/maven.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/maven.xml?view=diff&rev=453852&r1=453851&r2=453852
==============================================================================
--- webservices/commons/trunk/modules/axiom/maven.xml (original)
+++ webservices/commons/trunk/modules/axiom/maven.xml Fri Oct  6 23:18:28 2006
@@ -73,7 +73,7 @@
                 <ant:include name="NOTICE.txt"/>
             </ant:fileset>
         </jar>
-        <ant:copy toDir="${maven.repo.local}/ws-commons/jars">
+        <ant:copy toDir="${maven.repo.local}/org.apache.ws.commons.axiom/jars">
             <ant:fileset file="target/axiom-api-${axiom.version}.jar"/>
             <ant:fileset file="target/axiom-impl-${axiom.version}.jar"/>
             <ant:fileset file="target/axiom-dom-${axiom.version}.jar"/>



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