stevel 2005/01/17 13:57:29
Modified: . build.xml
Log:
Fixing the exclusion path.
Revision Changes Path
1.449 +2 -2 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.448
retrieving revision 1.449
diff -u -r1.448 -r1.449
--- build.xml 16 Jan 2005 23:37:51 -0000 1.448
+++ build.xml 17 Jan 2005 21:57:29 -0000 1.449
@@ -1537,9 +1537,9 @@
unless="bsf.present"/>
<exclude name="${optional.package}/BeanShellScriptTest.java"
unless="beanshell.present"/>
- <exclude name="${optional.type.package}/Script/*.java"
+ <exclude name="${optional.type.package}/Script*.java"
unless="bsf.present"/>
- <exclude name="${optional.type.package}/Script/*.java"
+ <exclude name="${optional.type.package}/Script*.java"
unless="rhino.present"/>
<!-- fail if testcases can be loaded from the system classloader
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]