This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 205036
Collapse All | Expand All

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

Return to bug 205036