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 aj...@apache.org on 2006/07/09 15:29:28 UTC

svn commit: r420294 - /webservices/axis2/trunk/java/maven.xml

Author: ajith
Date: Sun Jul  9 06:29:28 2006
New Revision: 420294

URL: http://svn.apache.org/viewvc?rev=420294&view=rev
Log:
1.Fixed a mistake in the build script. The nightlies might not had the adb-codegen-xxxx.jar in the right place due to this error.

Modified:
    webservices/axis2/trunk/java/maven.xml

Modified: webservices/axis2/trunk/java/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/maven.xml?rev=420294&r1=420293&r2=420294&view=diff
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Sun Jul  9 06:29:28 2006
@@ -581,7 +581,7 @@
         </ant:copy>
 
  <!-- Copy the adb  codegen jar -->
-        <ant:copy toDir="target/temp/war/lib">
+        <ant:copy toDir="target/temp/min/bin/lib">
             <ant:fileset file="modules/adb-codegen/target/axis2-adb-codegen-${pom.currentVersion}.jar"/>
         </ant:copy>
         



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