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 ch...@apache.org on 2006/11/02 08:27:33 UTC

svn commit: r470258 - /webservices/axis2/branches/java/1_1/modules/tool/script/wsdl2java.sh

Author: chinthaka
Date: Wed Nov  1 23:27:32 2006
New Revision: 470258

URL: http://svn.apache.org/viewvc?view=rev&rev=470258
Log:
Making the script to be invoked even from an outside location.

Modified:
    webservices/axis2/branches/java/1_1/modules/tool/script/wsdl2java.sh

Modified: webservices/axis2/branches/java/1_1/modules/tool/script/wsdl2java.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/script/wsdl2java.sh?view=diff&rev=470258&r1=470257&r2=470258
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/script/wsdl2java.sh (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/script/wsdl2java.sh Wed Nov  1 23:27:32 2006
@@ -1,2 +1,2 @@
 #!/bin/sh
-sh axis2.sh org.apache.axis2.wsdl.WSDL2Java $*
+. axis2.sh org.apache.axis2.wsdl.WSDL2Java $*



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