]> 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/ArtifactVersionEditor.java
Migrate SLC modules
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / editors / ArtifactVersionEditor.java
index ad9a33b756382dc3c14a778a195ea59953e1719c..fc2509270a37f587fc45fcd8349fec610d8790cf 100644 (file)
@@ -23,8 +23,8 @@ import org.argeo.ArgeoException;
 import org.argeo.jcr.JcrUtils;
 import org.argeo.slc.SlcException;
 import org.argeo.slc.client.ui.dist.DistPlugin;
-import org.argeo.slc.client.ui.dist.RepoService;
 import org.argeo.slc.jcr.SlcNames;
+import org.argeo.slc.repo.RepoService;
 import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.ui.IEditorInput;
 import org.eclipse.ui.IEditorSite;
@@ -91,7 +91,8 @@ public class ArtifactVersionEditor extends FormEditor implements SlcNames {
                setPartName(getFormattedName());
 
                try {
-                       addPage(new BundleDetailsPage(this, "Details ", artifact));
+                       addPage(new BundleDetailPage(this, "Details ", artifact));
+                       addPage(new BundleDependencyPage(this, "Dependencies ", artifact));
                        addPage(new BundleRawPage(this, "Raw Meta-Data ", artifact));
                } catch (PartInitException e) {
                        throw new ArgeoException("Cannot add distribution editor pages", e);