added listener support to ScmConfiguration

This commit is contained in:
Sebastian Sdorra
2011-05-25 16:13:54 +02:00
parent 72d094cda1
commit 301ad65882
2 changed files with 77 additions and 1 deletions

View File

@@ -172,6 +172,7 @@ public class ScmConfigurationUtil
marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, Boolean.TRUE);
marshaller.marshal(configuration, file);
configuration.fireChangeEvent();
}
catch (Exception ex)
{