You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/03/06 16:03:44 UTC

svn commit: r383558 - /lenya/trunk/configure.bat

Author: michi
Date: Mon Mar  6 07:03:42 2006
New Revision: 383558

URL: http://svn.apache.org/viewcvs?rev=383558&view=rev
Log:
command line as default

Modified:
    lenya/trunk/configure.bat

Modified: lenya/trunk/configure.bat
URL: http://svn.apache.org/viewcvs/lenya/trunk/configure.bat?rev=383558&r1=383557&r2=383558&view=diff
==============================================================================
--- lenya/trunk/configure.bat (original)
+++ lenya/trunk/configure.bat Mon Mar  6 07:03:42 2006
@@ -29,8 +29,8 @@
 
 :: Execute the Configuration if JAVA_HOME is set.
 :gotJavaHome
-::java -classpath %CP% org.apache.lenya.config.ConfigureCommandLine %LENYA_HOME%
-java -classpath %CP% org.apache.lenya.config.ConfigureGUI %LENYA_HOME%
+java -classpath %CP% org.apache.lenya.config.ConfigureCommandLine %LENYA_HOME%
+::java -classpath %CP% org.apache.lenya.config.ConfigureGUI %LENYA_HOME%
 
 
 :: Terminate program



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org