<?xml version='1.0' encoding='ISO-8859-1'?>
<project basedir="." default="compile">
  <import file="../build_common.xml" />

  <target name="run" depends="compile">
    <java classpathref="cp" fork="yes" classname="AddTOC">
      <sysproperty key="xml.catalog.files" 
                   value="${xxe.dir}/addon/config/catalog.xml" />
      <arg value="tests/in/sample1.html" />
      <arg value="tests/out/sample1.html" />
    </java>
  </target>
</project>
