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