bnd file has no meaning
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@689078 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/fileinstall.bnd b/fileinstall/fileinstall.bnd
deleted file mode 100644
index 3a70645..0000000
--- a/fileinstall/fileinstall.bnd
+++ /dev/null
@@ -1,8 +0,0 @@
--sources: true
-Export-Package: aQute.fileinstall, org.osgi.service.cm, org.osgi.service.log
-Bundle-Activator: aQute.fileinstall.FileInstall
-Bundle-Version: 1.3.4
-Bundle-Description: This bundle watches a directory set by the aQute.fileinstall.dir property; the default \
-is "load". JAR files in this directory are installed and uninstalled when they are no longer there. Updating
- the JAR file in the directory will update the bundle. The bundle allows you to use downloads from
- a browser, drag and drop, or the command line copy function, for OSGi management.