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 th...@apache.org on 2006/12/19 13:57:07 UTC

svn commit: r488663 - /webservices/axis2/branches/java/1_1/modules/tool/script/axis2.bat

Author: thilina
Date: Tue Dec 19 04:57:07 2006
New Revision: 488663

URL: http://svn.apache.org/viewvc?view=rev&rev=488663
Log:
Removing the unnecessary "echo"...
Fixing http://issues.apache.org/jira/browse/AXIS2-1888

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

Modified: webservices/axis2/branches/java/1_1/modules/tool/script/axis2.bat
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/script/axis2.bat?view=diff&rev=488663&r1=488662&r2=488663
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/script/axis2.bat (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/script/axis2.bat Tue Dec 19 04:57:07 2006
@@ -71,6 +71,6 @@
 REM echo %AXIS2_CLASS_PATH%
 set _RUNJAVA="%JAVA_HOME%\bin\java"
 
-echo %_RUNJAVA% %JAVA_OPTS% -cp "%AXIS2_CLASS_PATH%" -Daxis2.repo="%AXIS2_HOME%\repository" -Daxis2.xml="%AXIS2_HOME%\conf\axis2.xml" %*
+%_RUNJAVA% %JAVA_OPTS% -cp "%AXIS2_CLASS_PATH%" -Daxis2.repo="%AXIS2_HOME%\repository" -Daxis2.xml="%AXIS2_HOME%\conf\axis2.xml" %*
 endlocal
 :end



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