2015-05-05 14:05:39 -07:00

26 lines
1.0 KiB
XML

<?xml version="1.0" ?>
<project default="run">
<property name="chapter" value="interfaces"/>
<property name="excludedfiles" value=""/>
<import file="../Ant-Common.xml"/>
<target name="run" description="Compile and run" depends="build">
<jrun cls="AdaptedRandomDoubles" />
<jrun cls="Adventure" />
<jrun cls="Factories" />
<jrun cls="Games" />
<jrun cls="HorrorShow" />
<jrun cls="RandomDoubles" />
<jrun cls="RandomWords" />
<jrun cls="TestRandVals" />
<jrun cls="interfaces.classprocessor.Apply" dirpath="../interfaces/classprocessor" />
<jrun cls="interfaces.interfaceprocessor.FilterProcessor" dirpath="../interfaces/interfaceprocessor" />
<jrun cls="interfaces.interfaceprocessor.StringProcessor" dirpath="../interfaces/interfaceprocessor" />
<jrun cls="interfaces.music4.Music4" dirpath="../interfaces/music4" />
<jrun cls="interfaces.music5.Music5" dirpath="../interfaces/music5" />
<jrun cls="interfaces.nesting.NestingInterfaces" dirpath="../interfaces/nesting" />
</target>
</project>