Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/vendor
In directory usw-pr-cvs1:/tmp/cvs-serv31718/core/src/xdoclet/ejb/vendor

Modified Files:
        WebLogicSubTask.java 
Log Message:
Fixed bug #456464 by introducing two convenience public static 
members of DocletUtil:

public final static String LINE_SEPARATOR = System.getProperty( line.separator );

public final static char LINE_SEPARATOR_CHAR = System.getProperty( line.separator 
).charAt( 0 );

use these whenever you need a line separator.

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to