You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2014/10/31 20:31:25 UTC

[03/10] git commit: fix rat warning

fix rat warning


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/ef4ede29
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/ef4ede29
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/ef4ede29

Branch: refs/heads/es-client-changes
Commit: ef4ede29b8718a12bc908c7d2beefafcfcd01c87
Parents: 4aab84f
Author: Shawn Feldman <sf...@apache.org>
Authored: Thu Oct 30 15:44:47 2014 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Thu Oct 30 15:44:47 2014 -0600

----------------------------------------------------------------------
 .../loadtests/src/test/resources/logback-test.xml  | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/ef4ede29/stack/loadtests/src/test/resources/logback-test.xml
----------------------------------------------------------------------
diff --git a/stack/loadtests/src/test/resources/logback-test.xml b/stack/loadtests/src/test/resources/logback-test.xml
index d15f9f4..d98b728 100644
--- a/stack/loadtests/src/test/resources/logback-test.xml
+++ b/stack/loadtests/src/test/resources/logback-test.xml
@@ -1,5 +1,20 @@
 <configuration>
-
+  <!--/*
+  * 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.
+  */ -->
 	<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
 		<encoder>
 			<pattern>%d{HH:mm:ss.SSS} [%-5level] %logger{15} - %msg%n%rEx</pattern>