Author: pderop
Date: Wed Mar 11 08:12:48 2015
New Revision: 1665780
URL: http://svn.apache.org/r1665780
Log:
Added comments about the annotation jar.
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/bundles-and-dependencies.mdtext
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/bundles-and-dependencies.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/bundles-and-dependencies.mdtext?rev=1665780&r1=1665779&r2=1665780&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/bundles-and-dependencies.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/guides/bundles-and-dependencies.mdtext
Wed Mar 11 08:12:48 2015
@@ -19,4 +19,5 @@ The dependency manager project consists
* org.apache.felix.dm;version="[4.0,5)" - provided by the core bundle
* org.apache.felix.service.command;version="[0.10,1)";status=provisional
* org.osgi.framework;version="[1.5,2)" - provided by the OSGi framework
itself
-* `org.apache.felix.dependencymanager.annotation` - 4.0.0 - This is not a
bundle, but code you need when compiling your bundles that contain annotations.
+* `org.apache.felix.dependencymanager.annotation` - 4.0.0 - This is not a
bundle, but code you need when compiling your bundles that contain annotations.
Notice that the annotation jar contains OSGi headers in its manifest, but this
bundle is not meant to be included in the OSGi framework runtime
+(the OSGi headers are only present in order to allow you to drag and drop the
dependency manager annotation bundle in your buildpath project).