Skip to content

Commit

Permalink
EventAdin example
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella committed Dec 19, 2023
1 parent c564e7d commit 67e0614
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" activate="activate" name="com.vogella.osgi.eventadminuser.EventAdminUser">
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" name="com.vogella.osgi.eventadminuser.EventAdminUser">
<reference cardinality="1..1" field="admin" interface="org.osgi.service.event.EventAdmin" name="admin"/>
<implementation class="com.vogella.osgi.eventadminuser.EventAdminUser"/>
</scr:component>
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" activate="activate" name="com.vogella.osgi.taskconsumer.TaskConsumer">
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.3.0" name="com.vogella.osgi.taskconsumer.TaskConsumer">
<reference cardinality="1..1" field="taskService" interface="com.vogella.tasks.model.TaskService" name="taskService"/>
<implementation class="com.vogella.osgi.taskconsumer.TaskConsumer"/>
</scr:component>
4 changes: 2 additions & 2 deletions com.vogella.osgi.taskconsumer/build.properties
Expand Up @@ -2,5 +2,5 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/com.vogella.osgi.taskconsumer.TaskConsumer.xml,\
OSGI-INF/com.vogella.osgi.eventadminuser.EventAdminUser.xml
OSGI-INF/com.vogella.osgi.eventadminuser.EventAdminUser.xml,\
OSGI-INF/com.vogella.osgi.taskconsumer.TaskConsumer.xml

0 comments on commit 67e0614

Please sign in to comment.