You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/03/30 06:49:11 UTC

svn commit: r523936 - /webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/build.xml

Author: sandakith
Date: Thu Mar 29 21:49:10 2007
New Revision: 523936

URL: http://svn.apache.org/viewvc?view=rev&rev=523936
Log:
fix the ant build of the plugins, since the geronimo activation jar not available after maven create lib goal

Modified:
    webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/build.xml

Modified: webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/build.xml?view=diff&rev=523936&r1=523935&r2=523936
==============================================================================
--- webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/build.xml (original)
+++ webservices/axis2/branches/java/1_2/modules/tool/axis2-eclipse-codegen-plugin/build.xml Thu Mar 29 21:49:10 2007
@@ -51,7 +51,7 @@
 
      <!--Codegen wizard libraries -->
      <fileset id="codegen.libs" dir="${axis2.lib.dir}">
- 		<include name="geronimo-activation_1.1_spec-${activation.version}.jar" />
+ 		<include name="activation-${activation.version}.jar" />
  		<include name="annogen-${annogen.version}.jar" />
 		<include name="ant-${ant.version}.jar" />
 		<include name="axiom-api-${axiom.version}.jar" />



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