Introduce Makefile for Java build
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / ui / jcr / NodeLabelProvider.java
index 0cd4516007bf79d7bb369d1eb61e8488f6576b0f..a5751c083817375f9a131c425a7f39f68dfb4d47 100644 (file)
@@ -1,18 +1,3 @@
-/*
- * 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.
- * You may obtain a copy of the License at
- *
- *         http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
 package org.argeo.cms.ui.jcr;
 
 import javax.jcr.NamespaceException;
@@ -21,8 +6,7 @@ import javax.jcr.Property;
 import javax.jcr.RepositoryException;
 import javax.jcr.nodetype.NodeType;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
+import org.argeo.api.cms.CmsLog;
 import org.argeo.cms.ui.jcr.model.RemoteRepositoryElem;
 import org.argeo.cms.ui.jcr.model.RepositoriesElem;
 import org.argeo.cms.ui.jcr.model.RepositoryElem;
@@ -36,7 +20,7 @@ import org.eclipse.swt.graphics.Image;
 public class NodeLabelProvider extends ColumnLabelProvider {
        private static final long serialVersionUID = -3662051696443321843L;
 
-       private final static Log log = LogFactory.getLog(NodeLabelProvider.class);
+       private final static CmsLog log = CmsLog.getLog(NodeLabelProvider.class);
 
        public String getText(Object element) {
                try {