Author: olamy
Date: Wed Dec 22 10:04:52 2010
New Revision: 1051807
URL: http://svn.apache.org/viewvc?rev=1051807&view=rev
Log:
tabs to spaces.
Modified:
maven/plugins/trunk/maven-changes-plugin/src/test/unit/changes.xml
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=1051807&r1=1051806&r2=1051807&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 Wed Dec
22 10:04:52 2010
@@ -17,37 +17,37 @@ KIND, either express or implied. See th
specific language governing permissions and limitations
under the License.
-->
-<document xmlns="http://maven.apache.org/changes/1.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/changes/1.0.0
http://maven.apache.org/xsd/changes-1.0.0.xsd">
- <properties>
- <title>Changes report Project</title>
- <author email="[email protected]">Mr Zloug</author>
- </properties>
- <body>
- <release version="1.1" date="2005-03-01"
description="Subsequent release">
- <action dev="me" type="add">
+<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/changes/1.0.0
http://maven.apache.org/xsd/changes-1.0.0.xsd">
+ <properties>
+ <title>Changes report Project</title>
+ <author email="[email protected]">Mr Zloug</author>
+ </properties>
+ <body>
+ <release version="1.1" date="2005-03-01" description="Subsequent release">
+ <action dev="me" type="add">
Added additional documentation on how to configure the plugin.
</action>
- <action dev="me" type="fix" issue="MCHANGES-88">
+ <action dev="me" type="fix" issue="MCHANGES-88">
Enable retrieving component-specific issues.
</action>
- <action dev="me" type="fix" issue="1212" system="qc">
+ <action dev="me" type="fix" issue="1212" system="qc">
Enable retrieving component-specific issues.
</action>
- <action dev="jruiz" type="remove" due-to="others"
due-to-email="[email protected]">
- The element type " link " must be terminated by the matching end-tag.
+ <action dev="jruiz" type="remove" due-to="others"
due-to-email="[email protected]">
+ The element type " link " must be terminated
+ by the matching end-tag.
Deleted the erroneous code.
</action>
- </release>
- <release version="1.0" date="2005-01-01" description="First
release">
- <action dev="me" type="update" date="2008-01-01">
+ </release>
+ <release version="1.0" date="2005-01-01" description="First release">
+ <action dev="me" type="update" date="2008-01-01">
Uploaded documentation on how to use the plugin.
- <fixes issue="JIRA-XXX"/>
- <fixes issue="JIRA-YYY"/>
- <dueto name="John Doe" email="[email protected]"/>
- <dueto name="Jane Doe"/>
+ <fixes issue="JIRA-XXX" />
+ <fixes issue="JIRA-YYY" />
+ <dueto name="John Doe" email="[email protected]" />
+ <dueto name="Jane Doe" />
</action>
- </release>
- </body>
+ </release>
+ </body>
</document>