Introduce DocBook 4 converter.
[gpl/argeo-suite.git] / publishing / org.argeo.publishing.ui / OSGI-INF / dbk4Converter.xml
diff --git a/publishing/org.argeo.publishing.ui/OSGI-INF/dbk4Converter.xml b/publishing/org.argeo.publishing.ui/OSGI-INF/dbk4Converter.xml
new file mode 100644 (file)
index 0000000..66526d9
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="DocBook 4 Converter">
+   <implementation class="org.argeo.docbook.Dbk4Converter"/>
+   <service>
+      <provide interface="org.argeo.docbook.Dbk4Converter"/>
+   </service>
+</scr:component>