Bruce Eckel 49edcc8b17 reorg
2015-06-15 17:47:35 -07:00

27 lines
1.1 KiB
XML

<?xml version="1.0" ?>
<project default="run">
<property name="chapter" value="interfaces"/>
<property name="excludedfiles" value=""/>
<import file="../Ant-Common.xml"/>
<import file="../Ant-Clean.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>