neilcsmith-net commented on a change in pull request #1522: Use json from nbbuild not from ide URL: https://github.com/apache/netbeans/pull/1522#discussion_r326642493
########## File path: nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-overlaps ########## @@ -34,6 +34,9 @@ ide/o.apache.commons.lang/external/commons-lang-2.6.jar java/maven.embedder/exte # upstream problem nbbuild/external/langtools-9.zip nbbuild/external/langtools-9.zip +# Used to parse data during build, but +nbbuild/external/json-simple-1.1.1.jar Review comment: ``` # List of patterns (one pair per line) to skip over in VerifyLibsAndLicenses.testBinaryUniqueness. # Both sides of the pair must match for the pair to be skipped. ``` Think you need the other file location here too?! Or is it working locally anyway? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
