You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by as...@apache.org on 2018/04/20 21:29:42 UTC

portals-pluto git commit: PLUTO-663 Migrate Portlet 3.0 TCK and demos from java.util.logging to SLF4J (removed logging config files since logging is not used)

Repository: portals-pluto
Updated Branches:
  refs/heads/master 5a9b08483 -> bfca3a3f2


PLUTO-663 Migrate Portlet 3.0 TCK and demos from java.util.logging to SLF4J (removed logging config files since logging is not used)


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/bfca3a3f
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/bfca3a3f
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/bfca3a3f

Branch: refs/heads/master
Commit: bfca3a3f2489db7d5b8a0416fc22fa5474eecea3
Parents: 5a9b084
Author: Neil Griffin <ne...@gmail.com>
Authored: Fri Apr 20 17:29:34 2018 -0400
Committer: Neil Griffin <ne...@gmail.com>
Committed: Fri Apr 20 17:29:34 2018 -0400

----------------------------------------------------------------------
 .../src/main/resources/log4j.properties         | 25 --------------
 .../src/main/resources/logging.properties       | 35 --------------------
 2 files changed, 60 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/bfca3a3f/portlet-tck_3.0/V3PortletContextTests/src/main/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletContextTests/src/main/resources/log4j.properties b/portlet-tck_3.0/V3PortletContextTests/src/main/resources/log4j.properties
deleted file mode 100644
index e4aeed6..0000000
--- a/portlet-tck_3.0/V3PortletContextTests/src/main/resources/log4j.properties
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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.
-#
-######################################################################
-log4j.rootLogger=INFO, R
-log4j.appender.R=org.apache.log4j.ConsoleAppender
-log4j.appender.R.layout=org.apache.log4j.PatternLayout
-log4j.appender.R.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c{1}:%L] %m%n
-

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/bfca3a3f/portlet-tck_3.0/V3PortletContextTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletContextTests/src/main/resources/logging.properties b/portlet-tck_3.0/V3PortletContextTests/src/main/resources/logging.properties
deleted file mode 100644
index e18ad77..0000000
--- a/portlet-tck_3.0/V3PortletContextTests/src/main/resources/logging.properties
+++ /dev/null
@@ -1,35 +0,0 @@
-# 
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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.
-#
-######################################################################
-
-
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE