summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-18 10:49:33 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-09-18 10:49:33 +0000
commitdb06a8d9de25db76909ba5806e4e93eaee4556ed (patch)
treed65552cc69409b33c9d9836bc67d9c25a7710649 /java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
parent12d905c8cd8cf3d1e64595ef9a0f42e8e988f61e (diff)
Some more incremental changes to the new builders. committing to create a backup at this stage. still doesn't work.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@816581 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
index 61b61279de..3a70a70bf7 100644
--- a/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
+++ b/java/sca/modules/assembly/src/main/resources/assembly-validation-messages.properties
@@ -32,7 +32,7 @@ PropertyNotFound = Property not found for component property: Component = {0} Pr
PropertyMustSupplyIncompatible = Component property mustSupply attribute incompatible with property: Component = {0} Property = {1}
PropertyMustSupplyNull = [ASM_4008] No value configured on a mustSupply property: Component = {0} Property = {1}
PropertyOverrideManyAttribute = Component property many attribute incompatible with property: Component = {0} Property = {1}
-ReferenceNotFound = Reference not found for component reference: Component = {0} Reference = {1}
+ReferenceNotFoundForComponentReference = Reference not found for component reference: Component = {0} Reference = {1}
ReferenceIncompatibleMultiplicity = Component reference multiplicity incompatible with reference multiplicity: Component = {0} Reference = {1}
ReferenceIncompatibleInterface = Incompatible interfaces on component reference and target: Composite = {0} Reference = {1} Service = {2}
ReferencePromotionIncompatibleInterface = Promoted reference interface incompatible with promoting reference: Promoting interface = {0} Promoted = {1}