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.
9 lines
170 B
XML
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>
|