You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2013/11/17 21:46:08 UTC

svn commit: r1542809 - in /tomee/tomee/trunk: assembly/openejb-lite/dependency-reduced-pom.xml rat.xml

Author: dblevins
Date: Sun Nov 17 20:46:08 2013
New Revision: 1542809

URL: http://svn.apache.org/r1542809
Log:
add excludes to rat.xml

Modified:
    tomee/tomee/trunk/assembly/openejb-lite/dependency-reduced-pom.xml
    tomee/tomee/trunk/rat.xml

Modified: tomee/tomee/trunk/assembly/openejb-lite/dependency-reduced-pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/assembly/openejb-lite/dependency-reduced-pom.xml?rev=1542809&r1=1542808&r2=1542809&view=diff
==============================================================================
--- tomee/tomee/trunk/assembly/openejb-lite/dependency-reduced-pom.xml (original)
+++ tomee/tomee/trunk/assembly/openejb-lite/dependency-reduced-pom.xml Sun Nov 17 20:46:08 2013
@@ -1,4 +1,21 @@
 <?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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>assembly</artifactId>

Modified: tomee/tomee/trunk/rat.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/rat.xml?rev=1542809&r1=1542808&r2=1542809&view=diff
==============================================================================
--- tomee/tomee/trunk/rat.xml (original)
+++ tomee/tomee/trunk/rat.xml Sun Nov 17 20:46:08 2013
@@ -39,6 +39,21 @@
           <exclude name="**/.classpath"/>
           <exclude name="**/README.md"/>
           <exclude name="**/README.mdtext"/>
+          <exclude name="**/LoadableExtension"/>
+          <exclude name="**/javax.enterprise.inject.spi.Extension"/>
+          <exclude name="**/*.handlebars"/>
+
+	  <!-- Copies of JS libs covered by LICENSE and NOTICE files -->
+          <exclude name="tomee/tomee-static-content/backbone/src/**"/>
+          <exclude name="tomee/tomee-static-content/bootstrap/src/**"/>
+          <exclude name="tomee/tomee-static-content/codemirror/src/**"/>
+          <exclude name="tomee/tomee-static-content/handlebars/src/**"/>
+          <exclude name="tomee/tomee-static-content/jquery/src/**"/>
+          <exclude name="tomee/tomee-static-content/json2/src/**"/>
+          <exclude name="tomee/tomee-static-content/less/src/**"/>
+          <exclude name="tomee/tomee-static-content/underscorejs/src/**"/>
+          <exclude name="tomee/tomee-static-content/require/src/main/resources/META-INF/resources/app/lib/require/**"/>
+
 
           <exclude name="assembly/openejb-standalone/src/main/resources/service.readme.txt"/>
           <exclude name="arquillian/arquillian-tomee-embedded/src/main/resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension"/>
@@ -118,6 +133,7 @@
           <exclude name="**/container/openejb-core/src/test/resources/convert/**/*.xml"/>
           <exclude name="**/container/openejb-core/src/test/resources/mixedcase/**/*.xml"/>
           <exclude name="**/container/openejb-spring/src/test/resources/META-INF/ejb-jar.xml"/>
+          <exclude name="**/container/openejb-jee-accessors/src/test/resources/*.xml"/>
 
           <!-- empty or insignificant descriptors from examples --> 
           <exclude name="**/examples/**/src/*/resources/META-INF/ejb-jar.xml"/>