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

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

Index: ClasspathManagerTest.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/test/java/xdoclet/ClasspathManagerTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ClasspathManagerTest.java   7 Mar 2003 09:14:51 -0000       1.4
--- ClasspathManagerTest.java   16 Mar 2003 17:06:59 -0000      1.5
***************
*** 67,71 ****
          for (Iterator i = pluginClasses.iterator(); i.hasNext();) {
              Class clazz = (Class) i.next();
!             System.out.println("Plugin class: " + clazz.getName());
          }
          // The test plugin is the only one.
--- 67,71 ----
          for (Iterator i = pluginClasses.iterator(); i.hasNext();) {
              Class clazz = (Class) i.next();
!             // System.out.println("Plugin class: " + clazz.getName());
          }
          // The test plugin is the only one.



-------------------------------------------------------
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