]> git.argeo.org Git - lgpl/argeo-commons.git/blob - osgi/plugins/org.argeo.osgi.ui.explorer/plugin.xml
Remove XML and ZIP indexing from WebDav config
[lgpl/argeo-commons.git] / osgi / 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 <activity
40 description="Only for admins"
41 id="org.argeo.osgi.ui.explorer.adminActivity"
42 name="Admin">
43 <enabledWhen>
44 <with variable="roles">
45 <iterate ifEmpty="false" operator="or">
46 <equals value="ROLE_ADMIN" />
47 </iterate>
48 </with>
49 </enabledWhen>
50 </activity>
51 <activityPatternBinding
52 activityId="org.argeo.osgi.ui.explorer.adminActivity"
53 isEqualityPattern="true"
54 pattern="org.argeo.osgi.ui.explorer/org.argeo.osgi.ui.explorer.perspective">
55 </activityPatternBinding>
56 </extension>
57 </plugin>