You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by bu...@apache.org on 2013/04/30 11:43:33 UTC

svn commit: r860376 - in /websites/staging/felix/trunk/content: ./ documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/event-admin-handlers.html

Author: buildbot
Date: Tue Apr 30 09:43:33 2013
New Revision: 860376

Log:
Staging update by buildbot for felix

Modified:
    websites/staging/felix/trunk/content/   (props changed)
    websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/event-admin-handlers.html

Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 30 09:43:33 2013
@@ -1 +1 @@
-1475802
+1477520

Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/event-admin-handlers.html
==============================================================================
--- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/event-admin-handlers.html (original)
+++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/event-admin-handlers.html Tue Apr 30 09:43:33 2013
@@ -434,8 +434,8 @@
 <p>It is possible to configure the handler with a simple annotations available in the annotation pack ('annotation' project in the iPOJO trunk). Here is an example of usage:</p>
 <div class="codehilite"><pre><span class="kn">import</span> <span class="nn">org.apache.felix.ipojo.annotations.Component</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">org.apache.felix.ipojo.handlers.event.Subscriber</span><span class="o">;</span>
-<span class="kn">import</span> <span class="nn">org.apache.felix.ipojo.handlers.event.Publishes</span>
-<span class="kn">import</span> <span class="nn">org.apache.felix.ipojo.handlers.event.Publisher</span><span class="o">;</span>
+<span class="kn">import</span> <span class="nn">org.apache.felix.ipojo.handlers.event.Publishes</span><span class="o">;</span>
+<span class="kn">import</span> <span class="nn">org.apache.felix.ipojo.handlers.event.publisher.Publisher</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">org.osgi.service.event.Event</span><span class="o">;</span>
 
 <span class="nd">@Component</span>
@@ -479,7 +479,7 @@
                 may be trademarks or registered trademarks of their respective owners.
                 </div>
                 <div class="timestamp span3 offset2">
-                Rev. 1443855 by clement on Fri, 8 Feb 2013 06:49:16 +0000
+                Rev. 1477520 by clement on Tue, 30 Apr 2013 09:43:18 +0000
                 </div>
             </div>
         </footer>