summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany
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/assembly/src/main/resources/org/apache/tuscany
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/assembly/src/main/resources/org/apache/tuscany')
-rw-r--r--sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties b/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties
index 8ded10c9db..0e1922b4a7 100644
--- a/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties
+++ b/sca-java-2.x/trunk/modules/assembly/src/main/resources/org/apache/tuscany/sca/assembly/builder/assembly-conformance-messages.properties
@@ -133,13 +133,13 @@ ASM60002=\
ASM60003=\
The name of a composite <service/> element MUST be unique across all the composite services in the composite.
ASM60004=\
-A composite <service/> element's @promote attribute MUST identify one of the component services within that composite.
+A composite <service/> element''s @promote attribute MUST identify one of the component services within that composite.
ASM60005=\
If a composite service interface is specified it MUST be the same or a compatible subset of the interface provided by the promoted component service.
ASM60006=\
The name of a composite <reference/> element MUST be unique across all the composite references in the composite.
ASM60007=\
-Each of the URIs declared by a composite reference's @promote attribute MUST identify a component reference within the composite.
+Each of the URIs declared by a composite reference''s @promote attribute MUST identify a component reference within the composite.
ASM60008=\
the interfaces of the component references promoted by a composite reference MUST be the same, or if the composite reference itself declares an interface then each of the component reference interfaces MUST be a compatible subset of the composite reference interface..
ASM60009=\
@@ -269,7 +269,7 @@ ASM12015=\
Where components are updated by deployment actions (their configuration is changed in some way, which includes changing the wires of component references), the new configuration MUST apply to all new instances of those components once the update is complete.
ASM12017=\
Where a component that is the target of a wire is removed, without the wire being changed, then future invocations of the reference that use that wire SHOULD fail with a ServiceUnavailable fault. If the wire is the result of the autowire process, the SCA runtime MUST:\
-* either cause future invocation of the target component's services to fail with a ServiceUnavailable fault\
+* either cause future invocation of the target component''s services to fail with a ServiceUnavailable fault\
* or alternatively, if an alternative target component is available that satisfies the autowire process, update the reference of the source component
ASM12020=\
Where a component is added to the Domain that is a potential target for a domain level component reference where that reference is marked as @autowire=true, the SCA runtime MUST:\