Author: dgolovin
Date: 2010-06-22 20:04:39 -0400 (Tue, 22 Jun 2010)
New Revision: 22935
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties
Log:
'.' at the end of validation messages were removed
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties 2010-06-22
20:06:37 UTC (rev 22934)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties 2010-06-23
00:04:39 UTC (rev 22935)
@@ -41,27 +41,27 @@
UNKNOWN_VARIABLE_NAME=Unknown context variable name: "{0}"
#Invalid seam project settings
-INVALID_PARENT_PROJECT=Main Seam project "{0}" specified for Seam project
"{1}" does not exist.
-INVALID_SEAM_RUNTIME=Seam Runtime "{0}" specified for Seam project
"{1}" does not exist.
-INVALID_WEBFOLDER=View Folder "{0}" specified for Seam project "{1}"
does not exist. Please correct this property in "Seam settings" page
(Project->Properties->Seam Settings).
-INVALID_EJB_PROJECT=EJB project "{0}" specified for Seam project
"{1}" does not exist. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings).
-INVALID_TEST_PROJECT=Test project "{0}" specified for Seam project
"{1}" does not exist. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings).
-INVALID_MODEL_SRC=Model source folder "{0}" specified for Seam project
"{1}" does not exist. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings).
-INVALID_ACTION_SRC=Action / Form / Conversation source folder "{0}" specified
for Seam project "{1}" does not exist. Please correct this property in
"Seam settings" page (Project->Properties->Seam Settings).
-INVALID_TEST_SRC=Test source folder "{0}" specified for Seam project
"{1}" does not exist. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings).
-INVALID_MODEL_PACKAGE_NAME=Model package name "{0}" specified for Seam project
"{1}" is not valid. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings).
-INVALID_ACTION_PACKAGE_NAME=Action / Form / Conversation package name "{0}"
specified for Seam project "{1}" is not valid. Please correct this property in
"Seam settings" page (Project->Properties->Seam Settings).
-INVALID_TEST_PACKAGE_NAME=Test package name "{0}" specified for Seam project
"{1}" is not valid. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings).
-INVALID_CONNECTION_NAME=Connection profiler "{0}" specified for Seam project
"{1}" does not exist.
+INVALID_PARENT_PROJECT=Main Seam project "{0}" specified for Seam project
"{1}" does not exist
+INVALID_SEAM_RUNTIME=Seam Runtime "{0}" specified for Seam project
"{1}" does not exist
+INVALID_WEBFOLDER=View Folder "{0}" specified for Seam project "{1}"
does not exist. Please correct this property in "Seam settings" page
(Project->Properties->Seam Settings)
+INVALID_EJB_PROJECT=EJB project "{0}" specified for Seam project
"{1}" does not exist. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings)
+INVALID_TEST_PROJECT=Test project "{0}" specified for Seam project
"{1}" does not exist. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings)
+INVALID_MODEL_SRC=Model source folder "{0}" specified for Seam project
"{1}" does not exist. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings)
+INVALID_ACTION_SRC=Action / Form / Conversation source folder "{0}" specified
for Seam project "{1}" does not exist. Please correct this property in
"Seam settings" page (Project->Properties->Seam Settings)
+INVALID_TEST_SRC=Test source folder "{0}" specified for Seam project
"{1}" does not exist. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings)
+INVALID_MODEL_PACKAGE_NAME=Model package name "{0}" specified for Seam project
"{1}" is not valid. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings)
+INVALID_ACTION_PACKAGE_NAME=Action / Form / Conversation package name "{0}"
specified for Seam project "{1}" is not valid. Please correct this property in
"Seam settings" page (Project->Properties->Seam Settings)
+INVALID_TEST_PACKAGE_NAME=Test package name "{0}" specified for Seam project
"{1}" is not valid. Please correct this property in "Seam settings"
page (Project->Properties->Seam Settings)
+INVALID_CONNECTION_NAME=Connection profiler "{0}" specified for Seam project
"{1}" does not exist
-INVALID_XML_VERSION=XML schema version "{0}" does not match Seam runtime
version "{1}".
+INVALID_XML_VERSION=XML schema version "{0}" does not match Seam runtime
version "{1}"
#Invalid ear application.xml
-INVALID_SEAM_JAR_MODULE_IN_APPLICATION_XML=jboss-seam.jar must be declared as
<module><ejb>jboss-seam.jar</ejb><module> to work correctly.
-INVALID_JAR_MODULE_IN_APPLICATION_XML=Having "{0}" listed as a java module in
application.xml can cause publishing errors. It is recommended to remove this module entry
from application.xml.
+INVALID_SEAM_JAR_MODULE_IN_APPLICATION_XML=jboss-seam.jar must be declared as
<module><ejb>jboss-seam.jar</ejb><module> to work correctly
+INVALID_JAR_MODULE_IN_APPLICATION_XML=Having "{0}" listed as a java module in
application.xml can cause publishing errors. It is recommended to remove this module entry
from application.xml
#Messages for Progress Monitor
-SEARCHING_RESOURCES=project "{0}"; searching resources for validation (Seam
Validator).
+SEARCHING_RESOURCES=project "{0}"; searching resources for validation (Seam
Validator)
VALIDATING_COMPONENT=project "{0}"; component "{1}" (Seam Validator)
VALIDATING_FACTORY=project "{0}"; factory "{1}" (Seam Validator)
VALIDATING_RESOURCE=project "{0}"; resource "{1}" (Seam Validator)
Show replies by date