summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/contribution/src/main
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-14 16:45:54 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-14 16:45:54 +0000
commit6cb77f0409522238fda48b62824d1b6e9242ded7 (patch)
tree922cc8c87accc901209aae5643ac51bb34cc350e /sca-java-2.x/trunk/modules/contribution/src/main
parenta9137891db459bed37e153111b8c4d270a70bd90 (diff)
error message updates for pojo otests
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/contribution/src/main')
-rw-r--r--sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties4
1 files changed, 2 insertions, 2 deletions
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 <import.java/> element is not unique across all other <import.java/> elements within the contribution.
-DuplicateJavaExports = The value of the @package attribute on the <export.java/> element is not unique across all other <export.java/> elements within the contribution.
+DuplicateJavaImports = [JCI10001] The value of the @package attribute on the <import.java/> element is not unique across all other <import.java/> elements within the contribution.
+DuplicateJavaExports = [JCI10004] The value of the @package attribute on the <export.java/> element is not unique across all other <export.java/> elements within the contribution.