# libraries to avoid bundling (IBM JRE different, etc.)
# see build/readme-build-module.html, Builder.SKIP_LIBRARIES
-skip.libraries=core.jar,graphics.jar,ant.jar,tools.jar
+skip.libraries=core.jar,graphics.jar,ant.jar,tools.jar,junit.jar
# Ant patterns to gather and omit resources
# files copied during module jar assembly
-resource.pattern=**/*.txt,**/*.rsc,**/*.gif,**/*.properties
+resource.pattern=**/*.txt,**/*.rsc,**/*.gif,**/*.properties,**/*.xml
# files not filtered when copied during product assembly
binarySource.pattern=**/*.rsc,**/*.gif,**/*.jar,**/*.zip
all.pattern=**/*