| 12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../." default="INSTALL" name="p5xsl.INSTALL">
- <include file="build.p5xsl.PRODUCT.xml" />
- <include as="" file="build.p5xsl.git.xml" optional="yes" prefixseparator="" />
-
-
- <property location="${p5xsl.install}/expath-tools-saxon-0.1.0.jar" name="p5xsl.INSTALL.expath-tools-saxon-0.1.0.jar" />
-
-
-
- <condition property="p5xsl.INSTALL.expath-tools-saxon-0.1.0.jar.ifdef" taskname="INSTALL.expath-tools-saxon-0.1.0.jar">
- <not>
- <available file="${p5xsl.expath-tools-saxon-0.1.0.jar}" />
- </not>
- </condition>
-
- <target depends="INSTALL.expath-tools-saxon-0.1.0.jar" name="INSTALL" />
-
- <target if="p5xsl.INSTALL.expath-tools-saxon-0.1.0.jar.ifdef" name="INSTALL.expath-tools-saxon-0.1.0.jar">
- <copy file="${p5xsl.INSTALL.expath-tools-saxon-0.1.0.jar}" tofile="${p5xsl.expath-tools-saxon-0.1.0.jar}" />
- </target>
- </project>
|