Use
With this tool you can delete one or more properties on repository files.
|
The Hippo CMS properties namespace is http://hippo.nl/cms/1.0 |
Getting the code
The code is available in SVN
Compile and run as described in Hippo Webdav Batch Processor plugins.
Sample configuration
In this sample it will delete the properties foo and bar from all files in /files/default.preview/content.
location.host=localhost location.port=60000 location.rootpath=/default location.path=/files/default.preview/content authentication.realm=default realm authentication.username=root authentication.password=password threading.maxthreads=1 plugin.1.classname=nl.hippo.webdav.batchprocessor.deleteproperties.DeleteProperties plugin.1.configuration.property.1.namespace=http://hippo.nl/cms/1.0 plugin.1.configuration.property.1.name=foo plugin.1.configuration.property.2.namespace=DAV: plugin.1.configuration.property.2.name=bar