ecl1 created an entry called extension.extended-points in extension.ant.properties.
The entry in Git looks like this
extension.extended-points=de.his.appserver.service.impl.cs.sys.configuration.consistency.base.DispatcherPropertiesConsistencyRuleAdder,de.his.appserver.service.impl.cs.sys.configuration.consistency.base.GlobalConfigurationConsistencyRuleAdder,de.his.appserver.service.impl.cs.sys.configuration.consistency.base.DataDictionaryConsistencyRuleAdder,de.his.appserver.service.impl.cs.sys.configuration.consistency.base.AppConsistencyRuleAdder,de.his.appserver.service.impl.cs.sys.configuration.consistency.base.SysConsistencyRuleAdder
Whenever I do an update, the entry is immedietaly replaced with
extension.extended-points=de.his.appserver.service.impl.cs.sys.configuration.consistency.base.DispatcherPropertiesConsistencyRuleAdder,de.his.appserver.service.impl.cs.sys.configuration.consistency.base.GlobalConfigurationConsistencyRuleAdder,de.his.appserver.service.impl.cs.sys.configuration.consistency.base.DataDictionaryConsistencyRuleAdder,de.his.appserver.service.impl.cs.sys.configuration.consistency.base.SysConsistencyRuleAdder,de.his.appserver.service.impl.cs.sys.configuration.consistency.base.AppConsistencyRuleAdder
Note the order of the last two entries.
Release 0.4.5.2015-08-26 and of ecl1 feature will use natural ordering for contributor classes output to extension.ant.properties. Thank you for the bug report.