You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build-parsers.xml 389B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project name="DMDirc-parsers" default="default" basedir=".">
  3. <target name="build-parsers" description="Build all parsers">
  4. <subant buildpath="modules/parser" target="jar"/>
  5. </target>
  6. <target name="clean-parsers" description="Clean parsers">
  7. <subant buildpath="modules/parser" target="clean"/>
  8. </target>
  9. </project>