]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/plugin.xml
refactor and clean of the distribution view model.
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / plugin.xml
index b8867213102031abe7ed6977adc4ee4f3dae018e..4762d583db00bb12579ed80681a92895df50f997 100644 (file)
@@ -4,12 +4,18 @@
        <!-- Perspectives --> 
    <extension
          point="org.eclipse.ui.perspectives">
-      <perspective
-            name="SLC Distribution"
+               <perspective
+            name="SLC Repo"
             class="org.argeo.slc.client.ui.dist.DistributionPerspective"
             id="org.argeo.slc.client.ui.dist.distributionPerspective"
+            icon="icons/repo.gif">
+               </perspective>
+               <perspective
+            name="SLC Distribution"
+            class="org.argeo.slc.client.ui.dist.AnonymousDistributionPerspective"
+            id="org.argeo.slc.client.ui.dist.anonymousDistributionPerspective"
             icon="icons/distribution_perspective.gif">
-      </perspective>
+               </perspective>
    </extension>
    <!-- Views -->
    <extension