]> git.argeo.org Git - lgpl/argeo-commons.git/blob - base/plugins/org.argeo.osgi.ui.explorer/plugin.xml
Cosmetic improvements in CSV parser
[lgpl/argeo-commons.git] / base / plugins / org.argeo.osgi.ui.explorer / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <extension
5 point="org.eclipse.ui.perspectives">
6 <perspective
7 name="OSGi Explorer"
8 class="org.argeo.osgi.ui.explorer.OsgiExplorerPerspective"
9 id="org.argeo.osgi.ui.explorer.perspective"
10 icon="icons/osgi_explorer.gif">
11 </perspective>
12 </extension>
13 <extension point="org.eclipse.ui.perspectiveExtensions">
14 <perspectiveExtension
15 targetID="org.argeo.osgi.ui.explorer.perspective">
16 <view id="org.argeo.osgi.ui.explorer.bundlesView" minimized="false"
17 ratio="0.5" relationship="left" relative="org.eclipse.ui.editorss"/>
18 <view id="org.argeo.osgi.ui.explorer.modulesView" minimized="false"
19 relationship="stack" relative="org.argeo.osgi.ui.explorer.bundlesView"/>
20 </perspectiveExtension>
21 </extension>
22 <extension
23 point="org.eclipse.ui.views">
24 <view
25 class="org.argeo.osgi.ui.explorer.views.ModulesView"
26 icon="icons/bundles.gif"
27 id="org.argeo.osgi.ui.explorer.modulesView"
28 name="Modules">
29 </view>
30 <view
31 class="org.argeo.osgi.ui.explorer.views.BundlesView"
32 icon="icons/bundles.gif"
33 id="org.argeo.osgi.ui.explorer.bundlesView"
34 name="Bundles">
35 </view>
36 </extension>
37 <extension
38 point="org.eclipse.ui.activities">
39 <activityPatternBinding
40 activityId="org.argeo.security.ui.adminActivity"
41 isEqualityPattern="true"
42 pattern="org.argeo.osgi.ui.explorer/org.argeo.osgi.ui.explorer.perspective">
43 </activityPatternBinding>
44 </extension>
45 </plugin>