뉴스/소식
Apache Felix FileInstall 2.0.0 릴리즈
노안돼지
2009. 9. 15. 08:46
The Felix team is pleased to announce the release of Apache Felix FileInstall version 2.0.0
File Install is a directory based OSGi management agent. It uses a directory in the file system to install and start a bundle when it is first placed there. It updates the bundle when you update the bundle
file in the directory and, when the file is deleted, it will stop and uninstall the bundle.
http://felix.apache.org/site/apache-felix-file-install.html
This release is available from
http://felix.apache.org/site/downloads.cgi and Maven:
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.fileinstall</artifactId>
<version>2.0.0</version>
</dependency>
Release Notes:
Enjoy!
-The Felix team