From 6cb77f0409522238fda48b62824d1b6e9242ded7 Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Fri, 14 May 2010 16:45:54 +0000 Subject: error message updates for pojo otests git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944340 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/contribution-xml-validation-messages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-java-2.x/trunk/modules/contribution/src/main') diff --git a/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties b/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties index 2c39055e4b..d92df203e6 100644 --- a/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties +++ b/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties @@ -21,5 +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. +DuplicateJavaImports = [JCI10001] The value of the @package attribute on the element is not unique across all other elements within the contribution. +DuplicateJavaExports = [JCI10004] The value of the @package attribute on the element is not unique across all other elements within the contribution. -- cgit v1.2.3