Plugins are "registered" multiple times in build.xml src/plugins/build.xml default.properties
This is error-prone and there are already some inconsistencies (trunk): build.xml: lib-http (given twice in target "release") urlfilter-prefix (given twice in target "release") default.properties: plugins.urlfilter (defined twice, second should "plugins.urlnormalizer") Is it possible to use one single list of plugins for most targets (clean, deploy, ...). For the test targets the list may be different. Sebastian

