remove debugging

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@126476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-01-26 07:15:41 +00:00
parent 92da1bd7ce
commit 601d1ff000

View File

@@ -29,7 +29,6 @@
xmlns:x="jelly:xml"
xmlns:doc="doc"
xmlns:maven="jelly:maven"
xmlns:ant="jelly:ant"
xmlns="dummy">
<jsl:template match="document" trim="true">
@@ -289,7 +288,6 @@
</jsl:template>
<jsl:template match="source" trim="false">
<ant:echo>into source...</ant:echo>
<div class="source"><pre><jsl:applyTemplates /></pre></div>
</jsl:template>