This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from ef3e848 Merge pull request #800 from
sarveshkesharwani/netbeans-1074-cordova-donation-review
add 0f9b33a [NETBEANS-1074] Module Review websvc.core
new a73c477 Merge pull request #789 from
vikasprabhakar/code_donation_websvc_core
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
websvc.core/build.xml | 6 -
websvc.core/external/binaries-list | 1 -
websvc.core/external/glassfish-license.txt | 274 -------------
websvc.core/licenseinfo.xml | 72 ++++
.../websvc/core/dev/wizard/Bundle.properties | 54 +--
.../websvc/core/dev/wizard/nodes/ServiceNode.java | 54 +--
.../websvc/core/dev/wizard/nodes/WsdlNode.java | 54 +--
.../websvc/core/jaxws/nodes/ServiceNode.java | 54 +--
.../projects/J2SEWSSupportLookupProvider.java | 53 +--
.../core/resources/default-binding-handler.xml | 20 +
.../javaee_web_services_metadata_handler_2_0.xsd | 77 ++++
.../modules/websvc/core/resources/sun-jaxws.xsd | 125 ++++++
.../resources/wsdl_customizationschema_2_0.xsd | 433 +++++++++++++++++++++
13 files changed, 800 insertions(+), 477 deletions(-)
delete mode 100644 websvc.core/external/binaries-list
delete mode 100644 websvc.core/external/glassfish-license.txt
create mode 100644 websvc.core/licenseinfo.xml
create mode 100644
websvc.core/src/org/netbeans/modules/websvc/core/resources/javaee_web_services_metadata_handler_2_0.xsd
create mode 100644
websvc.core/src/org/netbeans/modules/websvc/core/resources/sun-jaxws.xsd
create mode 100644
websvc.core/src/org/netbeans/modules/websvc/core/resources/wsdl_customizationschema_2_0.xsd
---------------------------------------------------------------------
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