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 aj...@apache.org on 2006/05/04 21:00:57 UTC

svn commit: r399823 - /webservices/axis2/trunk/java/modules/tool/conf/service/plugin.xml

Author: ajith
Date: Thu May  4 12:00:57 2006
New Revision: 399823

URL: http://svn.apache.org/viewcvs?rev=399823&view=rev
Log:
changing the plugin.xml to suit the new lib changes

Modified:
    webservices/axis2/trunk/java/modules/tool/conf/service/plugin.xml

Modified: webservices/axis2/trunk/java/modules/tool/conf/service/plugin.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/conf/service/plugin.xml?rev=399823&r1=399822&r2=399823&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/conf/service/plugin.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/conf/service/plugin.xml Thu May  4 12:00:57 2006
@@ -11,7 +11,13 @@
       <library name="Axis_Service_Archiver.jar">
          <export name="*"/>
       </library>
-      <library name="lib/axis2-0.94.jar">
+      <library name="lib/axis2-codegen-1.0.jar">
+         <export name="*"/>
+      </library>
+      <library name="lib/commons-logging-1.0.4.jar">
+         <export name="*"/>
+      </library>
+      <library name="lib/log4j-1.2.13.jar">
          <export name="*"/>
       </library>
    </runtime>