### Eclipse Workspace Patch 1.0 #P org.eclipse.uml2.uml Index: plugin.properties =================================================================== RCS file: /cvsroot/tools/org.eclipse.uml2/plugins/org.eclipse.uml2.uml/plugin.properties,v retrieving revision 1.11 diff -u -r1.11 plugin.properties --- plugin.properties 10 Jun 2006 20:29:49 -0000 1.11 +++ plugin.properties 2 Aug 2006 14:00:24 -0000 @@ -96,7 +96,7 @@ _UI_Connector_BetweenInterfacesPorts_diagnostic = Delegation connector ''{0}'' must only be defined between used interfaces or ports of the same kind. _UI_Connector_BetweenInterfacePortImplements_diagnostic = Delegation connector ''{0}'' to classifier must implement the interface type of that port. _UI_Connector_BetweenInterfacePortSignature_diagnostic = Target interface of delegation connector ''{0}'' does not support a signature compatible with a subset of operations defined by source. -_UI_Connector_AssemblyConnector_diagnostic = Assembly connector ''{0}'' must only be defined from a port supporting a required interface to one with a provided interface. +_UI_Connector_AssemblyConnector_diagnostic = Assembly connector ''{0}'' must only be defined from a role end requiring an interface to a role end providing that interface. _UI_Connector_Types_diagnostic = Connector ''{0}'' must be typed by an association with compatible end types. _UI_Connector_Roles_diagnostic = The owner of connector ''{0}'' must also own the connected roles.