Update of 
/cvsroot/xdoclet/xdoclet2/plugins/xmlFacade/src/java/xdoclet/plugins/xmlFacade
In directory 
sc8-pr-cvs1:/tmp/cvs-serv7981/plugins/xmlFacade/src/java/xdoclet/plugins/xmlFacade

Modified Files:
        XMLFacadeGenerator.java 
Log Message:
-Made it possible to use custom generation (arbitrary number of files) in addition to 
per class and for all classes.
-Moved some classes to more appropriate packages

Index: XMLFacadeGenerator.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet2/plugins/xmlFacade/src/java/xdoclet/plugins/xmlFacade/XMLFacadeGenerator.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** XMLFacadeGenerator.java     19 Nov 2002 23:10:47 -0000      1.1.1.1
--- XMLFacadeGenerator.java     22 Nov 2002 18:57:40 -0000      1.2
***************
*** 1,7 ****
- // Decompiled by DJ v3.2.2.67 Copyright 2002 Atanas Neshkov  Date: 19.11.2002 
22:37:03
- // Home Page : http://members.fortunecity.com/neshkov/dj.html  - Check often for new 
version!
- // Decompiler options: packimports(3) 
- // Source File Name:   XMLFacadeGenerator.java
- 
  package xdoclet.plugins.xmlFacade;
  
--- 1,2 ----
***************
*** 11,19 ****
  import xdoclet.generators.VelocityGenerator;
  
! // Referenced classes of package xdoclet.plugins.xmlFacade:
! //            CastorMethodPredicate
! 
! public class XMLFacadeGenerator extends VelocityGenerator
! {
  
      public XMLFacadeGenerator(JavaDestination destination, Collection 
acceptedClasses)
--- 6,16 ----
  import xdoclet.generators.VelocityGenerator;
  
! /**
!  * Generates facade classes for classes generated by Castor and Zeus.
!  *
!  * @author <a href="mailto:aslak.hellesoy at bekk.no">Aslak Helles&oslash;y</a>
!  * @version $Revision$
!  */
! public class XMLFacadeGenerator extends VelocityGenerator {
  
      public XMLFacadeGenerator(JavaDestination destination, Collection 
acceptedClasses)
***************
*** 23,29 ****
      }
  
!     protected final boolean isGenerationPerClass()
      {
!         return true;
      }
  }
--- 20,27 ----
      }
  
!     protected final int getGenerationMode()
      {
!         return MODE_CUSTOM;
      }
+ 
  }



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to