Author: pderop
Date: Fri Mar  6 20:45:30 2015
New Revision: 1664713

URL: http://svn.apache.org/r1664713
Log:
minor fixes.

Modified:
    
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/whatsnew.mdtext

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/whatsnew.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/whatsnew.mdtext?rev=1664713&r1=1664712&r2=1664713&view=diff
==============================================================================
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/whatsnew.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/guides/whatsnew.mdtext
 Fri Mar  6 20:45:30 2015
@@ -38,7 +38,8 @@ See FELIX-2706
 
 * The Annotations plugin can now automatically generate a Require-Capability 
header on the Dependency Manager Runtime bundle. 
 Use "add-require-capability=true" option in the plugin declaration property to 
enable this new feature (see FELIX-4676):
-**  -plugin: org.apache.felix.dm.annotation.plugin.bnd.AnnotationPlugin; 
add-require-capability=true
+
+    -plugin: org.apache.felix.dm.annotation.plugin.bnd.AnnotationPlugin; 
add-require-capability=true
 
 * The Configuration Dependency annotation now supports a "name" attribute, 
allowing to dynamically configure configuration pids from the @Init method. see 
FELIX-4777
 
@@ -49,9 +50,9 @@ Use "add-require-capability=true" option
 # What's changed in DependencyManager 4.0
 
 * The Annotations processor is not generating anymore the 
Import-Service/Export Service by default (no need to specify the 
"build-import-export-service=false" option in the
-annotations plugin if you don't need to generate automatically the deprecated 
headers.
+annotations plugin if you don't need to generate automatically the deprecated 
headers).
 
-* The Dependency Manager metatype Annotations are now deprecated and it is 
encouraged to use standard bndtools metatypes.
+* The Dependency Manager metatype annotations are now deprecated and it is 
encouraged to use standard bnd metatypes annotation instead.
 See 
org.apache.felix.dependencymanager.samples/src/org/apache/felix/dependencymanager/samples/dictionary/annot/DictionaryConfiguration.java
 for an example.
 You can also check http://www.aqute.biz/Bnd/MetaType for more information 
about the bnd metatypes annotations.
 


Reply via email to