]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.osgi.ui.explorer/plugin.xml
Move to the root the bundles which will be part of v1.4 and v2.2
[lgpl/argeo-commons.git] / org.argeo.osgi.ui.explorer / plugin.xml
diff --git a/org.argeo.osgi.ui.explorer/plugin.xml b/org.argeo.osgi.ui.explorer/plugin.xml
new file mode 100644 (file)
index 0000000..c0815ca
--- /dev/null
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+   <extension
+         point="org.eclipse.ui.perspectives">
+      <perspective
+            name="Monitoring"
+            class="org.argeo.osgi.ui.explorer.OsgiExplorerPerspective"
+            id="org.argeo.osgi.ui.explorer.perspective"
+            icon="icons/osgi_explorer.gif">
+      </perspective>
+   </extension>
+    <extension point="org.eclipse.ui.perspectiveExtensions"> 
+        <perspectiveExtension 
+            targetID="org.argeo.osgi.ui.explorer.perspective"> 
+            <view id="org.argeo.osgi.ui.explorer.bundlesView" minimized="false"
+             ratio="0.5" relationship="left" relative="org.eclipse.ui.editorss"/> 
+            <view id="org.argeo.osgi.ui.explorer.modulesView" minimized="false"
+             relationship="stack" relative="org.argeo.osgi.ui.explorer.bundlesView"/> 
+        </perspectiveExtension> 
+    </extension> 
+   <extension
+         point="org.eclipse.ui.views">
+      <view
+            class="org.argeo.osgi.ui.explorer.views.ModulesView"
+            icon="icons/bundles.gif"
+            id="org.argeo.osgi.ui.explorer.modulesView"
+            name="Modules">
+      </view>
+      <view
+            class="org.argeo.osgi.ui.explorer.views.BundlesView"
+            icon="icons/bundles.gif"
+            id="org.argeo.osgi.ui.explorer.bundlesView"
+            name="Bundles">
+      </view>
+   </extension>
+  <extension
+           point="org.eclipse.ui.activities">
+        <activityPatternBinding
+              activityId="org.argeo.security.ui.adminActivity"
+              isEqualityPattern="true"
+              pattern="org.argeo.osgi.ui.explorer/org.argeo.osgi.ui.explorer.perspective">
+        </activityPatternBinding>
+     </extension>
+</plugin>