Hi Glenn, Am Sonntag, den 23.09.2018, 13:12 -0500 schrieb Glenn Holmer: > 1) Where is the format of the external/*-license.txt file documented > (e.g. ide/db.drivers/external/postgresql-9.4.1209-license.txt)?
There is no formal documentation I'm aware of. If you are interested in the code, that parses that file, the two classes: org.netbeans.nbbuild.extlibs.CreateLicenseSummary org.netbeans.nbbuild.extlibs.VerifyLibsAndLicenses should hold the answers. > 2) Do I understand correctly that whether a binary is downloaded from > Maven or from hg.netbeans.org (Ant property "binaries.server") depends > on whether the entry in external/binaries-list can be parsed as a Maven > coordinate by org.netbeans.nbbuild.extlibs.DownloadBinaries.java? yes, that is correct. HTH Matthias --------------------------------------------------------------------- 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
