summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties')
-rw-r--r--java/sca/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties3
1 files changed, 2 insertions, 1 deletions
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 <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.