X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=plugins%2Forg.argeo.slc.client.ui.dist%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2Feditors%2FDistributionEditor.java;h=bd683478b7650ab5e0c58aab5673603c7ec5e18c;hb=2ecb1e7ce15a25ba8026b5ded625f36c1be467bd;hp=4fd85c2c20b4a458f87a0e5c8770db75f7c517cb;hpb=3c8e43e258464f8efe44c80f2a4f5c3080f28d4f;p=gpl%2Fargeo-slc.git diff --git a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistributionEditor.java b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistributionEditor.java index 4fd85c2c2..bd683478b 100644 --- a/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistributionEditor.java +++ b/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistributionEditor.java @@ -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. @@ -15,8 +15,6 @@ */ package org.argeo.slc.client.ui.dist.editors; -import javax.jcr.Credentials; -import javax.jcr.GuestCredentials; import javax.jcr.RepositoryException; import javax.jcr.Session; @@ -31,7 +29,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 = @@ -58,8 +56,8 @@ public class DistributionEditor extends FormEditor implements SlcNames { @Override protected void addPages() { try { - addPage(new ArtifactsBrowserPage(this, "Browser", session)); addPage(new DistributionOverviewPage(this, "Overview", session)); + addPage(new ArtifactsBrowserPage(this, "Browser", session)); } catch (PartInitException e) { throw new ArgeoException("Cannot add distribution editor pages", e); } @@ -83,5 +81,4 @@ public class DistributionEditor extends FormEditor implements SlcNames { public boolean isSaveAsAllowed() { return false; } - -} +} \ No newline at end of file