K 10
svn:author
V 9
dbosschae
K 8
svn:date
V 27
2007-12-07T16:30:59.401029Z
K 7
svn:log
V 750
Implementation for bug 211602 - certain policies should be allowed to appear more than once in the XEF editor.
This can be set on a policy by specifying the <xef:unique> annotation in the policy schema, like this:
	<xs:element name="unique">
		<xs:annotation>
			<xs:appinfo>
				<xef:unique>true</xef:unique>
			</xs:appinfo>
		</xs:annotation>
	</xs:element>
For more details on the <xef:unique> annotation see the xef schema documentation at: http://dev.eclipse.org/svnroot/stp/trunk/org.eclipse.stp.servicecreation/org.eclipse.stp.xef/schema/xef.xsd

In this commit the default behaviour of the XEF editor is always that policies are should be treated as unique. A setting to influence this default will in an upcoming commit.

New tests included
END
