]> git.argeo.org Git - lgpl/argeo-commons.git/blob - rcp/org.argeo.cms.e4.rcp/plugin.xml
Improve namespace management
[lgpl/argeo-commons.git] / rcp / org.argeo.cms.e4.rcp / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <extension
5 id="CmsE4Application"
6 name="CMS E4 Application"
7 point="org.eclipse.core.runtime.applications">
8 <application
9 cardinality="singleton-global"
10 thread="main"
11 visible="true">
12 <run class="org.argeo.cms.e4.rcp.CmsE4Application"></run>
13 </application>
14 </extension>
15 </plugin>