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

build.xml 599B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project name="DMDirc-Utils" default="default" basedir=".">
  3. <description>Builds, tests, and runs the project.</description>
  4. <import file="nbproject/build-impl.xml"/>
  5. <import file="build-ivy.xml"/>
  6. <import file="build-versioning.xml"/>
  7. <target name="-pre-init" depends="-init-dependencies"/>
  8. <target name="-post-compile" depends="-add-version"/>
  9. <target name="-post-jar">
  10. <delete file="${manifest.file}"/>
  11. </target>
  12. <target name="-post-test-run">
  13. <delete file="${manifest.file}"/>
  14. </target>
  15. </project>