[jbosstools-commits] JBoss Tools SVN: r41325 - trunk/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/src/org/jboss/tools/cdi/deltaspike/core/validation.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed May 23 19:36:58 EDT 2012
Author: akazakov
Date: 2012-05-23 19:36:56 -0400 (Wed, 23 May 2012)
New Revision: 41325
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/src/org/jboss/tools/cdi/deltaspike/core/validation/messages.properties
Log:
https://issues.jboss.org/browse/JBIDE-11552 Support for Deltaspike in CDI tooling
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/src/org/jboss/tools/cdi/deltaspike/core/validation/messages.properties
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/src/org/jboss/tools/cdi/deltaspike/core/validation/messages.properties 2012-05-23 23:25:08 UTC (rev 41324)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.deltaspike.core/src/org/jboss/tools/cdi/deltaspike/core/validation/messages.properties 2012-05-23 23:36:56 UTC (rev 41325)
@@ -1,5 +1,5 @@
-AMBIGUOUS_AUTHORIZER=Ambiguous authorizers found for security binding type {0} on method {1}.
-UNRESOLVED_AUTHORIZER=No matching authorizer found for security binding type {0} on method {1}.
-INVALID_AUTHORIZER_MULTIPLE_BINDINGS=Authorizer method {0} declares multiple security binding types.
-INVALID_AUTHORIZER_NO_BINDINGS=Authorizer method {0} does not declare a security binding type.
-INVALID_AUTHORIZER_NOT_BOOLEAN=Authorizer method {0} does not return a boolean.
\ No newline at end of file
+AMBIGUOUS_AUTHORIZER=Ambiguous authorizers found for security binding type {0} on method {1}
+UNRESOLVED_AUTHORIZER=No matching authorizer found for security binding type {0} on method {1}
+INVALID_AUTHORIZER_MULTIPLE_BINDINGS=Authorizer method {0} declares multiple security binding types
+INVALID_AUTHORIZER_NO_BINDINGS=Authorizer method {0} does not declare a security binding type
+INVALID_AUTHORIZER_NOT_BOOLEAN=Authorizer method {0} does not return a boolean
\ No newline at end of file
More information about the jbosstools-commits
mailing list