]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/editors/ArtifactVersionEditor.java
Adapt to changes in BND.
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / editors / ArtifactVersionEditor.java
index 5612fa97fc890e79346167d0b593c93d569234fb..4ae23b1ede1917f3ea24e9702120e717b0a1aef7 100644 (file)
@@ -19,11 +19,10 @@ import javax.jcr.Node;
 import javax.jcr.RepositoryException;
 import javax.jcr.Session;
 
-import org.argeo.ArgeoException;
 import org.argeo.jcr.JcrUtils;
 import org.argeo.slc.SlcException;
+import org.argeo.slc.SlcNames;
 import org.argeo.slc.client.ui.dist.DistPlugin;
-import org.argeo.slc.jcr.SlcNames;
 import org.argeo.slc.repo.RepoService;
 import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.ui.IEditorInput;
@@ -93,7 +92,7 @@ public class ArtifactVersionEditor extends FormEditor implements SlcNames {
                        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);
+                       throw new SlcException("Cannot add distribution editor pages", e);
                }
 
        }