Author: pderop
Date: Fri Mar 6 07:43:17 2015
New Revision: 1664553
URL: http://svn.apache.org/r1664553
Log:
formatting struggle (attempt 9)
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=1664553&r1=1664552&r2=1664553&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 07:43:17 2015
@@ -57,13 +57,8 @@ You can also check http://www.aqute.biz/
* Dependency Manager is now fully built using bndtools, and there is no Maven
annotation plugin anymore. However, the workaround is simply the
use a "_plugin" option in the pom, and to declare a dependency inside the
"plugin" configuration.
-For example:
-
- :::java
- @Component
- public class MyComponentImpl {
- }
+For example:
:::xml
<project ...>