blob: 6b7a77a97cd9fbaf5d63c14183d1ed34d1a7a9a8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is a HACK, is not a complete Validation TCK solution.
It is only enough to run the tests in the GWT Validation TCK.
-->
<module>
<inherits name='com.google.gwt.validation.Validation' />
<inherits name='org.jboss.test.audit.JbossTestAudit' />
<inherits name='org.jboss.testharness.JbossTestHarness' />
<inherits name='org.testng.TestNg' />
<source path="">
<exclude name="super/" />
<!-- things not used in any current test -->
<exclude name="tests/bootstrap/" />
<exclude name="tests/constraints/builtinconstraints/" />
<exclude name="tests/messageinterpolation/" />
<exclude name="tests/xmlconfiguration/" />
<exclude name="tests/validation/UnknownProviderBootstrapTest.java" />
<exclude name="util/StandaloneContainersImpl.java" />
</source>
<super-source path="super" />
</module>