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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to