lkishalmi commented on code in PR #7117: URL: https://github.com/apache/netbeans/pull/7117#discussion_r1529660447
########## enterprise/j2eeapis/nbproject/project.properties: ########## @@ -17,3 +17,5 @@ is.autoload=true release.external/deployment-api-1.2-rev-1.jar=modules/ext/jsr88javax.jar + +sigtest.public.packages=javax.enterprise.deploy Review Comment: Yes. That's the idea, as the recursive behavior was not working prior 1.6. They checked only the listed part of the package hierarchy. So adding these mimics the former behavior. -- 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
