Adapt to changes in Argeo Commons.
[gpl/argeo-suite.git] / org.argeo.suite.e4.rap / OSGI-INF / argeo-office-rap.xml
index 74b518f0d6fcfb848bbd80326595abdf224cbc2b..d257e178aea9545fbe155c113c948ddd4cdb6836 100644 (file)
@@ -1,8 +1,10 @@
 <?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 Office RAP">
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="init" configuration-policy="optional" deactivate="destroy" name="Argeo Office 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>
+   <property name="org.eclipse.rap.rwt.webclient.pageTitle" type="String" value="Argeo Office"/>
+   <property name="org.eclipse.rap.rwt.webclient.favicon" type="String" value="icons/argeo-e.png"/>
 </scr:component>