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

svn commit: r165228 - /maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java

Author: jdcasey
Date: Thu Apr 28 16:14:23 2005
New Revision: 165228

URL: http://svn.apache.org/viewcvs?rev=165228&view=rev
Log:
Cleaning up sysout from debugging.

Modified:
    maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java

Modified: maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java?rev=165228&r1=165227&r2=165228&view=diff
==============================================================================
--- maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java (original)
+++ maven/components/trunk/maven-plugin-descriptor/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptorBuilder.java Thu Apr 28 16:14:23 2005
@@ -158,8 +158,6 @@
             {
                 String editable = d.getChild("editable").getValue();
                 
-                System.out.println("Value of editable attribute for parameter: " + parameter.getName() + " is: " + editable);
-                
                 parameter.setEditable( editable == null || "true".equals( editable ) );
             }
             



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