summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-09-02 23:32:33 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-09-02 23:32:33 +0000
commite7cc5737c05ea9e1e88025ac8e75055f6e9fd9bd (patch)
tree81cb106a72cf9669e4c3469cac4d55c1595d469e /sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties
parent8dddab593539a95331a32f4c43c103d5614fca67 (diff)
Fix the single quote issues in all message bundles
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164763 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties')
-rw-r--r--sca-java-2.x/trunk/modules/contribution/src/main/resources/contribution-xml-validation-messages.properties2
1 files changed, 1 insertions, 1 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 d92df203e6..6d6c0aa428 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
@@ -20,6 +20,6 @@
#
XMLStreamException = XMLStreamException occured due to : {0}
IOException = IOException occured due to : {0}
-AttributeCompositeMissing = Attribute 'composite' is missing
+AttributeCompositeMissing = Attribute ''composite'' is missing
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.