org.apache.tools.ant.taskdefs.cvslib

Class ChangeLogWriter

public class ChangeLogWriter extends Object

Class used to generate an XML changelog.
Method Summary
voidprintChangeLog(PrintWriter output, CVSEntry[] entries)
Print out the specified entries.

Method Detail

printChangeLog

public void printChangeLog(PrintWriter output, CVSEntry[] entries)
Print out the specified entries.

Parameters: output writer to which to send output. entries the entries to be written.