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/01/10 12:55:15 UTC

svn commit: r367573 - in /webservices/axis2/trunk/java: modules/tool/conf/codegen/ modules/tool/conf/codegen/icons/ xdocs/0_94/images/tools/wsdl/

Author: ajith
Date: Tue Jan 10 03:54:55 2006
New Revision: 367573

URL: http://svn.apache.org/viewcvs?rev=367573&view=rev
Log:
Updated the Eclipse pluging configurations and the documentation

Modified:
    webservices/axis2/trunk/java/modules/tool/conf/codegen/.classpath
    webservices/axis2/trunk/java/modules/tool/conf/codegen/icons/asf-feather.gif
    webservices/axis2/trunk/java/modules/tool/conf/codegen/icons/icon.gif
    webservices/axis2/trunk/java/modules/tool/conf/codegen/plugin.xml
    webservices/axis2/trunk/java/xdocs/0_94/images/tools/wsdl/OptionsPage.jpg

Modified: webservices/axis2/trunk/java/modules/tool/conf/codegen/.classpath
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/conf/codegen/.classpath?rev=367573&r1=367572&r2=367573&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/conf/codegen/.classpath (original)
+++ webservices/axis2/trunk/java/modules/tool/conf/codegen/.classpath Tue Jan 10 03:54:55 2006
@@ -1,5 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="lib" path="lib/axis-wsdl4j-1.2.jar"/>
+	<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
+	<classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/>
+	<classpathentry kind="lib" path="lib/stax-1.1.1-dev.jar"/>
+	<classpathentry kind="lib" path="lib/stax-api-1.0.jar"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="lib/xbean.jar"/>
+	<classpathentry kind="lib" path="lib/axis2-0.94.jar"/>
+	<classpathentry kind="lib" path="C:/Documents and Settings/Ajith/.maven/repository/ant/jars/ant-1.6.5.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: webservices/axis2/trunk/java/modules/tool/conf/codegen/icons/asf-feather.gif
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/conf/codegen/icons/asf-feather.gif?rev=367573&r1=367572&r2=367573&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/axis2/trunk/java/modules/tool/conf/codegen/icons/icon.gif
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/conf/codegen/icons/icon.gif?rev=367573&r1=367572&r2=367573&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/axis2/trunk/java/modules/tool/conf/codegen/plugin.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/conf/codegen/plugin.xml?rev=367573&r1=367572&r2=367573&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/conf/codegen/plugin.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/conf/codegen/plugin.xml Tue Jan 10 03:54:55 2006
@@ -11,13 +11,13 @@
       <library name="Axis2CodegenWizard.jar">
          <export name="*"/>
       </library>
-      <library name="lib/axis-wsdl4j-1.2.jar">
+      <library name="lib/axis2-0.94.jar">
          <export name="*"/>
       </library>
-      <library name="lib/stax-api-1.0.jar">
+      <library name="lib/axis-wsdl4j-1.2.jar">
          <export name="*"/>
       </library>
-      <library name="lib/commons-logging.jar">
+      <library name="lib/stax-api-1.0.jar">
          <export name="*"/>
       </library>
       <library name="lib/log4j-1.2.8.jar">
@@ -26,10 +26,22 @@
       <library name="lib/stax-1.1.1-dev.jar">
          <export name="*"/>
       </library>
-      <library name="lib/axis2-0.92.jar">
+      <library name="lib/commons-logging-1.0.4.jar">
          <export name="*"/>
       </library>
       <library name="lib/xbean.jar">
+         <export name="*"/>
+      </library>
+      <library name="lib/XmlSchema.jar">
+         <export name="*"/>
+      </library>
+      <library name="lib/jakarta-oro-2.0.8.jar">
+         <export name="*"/>
+      </library>
+      <library name="lib/jalopy-1.0b11.jar">
+         <export name="*"/>
+      </library>
+      <library name="lib/jdom.jar">
          <export name="*"/>
       </library>
    </runtime>

Modified: webservices/axis2/trunk/java/xdocs/0_94/images/tools/wsdl/OptionsPage.jpg
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_94/images/tools/wsdl/OptionsPage.jpg?rev=367573&r1=367572&r2=367573&view=diff
==============================================================================
Binary files - no diff available.