Update of /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/ant
In directory sc8-pr-cvs1:/tmp/cvs-serv12630/src/java/xdoclet/ant

Modified Files:
        AntLogFactory.java XDocletTask.java 
Log Message:
Removed the need for xdoclet-plugin.xml. All metadata is now in generated BeanInfo.

Index: AntLogFactory.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/ant/AntLogFactory.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** AntLogFactory.java  12 Mar 2003 23:41:02 -0000      1.3
--- AntLogFactory.java  16 Mar 2003 17:06:55 -0000      1.4
***************
*** 3,8 ****
  import org.apache.commons.logging.Log;
  import org.apache.commons.logging.LogConfigurationException;
- import org.apache.commons.logging.impl.LogFactoryImpl;
  import org.apache.commons.logging.impl.Jdk14Logger;
  import org.apache.tools.ant.Project;
  
--- 3,8 ----
  import org.apache.commons.logging.Log;
  import org.apache.commons.logging.LogConfigurationException;
  import org.apache.commons.logging.impl.Jdk14Logger;
+ import org.apache.commons.logging.impl.LogFactoryImpl;
  import org.apache.tools.ant.Project;
  
***************
*** 62,66 ****
      public Log getInstance(final String name)
          throws LogConfigurationException {
- 
          Log log;
  
--- 62,65 ----

Index: XDocletTask.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/ant/XDocletTask.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** XDocletTask.java    12 Mar 2003 23:47:04 -0000      1.4
--- XDocletTask.java    16 Mar 2003 17:06:55 -0000      1.5
***************
*** 87,91 ****
  
          // Unset the Ant Logger
!         System.getProperties().remove(LogFactory.FACTORY_PROPERTY);        
      }
  }
--- 87,91 ----
  
          // Unset the Ant Logger
!         System.getProperties().remove(LogFactory.FACTORY_PROPERTY);
      }
  }



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to