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-serv13850/plugin-castor/src/main/java/org/xdoclet/plugin/castor

Modified Files:
        CastorMappingXMLPlugin.java 
Log Message:
Change properties methods case to allow correct handling from ant task.

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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CastorMappingXMLPlugin.java 23 Jun 2005 00:05:21 -0000      1.2
--- CastorMappingXMLPlugin.java 23 Jun 2005 12:51:59 -0000      1.3
***************
*** 1,533 ****
! /*
!  * Copyright (c) 2003
!  * XDoclet Team
!  * All rights reserved.
!  */
! package org.xdoclet.plugin.castor;
! 
! import java.io.File;
! 
! import java.util.ArrayList;
[...1039 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



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to