// add non itests-2 RHQ classes used by the test classes, as well as needed resources
testClassesJar.addClass(ThrowableUtil.class);
testClassesJar.addClass(MessageDigestGenerator.class);
testClassesJar.addClass(StreamUtil.class);
testClassesJar.addClass(AssertUtils.class);
testClassesJar.addClass(ResourceBuilder.class);
testClassesJar.addClass(ResourceTypeBuilder.class);
testClassesJar.addClass(BuilderException.class);
testClassesJar.addClasses(PropertyMatcher.class, MatchResult.class, PropertyMatchException.class);
testClassesJar.addAsManifestResource(EmptyAsset.INSTANCE, ArchivePaths.create("beans.xml")); // add CDI injection (needed by arquillian injection);
//TOD0 (jshaughn): Once we have identified all of the necessary test resource files, see if we can just add the