0.2.2
From DoubleType
This release fixes a bug that causes repeated errors when a non-existent folder is specified during creation of typeface.
This is the first release after switching over to Subversion, so I had to change several things. svn target was added to build.xml to export source files:
<target name="svn">
<delete dir="${export.dest}" />
<svn>
<export
srcPath="."
destPath="${export.dest}" />
</svn>
<copy todir="${release.dest}/doubletype">
<fileset dir="${export.dest}" />
</copy>
</target>
Since ant does not come with svn task, SvnAnt was used.
Also, to generate ChangeLog, svn2cl was used.
--Eed3si9n 16:29, 9 August 2008 (EDT)
[edit]
