]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - example/org.argeo.example.cms.e4/OSGI-INF/cms-example-rap.xml
Introduce examples.
[lgpl/argeo-commons.git] / example / org.argeo.example.cms.e4 / OSGI-INF / cms-example-rap.xml
diff --git a/example/org.argeo.example.cms.e4/OSGI-INF/cms-example-rap.xml b/example/org.argeo.example.cms.e4/OSGI-INF/cms-example-rap.xml
new file mode 100644 (file)
index 0000000..4fb099a
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="init" deactivate="destroy">
+   <implementation class="org.argeo.cms.e4.rap.SimpleRapE4App"/>
+   <service>
+      <provide interface="org.eclipse.rap.rwt.application.ApplicationConfiguration"/>
+   </service>
+   <property name="contextName" type="String" value="cms/example"/>
+</scr:component>