initial commit of DependencyManager annotation sample project. Can be used with maven, or with ant (and bnd)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@898077 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/samples.annotation/directives.bnd b/dependencymanager/samples.annotation/directives.bnd
new file mode 100644
index 0000000..1e09fec
--- /dev/null
+++ b/dependencymanager/samples.annotation/directives.bnd
@@ -0,0 +1,5 @@
+Bundle-Name: DM annotation sample
+Bundle-SymbolicName: org.apache.felix.dependencymanager.samples.annotation
+Import-Package: *
+Private-Package: org.apache.felix.dm.samples.annotation
+-plugin org.apache.felix.dm.annotation.plugin.bnd.AnnotationPlugin