Revision: 6878
Author: [email protected]
Date: Thu Nov 12 12:28:34 2009
Log: Fix ServletMappingSuite, which was wrongly getting user/ on the
classpath, and thus found user/test/** as part of
test.ServletMappingTest.gwt.xml
http://code.google.com/p/google-web-toolkit/source/detail?r=6878
Modified:
/trunk/common.ant.xml
=======================================
--- /trunk/common.ant.xml Thu Nov 5 06:46:58 2009
+++ /trunk/common.ant.xml Thu Nov 12 12:28:34 2009
@@ -179,7 +179,8 @@
<antcall target="-create.emma.coverage.if.enabled">
<param name="test.emma.coverage" value="@{test.emma.coverage}"/>
</antcall>
- <condition property="emma.lib"
value="${emma.dir}/emma-2.0.5312-patched.jar" else="">
+ <condition property="emma.lib"
value="${emma.dir}/emma-2.0.5312-patched.jar"
+ else="${emma.dir}/no-emma-requested">
<isset property="emma.enabled" />
</condition>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors