Author: dennisl
Date: Sun Nov  4 17:14:44 2012
New Revision: 1405588

URL: http://svn.apache.org/viewvc?rev=1405588&view=rev
Log:
Add xml schema to assembly descriptors.
Move license header to correct place and update its content.

Modified:
    creadur/rat/trunk/apache-rat/src/assemble/bin.xml
    creadur/rat/trunk/apache-rat/src/assemble/src.xml

Modified: creadur/rat/trunk/apache-rat/src/assemble/bin.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/src/assemble/bin.xml?rev=1405588&r1=1405587&r2=1405588&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/src/assemble/bin.xml (original)
+++ creadur/rat/trunk/apache-rat/src/assemble/bin.xml Sun Nov  4 17:14:44 2012
@@ -1,21 +1,23 @@
 <?xml version='1.0'?>
-<assembly>
-  <!--
+<!--
   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
-  
+
+      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.
- 
-  -->
+  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.
+-->
+<assembly 
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2";
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
   <id>bin</id>
   <!-- 
   Generates a jar file including the binary jar and the runtime dependencies.

Modified: creadur/rat/trunk/apache-rat/src/assemble/src.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/src/assemble/src.xml?rev=1405588&r1=1405587&r2=1405588&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/src/assemble/src.xml (original)
+++ creadur/rat/trunk/apache-rat/src/assemble/src.xml Sun Nov  4 17:14:44 2012
@@ -1,20 +1,23 @@
 <?xml version='1.0'?>
-<assembly>
-  <!--
+<!--
   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
-  
+
+      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.
-  -->
+  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.
+-->
+<assembly 
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2";
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
 http://maven.apache.org/xsd/assembly-1.1.2.xsd";>
   <id>src</id>
   <!-- 
   Generates a file including all the source tree excluding files/folders


Reply via email to