2003-01-24 03:44:26 +00:00

19 lines
410 B
XML

<project xmlns:x="jelly:xml" xmlns:j="jelly:core">
<j:whitespace trim="no" xmlns="dummy">
<document>
<properties>
<title>${pom.name} Properties</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<section name="${pom.name} Settings">
<p>There are no settings to customize this plugin</p>
</section>
</body>
</document>
</j:whitespace>
</project>