You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2013/09/22 22:17:37 UTC

svn commit: r1525430 - /felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/apache-felix-dependency-manager-using-annotations/dependencymanager-annotations-lifecycle.mdtext

Author: pderop
Date: Sun Sep 22 20:17:37 2013
New Revision: 1525430

URL: http://svn.apache.org/r1525430
Log:
CMS migration ...

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/apache-felix-dependency-manager-using-annotations/dependencymanager-annotations-lifecycle.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/apache-felix-dependency-manager-using-annotations/dependencymanager-annotations-lifecycle.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/apache-felix-dependency-manager-using-annotations/dependencymanager-annotations-lifecycle.mdtext?rev=1525430&r1=1525429&r2=1525430&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/apache-felix-dependency-manager-using-annotations/dependencymanager-annotations-lifecycle.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-dependency-manager/apache-felix-dependency-manager-using-annotations/dependencymanager-annotations-lifecycle.mdtext Sun Sep 22 20:17:37 2013
@@ -38,8 +38,8 @@ Alternatively, you can also configure so
 
 2) Wait for extra dependencies optionally configured from the init() method.
 
-3) If the component is not using the @*LifecycleController* annotation (detailed in the 
-[#Controlling the Lifecycle](#controlling-the-lifecycle.path) section), then:
+3) If the component is not using the @*LifecycleController* annotation (described in the 
+[#Controlling the Lifecycle](#controlling-the-lifecycle) section), then:
 
  - Invoke the component start method (annotated with *@Start*).
  - Publish some OSGi services (if the component provides some services).