User: rinkrank
  Date: 02/06/21 05:07:22

  Modified:    core/src/xdoclet/loader ModuleFinder.java
  Log:
  -Updated subtask/task doc template to include only setters with @ant.required and a 
method comment
  -Removed debug from ModuleFinder
  -Some minor doc changes
  
  Revision  Changes    Path
  1.6       +4 -4      xdoclet/core/src/xdoclet/loader/ModuleFinder.java
  
  Index: ModuleFinder.java
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/loader/ModuleFinder.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -w -r1.5 -r1.6
  --- ModuleFinder.java 14 Jun 2002 05:59:05 -0000      1.5
  +++ ModuleFinder.java 21 Jun 2002 12:07:21 -0000      1.6
  @@ -28,7 +28,7 @@
    * @created   7. april 2002
    * @todo      Use reflection to call AntClassLoader.getClasspath to remove 
dependency to Ant. This package should be Ant
    *      independent
  - * @version   $Revision: 1.5 $
  + * @version   $Revision: 1.6 $
    */
   public class ModuleFinder
   {
  @@ -130,12 +130,12 @@
                           JarEntry xdocletXml = 
jar.getJarEntry("META-INF/xdoclet.xml");
   
                           if (xdocletXml != null) {
  -                            log.info(file.getAbsolutePath() + " exists. Parsing 
it.");
  +                            log.debug(file.getAbsolutePath() + " exists. Parsing 
it.");
   
                               xdocletXmlIs = jar.getInputStream(xdocletXml);
                           }
                           else {
  -                            log.info("Skipping " + file.getAbsolutePath() + " (No 
META-INF/xdoclet.xml in here)");
  +                            log.debug("Skipping " + file.getAbsolutePath() + " (No 
META-INF/xdoclet.xml in here)");
                           }
                       }
                       if (xdocletXmlIs != null) {
  @@ -154,7 +154,7 @@
                   }
               }
   
  -            log.info("Finished. Registered " + modules.size() + " modules.");
  +            log.debug("Finished. Registered " + modules.size() + " modules.");
           }
           return modules;
       }
  
  
  


-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to