Simple bundle which scans file system directories and installs/uninstalls bundles found or removed from these directories.
This is a quite useful tool for handle bundle deployment without using any console. Just copy the bundles that should be started to the deploy directory, and the directory deployer will find and start them. When the files are removed, they are uninstalled.
The procedure for scanning and deploying is as follows:
See metatype.xml for specification using CM. The same properties as defined by CM are also read as default values from the system properties. Thus, the bundle can be both configured by CM and using system properties.
Quick guide to the metatype.xml format:
You can set the deployment directory in metatype.xml in the bundle's resource directory (defaults to ./load). The path is relative to from where the framework is started (given that the path is relative).