Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/util
In directory usw-pr-cvs1:/tmp/cvs-serv31718/core/src/xdoclet/util
Modified Files:
DocletUtil.java PrettyPrintWriter.java TemplateEngine.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