Author: bfitzpat
Date: 2012-01-05 12:38:00 -0500 (Thu, 05 Jan 2012)
New Revision: 37659
Modified:
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/messages/JBossWSUI.properties
Log:
JBIDE-10584 - fixing "RE jars missing" message to be a bit more verbose and fit
on the two lines at the default wizard size
Modified:
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/messages/JBossWSUI.properties
===================================================================
---
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/messages/JBossWSUI.properties 2012-01-05
17:32:04 UTC (rev 37658)
+++
trunk/ws/plugins/org.jboss.tools.ws.ui/src/org/jboss/tools/ws/ui/messages/JBossWSUI.properties 2012-01-05
17:38:00 UTC (rev 37659)
@@ -8,7 +8,7 @@
JBossRSGenerateWizard_RS_Wizard_Window_Title=Generate a Sample RESTful Web Service
JBossRSGenerateWizardPage_AddJarsIfFoundCheckbox=Add RESTEasy Jars from root runtime
directory
-JBossRSGenerateWizardPage_Error_RestEasyJarsNotFoundInRuntime=RESTEasy jars not found in
the runtime associated with selected project. Verify RE is installed and try again or
check 'Add RESTeasy jars' below if enabled.
+JBossRSGenerateWizardPage_Error_RestEasyJarsNotFoundInRuntime=RESTEasy jars not found in
the project-associated runtime. Verify RE is installed and try again or check 'Add
RESTeasy jars' below if enabled.
JBossRSGenerateWizardPage_Label_Application_Class_Name=Application Class Name:
JBossRSGenerateWizardPage_Page_title=Specify the Dynamic Web Project, service, package
and class name for the sample web service and web service classes.
JBossRSGenerateWizardPage_ServiceName_Tooltip=Name added to the generated annotated
JAX-RS service class as part of the service URI