# 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.

# 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/maven/jdom-1.0.jar
java*/modules/ext/maven/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

# More maintainable to have Cobertura libs separately than to modify its Ant scripts
harness/testcoverage/cobertura/lib/* **

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

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

# Libraries from the bundled Java Card SDK which are also used by the IDE
javacard/JCDK3.0.2_ConnectedEdition/lib/commons-codec-1.3.jar ide/modules/ext/apache-commons-codec-1.3.jar
javacard/JCDK3.0.2_ConnectedEdition/lib/commons-logging-1.1.jar ide/modules/ext/commons-logging-1.1.jar
javacard/JCDK3.0.2_ConnectedEdition/lib/ant-contrib-1.0b3.jar mobility/modules/ext/ant-contrib-1.0b3.jar
javacard/JCDK3.0.2_ConnectedEdition/lib/commons-httpclient-3.0.jar mobility/modules/ext/commons-httpclient-3.0.jar
