| 1234567891011121314151617181920 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../." default="INSTALL" name="bcgtht.INSTALL">
- <include file="build.bcgtht.PRODUCT.xml" />
-
- <property location="${bcgtht.install}/static" name="bcgtht.INSTALL.static" />
- <condition property="bcgtht.INSTALL.static.ifdef" taskname="INSTALL.static">
- <not>
- <available file="${bcgtht.repository}/static" />
- </not>
- </condition>
- <target depends="INSTALL.static" name="INSTALL" />
- <target if="bcgtht.INSTALL.static.ifdef" name="INSTALL.static">
- <copy file="${bcgtht.INSTALL.static}" tofile="${bcgtht.static}" />
- </target>
-
-
-
-
-
- </project>
|