Author: carnold
Date: Tue Jun  8 04:18:10 2010
New Revision: 952529

URL: http://svn.apache.org/viewvc?rev=952529&view=rev
Log:
Bug 42102: Missing source headers, pom.xml tweaks

Modified:
    logging/log4j/companions/receivers/trunk/pom.xml
    
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/db2.sql
    
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/db2l.sql
    
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/hsqldb.sql
    
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/mssql.sql
    
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/mysql.sql
    
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/oracle.sql
    
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/postgresql.sql
    
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/package.html
    
logging/log4j/companions/receivers/trunk/src/test/resources/org/apache/log4j/xml/xmlLayout.1.xml
    
logging/log4j/companions/receivers/trunk/src/test/resources/org/apache/log4j/xml/xsltLayout.1.xml

Modified: logging/log4j/companions/receivers/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/pom.xml?rev=952529&r1=952528&r2=952529&view=diff
==============================================================================
--- logging/log4j/companions/receivers/trunk/pom.xml (original)
+++ logging/log4j/companions/receivers/trunk/pom.xml Tue Jun  8 04:18:10 2010
@@ -81,10 +81,18 @@
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
             <source>1.4</source>
             <target>1.4</target>
+           <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
          <plugin>
@@ -155,6 +163,11 @@
             <version>1.6.5</version>
           </dependency>
           <dependency>
+            <groupId>ant</groupId>
+            <artifactId>ant</artifactId>
+            <version>1.6.5</version>
+          </dependency>
+          <dependency>
             <groupId>ant-contrib</groupId>
             <artifactId>ant-contrib</artifactId>
             <version>1.0b2</version>
@@ -180,6 +193,9 @@
         </plugin>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <encoding>UTF-8</encoding>
+        </configuration>
         <executions>
             <execution>
                 <goals>
@@ -264,6 +280,8 @@
     <plugins>
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
+        <!--  version 2.2 runs into http://jira.codehaus.org/browse/DOXIA-215  
-->
+        <version>2.1</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -306,6 +324,18 @@
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <configuration>
+            <excludes>
+               <!--  empty file  -->
+               <exclude>src/site/resources/css/site.css</exclude>
+               <exclude>src/test/resources/**/*.log</exclude>
+           </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
  <distributionManagement>

Modified: 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/db2.sql
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/db2.sql?rev=952529&r1=952528&r2=952529&view=diff
==============================================================================
--- 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/db2.sql
 (original)
+++ 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/db2.sql
 Tue Jun  8 04:18:10 2010
@@ -1,3 +1,18 @@
+#  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.
+#
 # This SQL script creates the required tables by 
org.apache.log4j.db.DBAppender and 
 # org.apache.log4j.db.DBReceiver.
 #

Modified: 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/db2l.sql
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/db2l.sql?rev=952529&r1=952528&r2=952529&view=diff
==============================================================================
--- 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/db2l.sql
 (original)
+++ 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/db2l.sql
 Tue Jun  8 04:18:10 2010
@@ -1,3 +1,17 @@
+#  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.
 # This SQL script creates the required tables by 
org.apache.log4j.db.DBAppender and 
 # org.apache.log4j.db.DBReceiver.
 #

Modified: 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/hsqldb.sql
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/hsqldb.sql?rev=952529&r1=952528&r2=952529&view=diff
==============================================================================
--- 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/hsqldb.sql
 (original)
+++ 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/hsqldb.sql
 Tue Jun  8 04:18:10 2010
@@ -1,3 +1,17 @@
+//  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.
 // This SQL script creates the required tables by
 // org.apache.log4j.db.DBAppender and org.apache.log4j.db.DBReceiver.
 //

Modified: 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/mssql.sql
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/mssql.sql?rev=952529&r1=952528&r2=952529&view=diff
==============================================================================
--- 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/mssql.sql
 (original)
+++ 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/mssql.sql
 Tue Jun  8 04:18:10 2010
@@ -1,3 +1,19 @@
+--  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.
+--
+--
 -- This SQL script creates the required tables by 
org.apache.log4j.db.DBAppender and 
 -- org.apache.log4j.db.DBReceiver. 
 -- 

