]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistributionPerspective.java
Update license header
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / DistributionPerspective.java
index 9d36aedfc0b631e1f4f6d53771aef35ec25c09fe..c9aef25cfece57243e945b0e701c1724aea27be5 100644 (file)
@@ -3,6 +3,7 @@ package org.argeo.slc.client.ui.dist;
 import org.argeo.slc.client.ui.dist.views.ArtifactsBrowser;
 import org.argeo.slc.client.ui.dist.views.QueryArtifactsForm;
 import org.argeo.slc.client.ui.dist.views.QueryArtifactsText;
+import org.argeo.slc.client.ui.dist.views.QueryBundlesForm;
 import org.eclipse.ui.IFolderLayout;
 import org.eclipse.ui.IPageLayout;
 import org.eclipse.ui.IPerspectiveFactory;
@@ -20,6 +21,7 @@ public class DistributionPerspective implements IPerspectiveFactory {
                                0.5f, editorArea);
                main.addView(ArtifactsBrowser.ID);
                main.addView(QueryArtifactsForm.ID);
+               main.addView(QueryBundlesForm.ID);
                main.addView(QueryArtifactsText.ID);
        }
 }