First working Eclipse 4 suite
[gpl/argeo-suite.git] / org.argeo.suite.e4.rap / OSGI-INF / argeo-office-rap.xml
diff --git a/org.argeo.suite.e4.rap/OSGI-INF/argeo-office-rap.xml b/org.argeo.suite.e4.rap/OSGI-INF/argeo-office-rap.xml
new file mode 100644 (file)
index 0000000..126ca5b
--- /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" configuration-policy="optional" name="CMS Admin RAP">
+   <implementation class="org.argeo.suite.e4.rap.ArgeoOfficeRapE4App"/>
+   <service>
+      <provide interface="org.eclipse.rap.rwt.application.ApplicationConfiguration"/>
+      <property name="contextName" type="String" value="suite"/>
+   </service>
+</scr:component>