Author: andygumbrecht
Date: Thu Jul 24 14:28:01 2014
New Revision: 1613146

URL: http://svn.apache.org/r1613146
Log:
RAT

Modified:
    tomee/tomee/trunk/rat.xml
    
tomee/tomee/trunk/tck/tck-common/src/main/java/org/apache/openejb/tck/util/ServerLocal.java

Modified: tomee/tomee/trunk/rat.xml
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/rat.xml?rev=1613146&r1=1613145&r2=1613146&view=diff
==============================================================================
--- tomee/tomee/trunk/rat.xml (original)
+++ tomee/tomee/trunk/rat.xml Thu Jul 24 14:28:01 2014
@@ -46,6 +46,7 @@
           <exclude name="**/*.handlebars"/>
 
           <exclude name="report.txt"/>
+          <exclude name="LIBRARIES"/>
           <exclude name="shade/quartz/dependency-reduced-pom.xml"/>
           <exclude name="assembly/openejb-lite/dependency-reduced-pom.xml"/>
           <exclude 
name="container/openejb-core/src/test/resources/cdi-login.config"/>
@@ -81,6 +82,8 @@
           <exclude 
name="server/openejb-cxf/src/main/resources/META-INF/cxf.extension"/>
           <exclude 
name="server/openejb-cxf-rs/src/main/resources/META-INF/services/javax.ws.rs.ext.RuntimeDelegate"/>
           <exclude name="server/openejb-ssh/src/test/key/ssh-key.ser"/>
+          <exclude name="server/openejb-ejbd/activemq-data/**"/>
+          <exclude name="server/openejb-http/activemq-data/**"/>
           <exclude 
name="examples/datasource-ciphered-password/src/test/resources/META-INF/beans.xml"/>
           <exclude 
name="examples/decorators/src/main/resources/META-INF/beans.xml"/>
           <exclude name="examples/webapps/rest-example/TODO"/>

Modified: 
tomee/tomee/trunk/tck/tck-common/src/main/java/org/apache/openejb/tck/util/ServerLocal.java
URL: 
http://svn.apache.org/viewvc/tomee/tomee/trunk/tck/tck-common/src/main/java/org/apache/openejb/tck/util/ServerLocal.java?rev=1613146&r1=1613145&r2=1613146&view=diff
==============================================================================
--- 
tomee/tomee/trunk/tck/tck-common/src/main/java/org/apache/openejb/tck/util/ServerLocal.java
 (original)
+++ 
tomee/tomee/trunk/tck/tck-common/src/main/java/org/apache/openejb/tck/util/ServerLocal.java
 Thu Jul 24 14:28:01 2014
@@ -1,12 +1,18 @@
-/**
- * Tomitribe Confidential
- * <p/>
- * Copyright(c) Tomitribe Corporation. 2014
- * <p/>
- * The source code for this program is not published or otherwise divested
- * of its trade secrets, irrespective of what has been deposited with the
- * U.S. Copyright Office.
- * <p/>
+/*
+ * 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.
  */
 package org.apache.openejb.tck.util;
 


Reply via email to