Author: akazakov
Date: 2010-06-02 12:27:58 -0400 (Wed, 02 Jun 2010)
New Revision: 22484
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/web/validation/messages.properties
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties
Log:
Added validator names to subtask name during validation.
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/web/validation/messages.properties
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/web/validation/messages.properties 2010-06-02
16:02:31 UTC (rev 22483)
+++
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/web/validation/messages.properties 2010-06-02
16:27:58 UTC (rev 22484)
@@ -16,7 +16,7 @@
EL_SYNTAX_ERROR=EL syntax error: {0}.
#Messages for Progress Monitor
-VALIDATING_EL_FILE=project "{0}"; EL in "{1}"
+VALIDATING_EL_FILE=project "{0}"; EL in "{1}" (JSF EL Validator)
EL_VALIDATOR_ERROR_VALIDATING=Error validating EL
EL_VALIDATOR_SETTER=Setter
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-02
16:02:31 UTC (rev 22483)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties 2010-06-02
16:27:58 UTC (rev 22484)
@@ -61,9 +61,9 @@
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.
-VALIDATING_COMPONENT=project "{0}"; component "{1}"
-VALIDATING_FACTORY=project "{0}"; factory "{1}"
-VALIDATING_RESOURCE=project "{0}"; resource "{1}"
-VALIDATING_CLASS=project "{0}"; class "{1}"
-VALIDATING_PROJECT=project "{0}"
\ No newline at end of file
+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)
+VALIDATING_CLASS=project "{0}"; class "{1}" (Seam Validator)
+VALIDATING_PROJECT=project "{0}" (Seam Validator)
\ No newline at end of file
Show replies by date