You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2010/06/22 01:42:48 UTC

svn commit: r956738 - /incubator/wookie/trunk/build.properties

Author: rgardler
Date: Mon Jun 21 23:42:48 2010
New Revision: 956738

URL: http://svn.apache.org/viewvc?rev=956738&view=rev
Log:
runargs must be in quotes

Modified:
    incubator/wookie/trunk/build.properties

Modified: incubator/wookie/trunk/build.properties
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/build.properties?rev=956738&r1=956737&r2=956738&view=diff
==============================================================================
--- incubator/wookie/trunk/build.properties (original)
+++ incubator/wookie/trunk/build.properties Mon Jun 21 23:42:48 2010
@@ -42,4 +42,4 @@ wookie.features.dir=features
 main.start.class.name=org.apache.wookie.server.Start
 main.stop.class.name=org.apache.wookie.server.Stop
 jvmargs=
-run.args=port=8080
+run.args="port=8080"