]> 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/views/ArtifactsBrowser.java
Add RepoSyncCommand but do not link it
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / views / ArtifactsBrowser.java
index 71cb36ed5d743fb63c31fb2e9886696d884285c0..0a696af7ed0e308269f38ad951f1589bec9e6c29 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.
@@ -100,7 +100,7 @@ public class ArtifactsBrowser extends ViewPart implements DistConstants,
                // Model initialisation
                if (jcrSession != null) {
                        try {
-                               rootNode = jcrSession.getNode(ARTIFACTS_BASE_PATH);
+                               rootNode = jcrSession.getNode(DEFAULT_ARTIFACTS_BASE_PATH);
                                artifactTreeViewer.setInput(rootNode);
                        } catch (RepositoryException e) {
                                throw new ArgeoException("Cannot load base artifact nodes", e);