Author: akazakov
Date: 2007-10-05 09:59:06 -0400 (Fri, 05 Oct 2007)
New Revision: 4027
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties
Log:
http://jira.jboss.com/jira/browse/JBIDE-1026 Added messages into Progress Monitor about
current work of validator
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 2007-10-05
13:55:33 UTC (rev 4026)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/validation/messages.properties 2007-10-05
13:59:06 UTC (rev 4027)
@@ -42,4 +42,12 @@
#Seam Expression language
INVALID_EXPRESSION=Invalid Expression: {0}
-UNPAIRED_GETTER_OR_SETTER=Property "{0}" has only {1}. {2} is missing.
\ No newline at end of file
+UNPAIRED_GETTER_OR_SETTER=Property "{0}" has only {1}. {2} is missing.
+
+#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_EL_FILE=project "{0}"; EL in "{1}"
\ No newline at end of file