timestamper/build.xml
Jonathan Bernard 652cc8703a Changes to Description categories, other fixes.
Description based category is now case-insensitive.
Fixed bug where description categories and plans were not agreeing on how
  to categories items.
Updated startscript.groovy to be aware of new changes with events.
Update build script properties.
2011-01-22 19:31:36 -06:00

9 lines
170 B
XML

<project name="Time Analyzer" default="compile">
<property file="project.properties"/>
<import file="jdb-build-1.5.xml"/>
<target name="init"/>
</project>