leosutic    2004/03/20 16:03:44

  Modified:    attributes/compiler/src/java/org/apache/commons/attributes/compiler
                        AttributeCompiler.java
  Log:
  Removed confusing log statement.
  
  Revision  Changes    Path
  1.14      +0 -1      
jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java
  
  Index: AttributeCompiler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- AttributeCompiler.java    19 Feb 2004 14:49:13 -0000      1.13
  +++ AttributeCompiler.java    21 Mar 2004 00:03:44 -0000      1.14
  @@ -91,7 +91,6 @@
       
       public void setSourcepathref (String pathref) {
           String sourcePaths = project.getReference (pathref).toString ();
  -        log ("Setting source paths to:" + pathref + "/" + sourcePaths);
           StringTokenizer tok = new StringTokenizer (sourcePaths, File.pathSeparator);
           while (tok.hasMoreTokens ()) {
               FileSet fs = new FileSet ();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to