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 20:22:04 UTC

svn commit: r399804 - /webservices/axis2/trunk/java/modules/tool/create-project.xml

Author: ajith
Date: Thu May  4 11:22:01 2006
New Revision: 399804

URL: http://svn.apache.org/viewcvs?rev=399804&view=rev
Log:
updating the create-project.xml to suite the change in the xdocs project structure

Modified:
    webservices/axis2/trunk/java/modules/tool/create-project.xml

Modified: webservices/axis2/trunk/java/modules/tool/create-project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/create-project.xml?rev=399804&r1=399803&r2=399804&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/create-project.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/create-project.xml Thu May  4 11:22:01 2006
@@ -13,11 +13,11 @@
     <property name="codegen.resource.dir" value="./conf/codegen"></property>
     <property name="service.resource.dir" value="./conf/service"></property>
 
-    <property name="codegen.help.resource.file" value="../../xdocs/latest/tools/eclipse/wsdl2java-plugin.html"></property>
-    <property name="service.help.resource.file" value="../../xdocs/latest/tools/eclipse/servicearchiver-plugin.html"></property>
+    <property name="codegen.help.resource.file" value="../../xdocs/tools/1_0/eclipse/wsdl2java-plugin.html"></property>
+    <property name="service.help.resource.file" value="../../xdocs/tools/1_0/eclipse/servicearchiver-plugin.html"></property>
     
-     <property name="codegen.help.images.dir" value="../../xdocs/latest/tools/eclipse/images"></property>
-     <property name="service.help.images.dir" value="../../xdocs/latest/tools/eclipse/images"></property>
+     <property name="codegen.help.images.dir" value="../../xdocs/tools/1_0/eclipse/images"></property>
+     <property name="service.help.images.dir" value="../../xdocs/tools/1_0/eclipse/images"></property>
 
     <!-- Default target to generate all the services -->
     <target name="all">