Author: thomas.diesler(a)jboss.com
Date: 2008-04-09 04:34:13 -0400 (Wed, 09 Apr 2008)
New Revision: 6288
Modified:
stack/native/trunk/ant.properties.example
Log:
Endpoint servlet used by test descriptors
Modified: stack/native/trunk/ant.properties.example
===================================================================
--- stack/native/trunk/ant.properties.example 2008-04-09 08:34:05 UTC (rev 6287)
+++ stack/native/trunk/ant.properties.example 2008-04-09 08:34:13 UTC (rev 6288)
@@ -35,6 +35,9 @@
# JDK settings
#java.home.jdk16=/usr/java/jdk1.6
+# Endpoint servlet used by test descriptors
+endpoint.servlet=org.jboss.wsf.stack.jbws.EndpointServlet
+
# Java Compiler options
javac.debug=yes
javac.deprecation=yes