So changed will be
1 . removal of generated jar
2. in project.properties replacing old content with
a)server.cp.extra=${schema2beans.dir}/modules/org-netbeans-modules-
schema2beans.jar:${nb_all}/enterprise/web.monitor/external/servlet-api-2.4.jar
b) server.cp.extra=${schema2beans.dir}/modules/org-netbeans-modules-
schema2beans.jar:${nb_all}/enterprise/web.monitor/external/jsp-api-2.0.jar
3. correction of licenses of ext jars from CDDL to ASF2.0
I took both the jars from below locations
https://mvnrepository.com/artifact/javax.servlet/jsp-api/2.0
https://mvnrepository.com/artifact/javax.servlet/servlet-api/2.4
In both the place license is mentioned as CDDL|GPL2.0
So I choose CDDL-1.0 as license. Should I change it to ASF-2.0?
[ Full content available at:
https://github.com/apache/incubator-netbeans/pull/936 ]
This message was relayed via gitbox.apache.org for [email protected]