build.git.INSTALL.xml 376 B

12345678910
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../." default="INSTALL" name="git.INSTALL">
  3. <include file="build.git.PRODUCT.xml" />
  4. <target name="INSTALL" />
  5. <!--<target if="git.INSTALL.install_example.ifdef" name="INSTALL.install_example">
  6. <copy file="${git.INSTALL.install_example}" tofile="${git.install_example}" />
  7. </target>-->
  8. </project>