All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.dictionary-service.xml Maven / Gradle / Ivy

There is a newer version: 16.4
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<scr:component
    xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"
    name="org.opencastproject.dictionary.regexp.DictionaryServiceImpl"
    immediate="true"
    activate="activate">

  <implementation
      class="org.opencastproject.dictionary.regexp.DictionaryServiceImpl"/>
  <property name="service.description" value="Dictionary Service (Regular Expressions)"/>
  <property name="service.pid" value="org.opencastproject.dictionary.regexp.DictionaryServiceImpl"/>
  <service>
    <provide interface="org.opencastproject.dictionary.api.DictionaryService"/>
    <provide interface="org.osgi.service.cm.ManagedService"/>
  </service>
</scr:component>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy