X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=plugins%2Forg.argeo.slc.client.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fviews%2FJcrResultListView.java;h=0f25c7ce7867d8459a4459b275c438025ce902a0;hb=524221f25edad4b09aac22555450164e587b304a;hp=e4e3575e6cc347014f492f0afe04a590a46962d5;hpb=e8997305e4d5fe939e2e4ec55195afdc0d488bbc;p=gpl%2Fargeo-slc.git diff --git a/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrResultListView.java b/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrResultListView.java index e4e3575e6..0f25c7ce7 100644 --- a/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrResultListView.java +++ b/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/JcrResultListView.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. @@ -33,6 +33,7 @@ import org.argeo.eclipse.ui.jcr.AsyncUiEventListener; import org.argeo.eclipse.ui.jcr.NodeElementComparer; import org.argeo.jcr.JcrUtils; import org.argeo.slc.SlcException; +import org.argeo.slc.client.ui.ClientUiPlugin; import org.argeo.slc.client.ui.editors.ProcessEditor; import org.argeo.slc.client.ui.editors.ProcessEditorInput; import org.argeo.slc.jcr.SlcJcrResultUtils; @@ -59,7 +60,7 @@ import org.eclipse.ui.part.ViewPart; /** Displays results. */ public class JcrResultListView extends ViewPart implements SlcNames { - public static final String ID = "org.argeo.slc.client.ui.jcrResultListView"; + public static final String ID = ClientUiPlugin.ID + ".jcrResultListView"; private TableViewer viewer; @@ -271,7 +272,6 @@ public class JcrResultListView extends ViewPart implements SlcNames { getLog().trace("Refresh result list"); viewer.refresh(); } - } public void setSession(Session session) {