Author: chris.laprun(a)jboss.com
Date: 2009-01-14 06:11:10 -0500 (Wed, 14 Jan 2009)
New Revision: 12495
Modified:
modules/portlet/trunk/test/src/test/build.xml
Log:
Do not fail if jetty home is not set since we don't run jetty tests for now.
Modified: modules/portlet/trunk/test/src/test/build.xml
===================================================================
--- modules/portlet/trunk/test/src/test/build.xml 2009-01-14 10:43:40 UTC (rev 12494)
+++ modules/portlet/trunk/test/src/test/build.xml 2009-01-14 11:11:10 UTC (rev 12495)
@@ -323,7 +323,7 @@
<target name="__evaluate_properties.all">
<antcall target="__evaluate_properties.jboss"/>
- <antcall target="__evaluate_properties.jetty"/>
+ <!-- <antcall target="__evaluate_properties.jetty"/> -->
<antcall target="__evaluate_properties.tomcat"/>
</target>