選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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>