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 2006/11/11 17:36:03 UTC

svn commit: r473751 - in /webservices/axis2/branches/java/1_1/modules/tool: conf/codegen/readme.txt conf/service/readme.txt create-project.xml

Author: sandakith
Date: Sat Nov 11 08:36:03 2006
New Revision: 473751

URL: http://svn.apache.org/viewvc?view=rev&rev=473751
Log:
Added readme.txt files to the distribution of the Axis2 Plugins. Modified the create_ptoject.xml to ship added readme files with the distribution.

Added:
    webservices/axis2/branches/java/1_1/modules/tool/conf/codegen/readme.txt
    webservices/axis2/branches/java/1_1/modules/tool/conf/service/readme.txt
Modified:
    webservices/axis2/branches/java/1_1/modules/tool/create-project.xml

Added: webservices/axis2/branches/java/1_1/modules/tool/conf/codegen/readme.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/conf/codegen/readme.txt?view=auto&rev=473751
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/conf/codegen/readme.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/tool/conf/codegen/readme.txt Sat Nov 11 08:36:03 2006
@@ -0,0 +1,11 @@
+Axis2 Eclipse Codegen Wizard Installation
+-----------------------------------------
+
+1) Shut down Eclipse IDE, if already running.
+2) Please remove existing Axis2 Codegen Wizards inside ECLIPSE_HOME/plugins directory.
+3) copy the Axis2_Codegen_Wizard_<current_version> folder to the ECLIPSE_HOME/plugins directory.
+4) Start Eclipse.
+5) Axis2 wizards are available at File -> new -> other. [  ctl +n  ]
+
+
+Note : The Axis2 codegen wizard elcipse plugin only compatible with Eclipse 3.1 upwards. 
\ No newline at end of file

Added: webservices/axis2/branches/java/1_1/modules/tool/conf/service/readme.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/conf/service/readme.txt?view=auto&rev=473751
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/conf/service/readme.txt (added)
+++ webservices/axis2/branches/java/1_1/modules/tool/conf/service/readme.txt Sat Nov 11 08:36:03 2006
@@ -0,0 +1,12 @@
+Axis2 Eclipse Service Archiver Wizard Installation
+--------------------------------------------------
+
+1) Shut down Eclipse IDE, if already running.
+2) If previous versions of the same plugin exists, 
+   please remove existing Axis2 Service Archiver Wizard inside ECLIPSE_HOME/plugins directory.
+3) copy the Axis_Service_Archiver_<current_version> folder to the ECLIPSE_HOME/plugins directory.
+4) Start Eclipse.
+5) Axis2 wizards are available at File -> new -> other. [  ctl +n  ]
+
+
+Note : The Axis2 service archiver wizard elcipse plugin only compatible with Eclipse 3.1 upwards. 
\ No newline at end of file

Modified: webservices/axis2/branches/java/1_1/modules/tool/create-project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/create-project.xml?view=diff&rev=473751&r1=473750&r2=473751
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/create-project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/create-project.xml Sat Nov 11 08:36:03 2006
@@ -38,6 +38,7 @@
      <property name="service.help.images.dir" value="../../xdocs/tools/1_1/eclipse/images"></property>
 
      <property name="axis2.lib.dir" value="../../target/lib"></property>
+     <property name="readme.file.name" value="readme.txt"></property>
 
 	 <!--Filter tockens for the copy command to filter the versions of external dependencies -->
      <filter token="axis2_version" value="${axis2_version}" />
@@ -323,6 +324,14 @@
         </copy>
         <copy todir="${output.target}/codegen/${codegen.plugin.version}">
               <fileset dir="${plugin.output.dir}/${codegen.plugin.version}"/>
+        </copy>
+    	
+    	<!--Copy the readme.txt files -->
+        <copy todir="${output.target}/codegen">
+              <fileset file="${codegen.resource.dir}/${readme.file.name}"/>
+        </copy>
+        <copy todir="${output.target}/service">
+              <fileset file="${service.resource.dir}/${readme.file.name}"/>
         </copy>
     	
     	<!--Zip the eclipse plugins to eclipse_plugins/target -->



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