Revision 4147
Added by daigle over 16 years ago
build.xml | ||
---|---|---|
59 | 59 |
<property name="defaultcontenttype" value="application/octet-stream" /> |
60 | 60 |
<property name="utilitiesdir" value="../utilities" /> |
61 | 61 |
|
62 |
<echo>*********** tomcatversion = ${tomcatversion}</echo> |
|
63 | 62 |
<echo>*********** set jsdk to ${jsdk}</echo> |
64 | 63 |
</target> |
65 | 64 |
|
... | ... | |
845 | 844 |
<batchtest fork="yes" todir="${build.dir}"> |
846 | 845 |
<fileset dir="${build.tests}"> |
847 | 846 |
<include name="**/*.class" /> |
847 |
<exclude name="**/MCTestCase.class" /> |
|
848 | 848 |
</fileset> |
849 | 849 |
</batchtest> |
850 | 850 |
</junit> |
Also available in: Unified diff
Exclude MCTestCase base class from test build