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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to