From 81d3b65d274e57f93a5dc769be126d35aa3ac652 Mon Sep 17 00:00:00 2001 From: ramkumar Date: Mon, 16 Nov 2009 11:57:01 +0000 Subject: Fixes for validating uniqueness in and git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880717 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/contribution-xml-validation-messages.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/sca/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties') diff --git a/java/sca/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties b/java/sca/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties index 4827fd5e94..2c39055e4b 100644 --- a/java/sca/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties +++ b/java/sca/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties @@ -21,4 +21,5 @@ XMLStreamException = XMLStreamException occured due to : {0} IOException = IOException occured due to : {0} AttributeCompositeMissing = Attribute 'composite' is missing - +DuplicateJavaImports = The value of the @package attribute on the element is not unique across all other elements within the contribution. +DuplicateJavaExports = The value of the @package attribute on the element is not unique across all other elements within the contribution. -- cgit v1.2.3