diff --git a/websvc.rest/src/org/netbeans/modules/websvc/rest/resources/rest-build.xsl b/websvc.rest/src/org/netbeans/modules/websvc/rest/resources/rest-build.xsl --- a/websvc.rest/src/org/netbeans/modules/websvc/rest/resources/rest-build.xsl +++ b/websvc.rest/src/org/netbeans/modules/websvc/rest/resources/rest-build.xsl @@ -75,7 +75,7 @@ package org.netbeans.rest.application.config; /** - * This class is generated by the Netbeans IDE, + * This class is generated by the NetBeans IDE, * and registers all REST root resources created in the project. * Please, DO NOT EDIT this class unless you really need and * understand the results of changes. diff --git a/websvc.restapi/src/org/netbeans/modules/websvc/rest/spi/Bundle.properties b/websvc.restapi/src/org/netbeans/modules/websvc/rest/spi/Bundle.properties --- a/websvc.restapi/src/org/netbeans/modules/websvc/rest/spi/Bundle.properties +++ b/websvc.restapi/src/org/netbeans/modules/websvc/rest/spi/Bundle.properties @@ -103,7 +103,7 @@ ApplicationConfigPanel.jRadioButton3.text=Create default Jersey REST servlet adaptor in &web.xml. ApplicationConfigPanel.jLabel1.text=&REST Resources Path: ApplicationConfigPanel.jTextField1.text=/resources -ApplicationConfigPanel.jRadioButton1.text=&Netbeans will generate a subclass of javax.ws.rs.core.Application,
all REST resources will be registered by this class automatically(JavaEE 6). +ApplicationConfigPanel.jRadioButton1.text=&NetBeans will generate a subclass of javax.ws.rs.core.Application,
all REST resources will be registered by this class automatically(JavaEE 6). TTL_ApplicationConfigPanel=REST Resources Configuration ApplicationConfigPanel.jCheckBox1.text=&Add Jersey library (JAX-RS reference implementation) to project classpath. MSG_InvalidDD=Invalid web.xml:\n\n{0}