]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistributionEditor.java
+ clean repo model
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / editors / DistributionEditor.java
index 35eb045bc0de6c2fd75e4c2fcd696e7600384e10..1e3be13df9c7addd9e1e5eb4c985f3cb2eae5079 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@ package org.argeo.slc.client.ui.dist.editors;
 import javax.jcr.RepositoryException;
 import javax.jcr.Session;
 
-import org.argeo.ArgeoException;
 import org.argeo.jcr.JcrUtils;
 import org.argeo.slc.client.ui.dist.DistPlugin;
 import org.argeo.slc.jcr.SlcNames;
@@ -29,7 +28,7 @@ import org.eclipse.ui.PartInitException;
 import org.eclipse.ui.forms.editor.FormEditor;
 
 /**
- * Editor to browse, analyze and modify an OSGi distribution
+ * Browse, analyse and modify an OSGi distribution
  */
 public class DistributionEditor extends FormEditor implements SlcNames {
        // private final static Log log =
@@ -43,7 +42,8 @@ public class DistributionEditor extends FormEditor implements SlcNames {
                        throws PartInitException {
                DistributionEditorInput dei = (DistributionEditorInput) input;
                try {
-                       session = dei.getRepository().login(dei.getWorkspaceName());
+                       session = dei.getRepository().login(dei.getCredentials(),
+                                       dei.getWorkspaceName());
                } catch (RepositoryException e) {
                        throw new PartInitException("Cannot log to workspace "
                                        + dei.getWorkspaceName(), e);
@@ -54,12 +54,12 @@ public class DistributionEditor extends FormEditor implements SlcNames {
 
        @Override
        protected void addPages() {
-               try {
-                       addPage(new DistributionOverviewPage(this, "Overview", session));
-                       addPage(new ArtifactsBrowserPage(this, "Browser", session));
-               } catch (PartInitException e) {
-                       throw new ArgeoException("Cannot add distribution editor pages", e);
-               }
+               // try {
+               // addPage(new DistWkspSearchPage(this, "Overview", session));
+               // addPage(new DistWkspBrowserPage(this, "Browser", session));
+               // } catch (PartInitException e) {
+               // throw new ArgeoException("Cannot add distribution editor pages", e);
+               // }
        }
 
        @Override
@@ -80,5 +80,4 @@ public class DistributionEditor extends FormEditor implements SlcNames {
        public boolean isSaveAsAllowed() {
                return false;
        }
-
-}
+}
\ No newline at end of file