26 lines
1.2 KiB
XML
Raw Normal View History

2015-05-05 11:20:13 -07:00
<?xml version="1.0" ?>
<project default="run">
<property name="chapter" value="annotations"/>
2015-05-18 23:05:20 -07:00
<property name="excludedfiles" value=""/>
2015-05-05 11:20:13 -07:00
<import file="../Ant-Common.xml"/>
2015-05-18 23:05:20 -07:00
<import file="../Ant-Clean.xml"/>
2015-05-05 11:20:13 -07:00
<target name="run" description="Compile and run" depends="build">
<jrun cls="annotations.AtUnitComposition" dirpath="../annotations" />
<jrun cls="annotations.AtUnitExample1" dirpath="../annotations" />
<jrun cls="annotations.AtUnitExample2" dirpath="../annotations" />
<jrun cls="annotations.AtUnitExample3" dirpath="../annotations" />
<jrun cls="annotations.AtUnitExample4" dirpath="../annotations" />
<jrun cls="annotations.AtUnitExample5" dirpath="../annotations" />
<jrun cls="annotations.AtUnitExternalTest" dirpath="../annotations" />
<jrun cls="annotations.HashSetTest" dirpath="../annotations" />
<jrun cls="annotations.Multiplier" dirpath="../annotations" />
<jrun cls="annotations.StackLStringTest" dirpath="../annotations" />
<jrun cls="UseCaseTracker" />
2015-05-07 17:25:05 -07:00
<jrun cls="annotations.database.TableCreator" dirpath="../annotations/database" arguments="annotations.database.Member" />
2015-05-18 23:05:20 -07:00
<jrun cls="annotations.simplest.SimpleTest" dirpath="../annotations/simplest" />
2015-05-05 11:20:13 -07:00
</target>
</project>