bloritsch 01/10/31 11:24:06 Modified: . build.xml Log: Make the TestCase for AbstractBundle execute Revision Changes Path 1.72 +6 -0 jakarta-avalon-excalibur/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- build.xml 2001/10/31 13:22:57 1.71 +++ build.xml 2001/10/31 19:24:06 1.72 @@ -296,6 +296,9 @@ <include name="**/test/*TestCase.class"/> </fileset> <fileset dir="${build.scratchpad}"> + <include name="org/apache/avalon/excalibur/i18n/test/AbstractBundleTestCase.class"/> + </fileset> + <fileset dir="${build.scratchpad}"> <exclude name="**/test/Abstract*TestCase.class"/> <include name="**/test/*TestCase.class"/> <include name="**/test/*Profile.class" if="test.profile"/> @@ -325,6 +328,9 @@ unless="j2ee.present"/> <include name="**/test/*Profile.class" if="test.profile"/> <include name="**/test/*TestCase.class"/> + </fileset> + <fileset dir="${build.scratchpad}"> + <include name="org/apache/avalon/excalibur/i18n/test/AbstractBundleTestCase.class"/> </fileset> <fileset dir="${build.scratchpad}"> <exclude name="**/test/Abstract*TestCase.class"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>