blob: 7e0877431cd779d9904331516ec6ddd838dfdb5f [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="common/" />
<exclude name="tests/bootstrap/" />
<exclude name="tests/constraints/builtinconstraints/" />
<exclude name="tests/messageinterpolation/" />
<exclude name="tests/xmlconfiguration/" />
<exclude name="util/StandaloneContainersImpl.java" />
</source>
<super-source path="super" />
</module>