matthiasblaesing commented on PR #6517: URL: https://github.com/apache/netbeans/pull/6517#issuecomment-1747507971
The important part is here: https://github.com/apache/netbeans/blob/2cb4326d3cdb9e3171eb2875d888cafe45a02370/ide/bcpg/nbproject/project.properties#L17 This copies the bouncy castle PGP implementation into the _modules_ folder of the corresponding cluster. In this case that is `ide/modules`. The important part is, that the library is an OSGI jar and that is picked up by the module system. So the "project" in the netbeans sources only exists as a place holder, the only interesting part is the copy operation. The build process itself is deactivated (the `jar` target is overwritten with an empty implementation): https://github.com/apache/netbeans/blob/2cb4326d3cdb9e3171eb2875d888cafe45a02370/ide/bcpg/build.xml#L20 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
