2015-12-02 09:20:27 -08:00

31 lines
1.1 KiB
XML

<?xml version="1.0" ?>
<project default="run">
<property name="chapter" value="interfaces"/>
<property name="excludedfiles" value="AttemptToUseBasic.java"/>
<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="AnImplementation" />
<jrun cls="Applicator" />
<jrun cls="Factories" />
<jrun cls="Games" />
<jrun cls="HorrorShow" />
<jrun cls="Implementation2" />
<jrun cls="Instantiable" />
<jrun cls="Jim" />
<jrun cls="Machine" />
<jrun cls="MultipleInheritance" />
<jrun cls="RandomWords" />
<jrun cls="TestRandVals" />
<jrun cls="interfaces.interfaceprocessor.FilterProcessor" 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>