K 10
svn:author
V 9
dbosschae
K 8
svn:date
V 27
2007-12-07T17:06:28.012081Z
K 7
svn:log
V 586
Additional setting to influence the default behaviour of the XEF Policy Editor w.r.t. whether applied policies should be unique. With unique is meant that a particular policy can only be applied once. This commit fixes bug 211602.

The new setting is Setting.POLICIES_UNIQUE and the default is true. To change the default behaviour specify this setting like this: 
  Map<Setting, String> settings = new EnumMap<Setting, String>(Setting.class);
  settings.put(Setting.POLICIES_UNIQUE, "false");
  IEditorInput input = new XMLProviderEditorInput(settings, ...);      

New tests included.
END
