You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2007/12/02 18:15:22 UTC

svn commit: r600340 - in /openejb/trunk/openejb3/server/openejb-cxf: pom.xml src/main/resources/META-INF/org.apache.openejb.server.ServerService/cxf

Author: jlaskowski
Date: Sun Dec  2 09:15:21 2007
New Revision: 600340

URL: http://svn.apache.org/viewvc?rev=600340&view=rev
Log:
Fix license headers

Modified:
    openejb/trunk/openejb3/server/openejb-cxf/pom.xml
    openejb/trunk/openejb3/server/openejb-cxf/src/main/resources/META-INF/org.apache.openejb.server.ServerService/cxf

Modified: openejb/trunk/openejb3/server/openejb-cxf/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-cxf/pom.xml?rev=600340&r1=600339&r2=600340&view=diff
==============================================================================
--- openejb/trunk/openejb3/server/openejb-cxf/pom.xml (original)
+++ openejb/trunk/openejb3/server/openejb-cxf/pom.xml Sun Dec  2 09:15:21 2007
@@ -29,7 +29,20 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>openejb-cxf</artifactId>
   <packaging>jar</packaging>
-  <name>OpenEJB :: Server :: CXF</name>
+  <name>OpenEJB :: Server :: CXF</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>src/main/resources/META-INF/cxf.extension</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb3/server/openejb-cxf/src/main/resources/META-INF/org.apache.openejb.server.ServerService/cxf
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/server/openejb-cxf/src/main/resources/META-INF/org.apache.openejb.server.ServerService/cxf?rev=600340&r1=600339&r2=600340&view=diff
==============================================================================
--- openejb/trunk/openejb3/server/openejb-cxf/src/main/resources/META-INF/org.apache.openejb.server.ServerService/cxf (original)
+++ openejb/trunk/openejb3/server/openejb-cxf/src/main/resources/META-INF/org.apache.openejb.server.ServerService/cxf Sun Dec  2 09:15:21 2007
@@ -1,3 +1,22 @@
+#
+# 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.
+#
+#
+# $Rev: 600180 $ $Date: 2007-12-01 19:52:39 +0100 (Sat, 01 Dec 2007) $
+#
 server      = org.apache.openejb.server.cxf.CxfService
 
 # realmName   =