CVS Diff

This is the output of and <CvsTagDiff> on the CVS repository that hosts Dependency Finder.

1.1.1 -   XML HTML
1.1.0 - 1.1.1 XML HTML
1.1.0 beta3 - 1.1.0 XML HTML
1.1.0 beta2 - 1.1.0 beta3 XML HTML
1.1.0 beta1 - 1.1.0 beta2 XML HTML
1.0.1 - 1.1.0 beta1 XML HTML
1.0.1 - 1.1.0 XML HTML
1.0 - 1.0.1 XML HTML
1.0 beta - 1.0 XML HTML
20030101 - 1.0 beta XML HTML
20020711 - 20030101 XML HTML
20020127 - 20020711 XML HTML

E.g.,

    <target name="currentreport" depends="init">
	<cvstagdiff cvsroot=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/depfind"
		    package="DependencyFinder"
		    startTag="release-101"
		    endTag="release-110"
		    destFile="101-110.xml"/>
	<style in="101-110.xml"
	       out="101-110.html"
	       style="${ant.home}/etc/tagdiff.xsl">
	    <param name="title"  expression="Dependency Finder"/>
	    <param name="module" expression="DependencyFinder"/>
	    <param name="cvsweb" expression=""/>
	</style>
    </target>