logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

svn commit: r178311 - /lenya/branches/BRANCH_1_2_X/lenya.bat: msg#00238

Subject: svn commit: r178311 - /lenya/branches/BRANCH_1_2_X/lenya.bat
Author: gregor
Date: Tue May 24 15:54:14 2005
New Revision: 178311

URL: http://svn.apache.org/viewcvs?rev=178311&view=rev
Log:
No longer emit debug messages when starting lenya on windows

Modified:
    lenya/branches/BRANCH_1_2_X/lenya.bat

Modified: lenya/branches/BRANCH_1_2_X/lenya.bat
URL: 
http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/lenya.bat?rev=178311&r1=178310&r2=178311&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/lenya.bat (original)
+++ lenya/branches/BRANCH_1_2_X/lenya.bat Tue May 24 15:54:14 2005
@@ -64,16 +64,16 @@
 :gotExec
 
 set LENYA_HOME=.
-echo lenya.bat: using %LENYA_HOME% as home
+:: echo lenya.bat: using %LENYA_HOME% as home
 
 set LENYA_LIB=%LENYA_HOME%\build\lenya\webapp\WEB-INF\lib
-echo lenya.bat: using %LENYA_LIB% as lib
+:: echo lenya.bat: using %LENYA_LIB% as lib
 
 set JETTY_PORT=8888
 
 set JETTY_ADMIN_PORT=8889
 set JETTY_WEBAPP=%LENYA_HOME%\build\lenya\webapp
-echo lenya.bat: using %JETTY_WEBAPP% as the webapp directory
+:: echo lenya.bat: using %JETTY_WEBAPP% as the webapp directory
 
 set JAVA_DEBUG_PORT=8000
 


<Prev in Thread] Current Thread [Next in Thread>