# List of patterns (one pair per line) to skip over in CreateLicenseSummary.testBinariesAreUnique.
# Both sides of the pair must match for the pair to be skipped.
# Uses standard Ant pattern syntax, with the basedir being the root of the NB build.

# #119122: duplication of these is intentional.
ruby*/jruby-*/lib/*.jar ruby*/modules/ext/*.jar

# It is impractical to create a common library module containing the duplicate
# libraries.
enterprise*/modules/ext/rest/http.jar java*/modules/ext/jaxws21/http.jar 
enterprise*/modules/ext/rest/jdom-1.0.jar mobility*/modules/ext/jdom-1.0.jar  

enterprise*/modules/ext/rest/jdom-1.0.jar java*/modules/ext/jdom-1.0.jar
java*/modules/ext/jdom-1.0.jar mobility*/modules/ext/jdom-1.0.jar

# Struts framework needs to bundle the official Struts release together
# for well maintained and assure the compatibility issue. 
enterprise*/modules/ext/struts/oro-2.0.8.jar ide*/modules/ext/jakarta-oro-2.0.8.jar
enterprise*/modules/ext/struts/bsf-2.3.0.jar ruby*/jruby-1.2.0/lib/bsf.jar

# More maintainable to have Cobertura libs separately than to modify its Ant scripts
harness/testcoverage/cobertura/lib/jakarta-oro-2.0.8.jar enterprise*/modules/ext/struts/oro-2.0.8.jar
harness/testcoverage/cobertura/lib/jakarta-oro-2.0.8.jar ide*/modules/ext/jakarta-oro-2.0.8.jar

# impractical to modify jruby dist build to use the same yydebug as libs.jrubyparser
# XXX paths should be within build, not sources!
libs.yydebug/external/yydebug.jar ruby*/jruby-1.2.0/lib/yydebug.jar 

# We don't care about contrib modules for now.
extra/ */

# Bundles its own stuff.
python*/jython-*/javalib/ */