Modified: 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/mysql.sql
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/mysql.sql?rev=952529&r1=952528&r2=952529&view=diff
==============================================================================
--- 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/mysql.sql
 (original)
+++ 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/mysql.sql
 Tue Jun  8 04:18:10 2010
@@ -1,3 +1,20 @@
+#  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.
+#
+#
+#
 # This SQL script creates the required tables by 
org.apache.log4j.db.DBAppender and 
 # org.apache.log4j.db.DBReceiver.
 #
@@ -51,4 +68,4 @@ CREATE TABLE logging_event_exception
     PRIMARY KEY(event_id, i),
     FOREIGN KEY (event_id) REFERENCES logging_event(event_id)
   );
-COMMIT;
\ No newline at end of file
+COMMIT;

Modified: 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/oracle.sql
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/oracle.sql?rev=952529&r1=952528&r2=952529&view=diff
==============================================================================
--- 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/oracle.sql
 (original)
+++ 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/oracle.sql
 Tue Jun  8 04:18:10 2010
@@ -1,3 +1,19 @@
+--  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.
+--
+--
 -- This SQL script creates the required tables by 
org.apache.log4j.db.DBAppender and 
 -- org.apache.log4j.db.DBReceiver.
 --

Modified: 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/postgresql.sql
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/postgresql.sql?rev=952529&r1=952528&r2=952529&view=diff
==============================================================================
--- 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/postgresql.sql
 (original)
+++ 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/dialect/postgresql.sql
 Tue Jun  8 04:18:10 2010
@@ -1,4 +1,19 @@
-# This SQL script creates the required tables by 
org.apache.log4j.db.DBAppender and 
+#  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.
+#
+## This SQL script creates the required tables by 
org.apache.log4j.db.DBAppender and 
 # org.apache.log4j.db.DBReceiver.
 #
 # It is intended for PostgreSQL databases.

Modified: 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/package.html
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/package.html?rev=952529&r1=952528&r2=952529&view=diff
==============================================================================
--- 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/package.html
 (original)
+++ 
logging/log4j/companions/receivers/trunk/src/main/java/org/apache/log4j/db/package.html
 Tue Jun  8 04:18:10 2010
@@ -1,3 +1,19 @@
+<!--
+  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.
+-->
 
 <html>
 <body>

Modified: 
logging/log4j/companions/receivers/trunk/src/test/resources/org/apache/log4j/xml/xmlLayout.1.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/test/resources/org/apache/log4j/xml/xmlLayout.1.xml?rev=952529&r1=952528&r2=952529&view=diff
==============================================================================
--- 
logging/log4j/companions/receivers/trunk/src/test/resources/org/apache/log4j/xml/xmlLayout.1.xml
 (original)
+++ 
logging/log4j/companions/receivers/trunk/src/test/resources/org/apache/log4j/xml/xmlLayout.1.xml
 Tue Jun  8 04:18:10 2010
@@ -1,3 +1,19 @@
+<!--
+  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.
+-->
 <log4j:event logger="org.apache.log4j.xml.XMLLayoutTestCase$X" 
timestamp="1187196936354" level="INFO" thread="main">
 <log4j:message><![CDATA[in X() constructor]]></log4j:message>
 </log4j:event>

Modified: 
logging/log4j/companions/receivers/trunk/src/test/resources/org/apache/log4j/xml/xsltLayout.1.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/companions/receivers/trunk/src/test/resources/org/apache/log4j/xml/xsltLayout.1.xml?rev=952529&r1=952528&r2=952529&view=diff
==============================================================================
--- 
logging/log4j/companions/receivers/trunk/src/test/resources/org/apache/log4j/xml/xsltLayout.1.xml
 (original)
+++ 
logging/log4j/companions/receivers/trunk/src/test/resources/org/apache/log4j/xml/xsltLayout.1.xml
 Tue Jun  8 04:18:10 2010
@@ -1,3 +1,19 @@
+<!--
+  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.
+-->
 <log4j:event xmlns:log4j="http://jakarta.apache.org/log4j/"; 
logger="org.apache.log4j.xml.XSLTLayoutTestCase$X" 
time="2007-08-15T16:42:31.821Z" timestamp="1187196151821" level="INFO" 
thread="main">
 <log4j:message>in X() constructor</log4j:message>
 </log4j:event>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to