]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/views/QueryArtifactsText.java
Merge repo.cnd into slc.cnd.
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / views / QueryArtifactsText.java
index 101feaf925a0dcd7c90c2640577c2e11c7629e16..35333e4d24a1183ab02734731de2e5f0de7ef583 100644 (file)
  */
 package org.argeo.slc.client.ui.dist.views;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
+import org.argeo.slc.SlcNames;
 import org.argeo.slc.client.ui.dist.DistPlugin;
-import org.argeo.slc.jcr.SlcNames;
 import org.eclipse.swt.SWT;
 import org.eclipse.swt.custom.SashForm;
 import org.eclipse.swt.layout.FillLayout;
@@ -34,8 +32,9 @@ import org.eclipse.swt.widgets.Text;
 /** Query SLC Repo to get some artifacts with a JCR SQL 2 request. */
 public class QueryArtifactsText extends AbstractQueryArtifactsView implements
                SlcNames {
-       private static final Log log = LogFactory.getLog(QueryArtifactsText.class);
-       public static final String ID = DistPlugin.ID + ".queryArtifactsText";
+       // private static final Log log =
+       // LogFactory.getLog(QueryArtifactsText.class);
+       public static final String ID = DistPlugin.PLUGIN_ID + ".queryArtifactsText";
 
        // widgets
        private Button executeBtn;
@@ -91,6 +90,8 @@ public class QueryArtifactsText extends AbstractQueryArtifactsView implements
                queryText.setText(query);
 
                Listener executeListener = new Listener() {
+                       private static final long serialVersionUID = -5028331930076117569L;
+
                        public void handleEvent(Event event) {
                                refreshQuery();
                        }