You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/09/08 14:51:01 UTC

[32/50] [abbrv] logging-log4j2 git commit: Fix filename to match tests

Fix filename to match tests


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4f3b21d9
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4f3b21d9
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4f3b21d9

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: 4f3b21d9c5c03a97d40095c40e68c7fd4588a52b
Parents: 301e13e
Author: Matt Sicker <bo...@gmail.com>
Authored: Tue Sep 6 23:58:04 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Tue Sep 6 23:58:04 2016 -0500

----------------------------------------------------------------------
 ...lockingQueueFactory-JCToolsBlockingQueue.xml | 40 ++++++++++++++++++++
 ...lockingQueueFactory-JctoolsBlockingQueue.xml | 40 --------------------
 2 files changed, 40 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4f3b21d9/log4j-core/src/test/resources/BlockingQueueFactory-JCToolsBlockingQueue.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/BlockingQueueFactory-JCToolsBlockingQueue.xml b/log4j-core/src/test/resources/BlockingQueueFactory-JCToolsBlockingQueue.xml
new file mode 100644
index 0000000..452faa2
--- /dev/null
+++ b/log4j-core/src/test/resources/BlockingQueueFactory-JCToolsBlockingQueue.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+
+-->
+<Configuration status="OFF" name="JCToolsBlockingQueueFactory">
+
+  <Appenders>
+    <Console name="STDOUT">
+      <PatternLayout pattern="%m%n"/>
+    </Console>
+    <List name="List">
+      <PatternLayout pattern="%C %M %m"/>
+    </List>
+    <Async name="Async" includeLocation="true" error-ref="STDOUT">
+      <AppenderRef ref="List"/>
+      <JCToolsBlockingQueue/>
+    </Async>
+  </Appenders>
+
+  <Loggers>
+    <Root level="debug">
+      <AppenderRef ref="Async"/>
+    </Root>
+  </Loggers>
+
+</Configuration>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4f3b21d9/log4j-core/src/test/resources/BlockingQueueFactory-JctoolsBlockingQueue.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/resources/BlockingQueueFactory-JctoolsBlockingQueue.xml b/log4j-core/src/test/resources/BlockingQueueFactory-JctoolsBlockingQueue.xml
deleted file mode 100644
index 452faa2..0000000
--- a/log4j-core/src/test/resources/BlockingQueueFactory-JctoolsBlockingQueue.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- 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.
-
--->
-<Configuration status="OFF" name="JCToolsBlockingQueueFactory">
-
-  <Appenders>
-    <Console name="STDOUT">
-      <PatternLayout pattern="%m%n"/>
-    </Console>
-    <List name="List">
-      <PatternLayout pattern="%C %M %m"/>
-    </List>
-    <Async name="Async" includeLocation="true" error-ref="STDOUT">
-      <AppenderRef ref="List"/>
-      <JCToolsBlockingQueue/>
-    </Async>
-  </Appenders>
-
-  <Loggers>
-    <Root level="debug">
-      <AppenderRef ref="Async"/>
-    </Root>
-  </Loggers>
-
-</Configuration>