build.p5xsl.INSTALL.xml 918 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../." default="INSTALL" name="p5xsl.INSTALL">
  3. <include file="build.p5xsl.PRODUCT.xml" />
  4. <include as="" file="build.p5xsl.git.xml" optional="yes" prefixseparator="" />
  5. <property location="${p5xsl.install}/expath-tools-saxon-0.1.0.jar" name="p5xsl.INSTALL.expath-tools-saxon-0.1.0.jar" />
  6. <condition property="p5xsl.INSTALL.expath-tools-saxon-0.1.0.jar.ifdef" taskname="INSTALL.expath-tools-saxon-0.1.0.jar">
  7. <not>
  8. <available file="${p5xsl.expath-tools-saxon-0.1.0.jar}" />
  9. </not>
  10. </condition>
  11. <target depends="INSTALL.expath-tools-saxon-0.1.0.jar" name="INSTALL" />
  12. <target if="p5xsl.INSTALL.expath-tools-saxon-0.1.0.jar.ifdef" name="INSTALL.expath-tools-saxon-0.1.0.jar">
  13. <copy file="${p5xsl.INSTALL.expath-tools-saxon-0.1.0.jar}" tofile="${p5xsl.expath-tools-saxon-0.1.0.jar}" />
  14. </target>
  15. </project>