Author: pderop
Date: Sat Mar 7 17:10:48 2015
New Revision: 1664892
URL: http://svn.apache.org/r1664892
Log:
fixing formatting (attempt 1).
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/tutorials/working-with-annotations.mdtext
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/tutorials/working-with-annotations.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/tutorials/working-with-annotations.mdtext?rev=1664892&r1=1664891&r2=1664892&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/tutorials/working-with-annotations.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager-4/tutorials/working-with-annotations.mdtext
Sat Mar 7 17:10:48 2015
@@ -101,9 +101,9 @@ First, install the following necessary b
* Click on Repositories
* Add the following DM bundles in the "Local" Repository:
- * org.apache.felix.dependencymanager.jar
- * org.apache.felix.dependencymanager.shell.jar
- * org.apache.felix.dependencymanager.runtime.jar
+** org.apache.felix.dependencymanager.jar
+** org.apache.felix.dependencymanager.shell.jar
+** org.apache.felix.dependencymanager.runtime.jar
Now, configure the Felix framework, as well as the list of the bundles to be
executed:
@@ -171,7 +171,7 @@ Since Bnd provides a Ant task, you can u
When compiling with Maven, you have to invoke the Dependency Manager Bnd
plugin, using the special "_plugin" directive.
In the R1 Dependency Manager distribution, the bundles are not published to
maven central, and you
have to manually install the org.apache.felix.dependencymanager.annotation.jar
file to your local repository, or to your own corporate nexus server.
-([See this
link][http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html] to
manually install the dm annotation jar to your local repository.)
+([See this
link](http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html) to
manually install the dm annotation jar to your local repository.)
:::xml
<project ...>