Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-castor/src/main/java/org/xdoclet/plugin/castor
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7784/plugin-castor/src/main/java/org/xdoclet/plugin/castor

Modified Files:
        CastorMappingXMLPlugin.java 
Log Message:
Because of extends usage and castor not supporting forwarding definitions
we must order the list by hierarchy

Index: CastorMappingXMLPlugin.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-castor/src/main/java/org/xdoclet/plugin/castor/CastorMappingXMLPlugin.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CastorMappingXMLPlugin.java 23 Jun 2005 12:51:59 -0000      1.3
--- CastorMappingXMLPlugin.java 11 Mar 2006 19:47:40 -0000      1.4
***************
*** 1,533 ****
! /*
!  * Copyright (c) 2003
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.plugin.castor;
! 
! import java.io.File;
! 
! import java.util.ArrayList;
[...1093 lines suppressed...]
!      * @throws NullPointerException if fileName == null
!      */
!     public void setFilename(String fileName) {
!         if (fileName == null) {
!             throw new NullPointerException();
!         }
! 
!         this.fileName = fileName;
!     }
! 
!     /**
!      * Overrides pluggin start. Used for late setting of generated file name, 
in case the user whishes to
!      * change it
!      */
!     public void start() {
!         setFilereplace(fileName);
!         super.start();
!     }
  }
\ No newline at end of file



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to