You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/07/29 23:19:41 UTC

svn commit: r680846 - in /maven/plugins/trunk/maven-changes-plugin/src: main/mdo/changes.mdo main/resources/META-INF/plexus/components.xml test/unit/changes.xml test/unit/non-valid-changes.xml test/unit/plugin-config.xml

Author: olamy
Date: Tue Jul 29 14:19:41 2008
New Revision: 680846

URL: http://svn.apache.org/viewvc?rev=680846&view=rev
Log:
add missing license header and xml declaration

Modified:
    maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo
    maven/plugins/trunk/maven-changes-plugin/src/main/resources/META-INF/plexus/components.xml
    maven/plugins/trunk/maven-changes-plugin/src/test/unit/changes.xml
    maven/plugins/trunk/maven-changes-plugin/src/test/unit/non-valid-changes.xml
    maven/plugins/trunk/maven-changes-plugin/src/test/unit/plugin-config.xml

Modified: maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo?rev=680846&r1=680845&r2=680846&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/mdo/changes.mdo Tue Jul 29 14:19:41 2008
@@ -1,5 +1,22 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+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.
+-->
 <model xsd.namespace="http://maven.apache.org/changes/1.0.0" xsd.target-namespace="http://maven.apache.org/changes/1.0.0">
   <id>changes</id>
   <name>Changes</name>

Modified: maven/plugins/trunk/maven-changes-plugin/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/resources/META-INF/plexus/components.xml?rev=680846&r1=680845&r2=680846&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/resources/META-INF/plexus/components.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/resources/META-INF/plexus/components.xml Tue Jul 29 14:19:41 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file

Modified: maven/plugins/trunk/maven-changes-plugin/src/test/unit/changes.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/test/unit/changes.xml?rev=680846&r1=680845&r2=680846&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/test/unit/changes.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/test/unit/changes.xml Tue Jul 29 14:19:41 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file

Modified: maven/plugins/trunk/maven-changes-plugin/src/test/unit/non-valid-changes.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/test/unit/non-valid-changes.xml?rev=680846&r1=680845&r2=680846&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/test/unit/non-valid-changes.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/test/unit/non-valid-changes.xml Tue Jul 29 14:19:41 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file

Modified: maven/plugins/trunk/maven-changes-plugin/src/test/unit/plugin-config.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/test/unit/plugin-config.xml?rev=680846&r1=680845&r2=680846&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/test/unit/plugin-config.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/test/unit/plugin-config.xml Tue Jul 29 14:19:41 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file