Author: psharples
Date: Thu Sep 30 10:51:11 2010
New Revision: 1003002
URL: http://svn.apache.org/viewvc?rev=1003002&view=rev
Log:
the line main.stop.class.name=org.apache.wookie.server.Stop seems to have been
lost at some point - added back so the stopserver task works again
Modified:
incubator/wookie/trunk/build.properties
Modified: incubator/wookie/trunk/build.properties
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/build.properties?rev=1003002&r1=1003001&r2=1003002&view=diff
==============================================================================
--- incubator/wookie/trunk/build.properties (original)
+++ incubator/wookie/trunk/build.properties Thu Sep 30 10:51:11 2010
@@ -68,5 +68,6 @@ wookie.features.dir=features
# Standalone server configuration
main.start.class.name=org.apache.wookie.server.Start
+main.stop.class.name=org.apache.wookie.server.Stop
jvmargs=
run.args="port=8080"
\ No newline at end of file