You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by lt...@apache.org on 2005/09/29 01:50:10 UTC

svn commit: r292350 - /maven/maven-1/plugins/trunk/changes/plugin.jelly

Author: ltheussl
Date: Wed Sep 28 16:50:08 2005
New Revision: 292350

URL: http://svn.apache.org/viewcvs?rev=292350&view=rev
Log:
Remove debug code

Modified:
    maven/maven-1/plugins/trunk/changes/plugin.jelly

Modified: maven/maven-1/plugins/trunk/changes/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/plugin.jelly?rev=292350&r1=292349&r2=292350&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/changes/plugin.jelly Wed Sep 28 16:50:08 2005
@@ -86,8 +86,6 @@
         property="changesFile.available"/>
 
     <j:if test="${changesFile.available}">
-        <echo>schema=${plugin.resources}/xsd/changes.xsd</echo>
-        <echo>file=${maven.docs.src}/changes.xml</echo>
         <plugin:validate-xml
             schema="${plugin.resources}/xsd/changes.xsd"
             file="${maven.docs.src}/changes.xml"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org