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.

doreports.xml 326B

123456789
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project name="DMDirc" default="default" basedir=".">
  3. <description>Builds, tests, and runs the project DMDirc.</description>
  4. <import file="junitreport.xml" />
  5. <import file="style_build.xml" />
  6. <target name="reports" depends="test-html,checkstyle,javadoc" />
  7. </project>