Formatting

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114024 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-09-17 08:14:51 +00:00
parent 76b433db6c
commit 3689b5915a

View File

@@ -30,14 +30,14 @@
name="changes:report"
description="Generate a changes report">
<doc:jsl
input="${maven.docs.src}/changes.xml"
output="changes-report.xml"
stylesheet="${plugin.resources}/changes.jsl"
encoding="${maven.docs.outputencoding}"
outputMode="xml"
prettyPrint="true"
/>
<doc:jsl
input="${maven.docs.src}/changes.xml"
output="changes-report.xml"
stylesheet="${plugin.resources}/changes.jsl"
encoding="${maven.docs.outputencoding}"
outputMode="xml"
prettyPrint="true"
/>
</goal>
</project>