We don't really need Velocity here, we just want some simple key/value

substitutions. Ditch our dependency on the sometimes fragile and frequently
annoying template engine and do things the old fashioned way.
This commit is contained in:
Michael Bayne
2009-07-11 21:35:19 +00:00
parent c1166e0f4a
commit 1daac11a36
5 changed files with 32 additions and 39 deletions
+1 -2
View File
@@ -3,11 +3,10 @@
<project name="library-dependencies">
<fileset dir="${libs.dir}" id="depot.libs">
<include name="ant.jar"/>
<include name="commons-collections.jar"/>
<include name="commons-io.jar"/>
<include name="ehcache.jar"/>
<include name="google-collect.jar"/>
<include name="junit4.jar"/>
<include name="samskivert.jar"/>
<include name="velocity-1.5-dev.jar"/>
</fileset>
</project>