| 12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../."
- xmlns:bgwrx="http://biuro.biall-net.pl/WPS_Functions/get_wfs_recurse_xsl/get_wfs_recurse_xsl.xsd"
- name="bgwrx.INSTALL">
-
- <!--<include file="../build.WPS_Functions.PRODUCT.xml"/>-->
- <!--<include file="../../default_db_xml_cache.public/build.system_cache__appinfo.PRODUCT.xml"/>-->
-
- <include file="build.bgwrx.PRODUCT.xml" />
-
-
- <property name="bgwrx.INSTALL.xsl" value="${bgwrx.basedir}/get_wfs_recurse_xsl.xsl"/>
-
- <condition property="bgwrx.INSTALL.xsl.ifdef" taskname="bgwrx.INSTALL.xsl">
- <not><available file="${bgwrx.xsl}"/></not>
- </condition>
-
- <target name="bgwrx.INSTALL" depends="bgwrx.INSTALL.xsl"/>
-
-
- <target name="bgwrx.INSTALL.xsl" if="bgwrx.INSTALL.xsl.ifdef">
- <copy file="${bgwrx.INSTALL.xsl}" todir="${system_cache__appinfo.public.basedir}" />
- </target>
-
- </project>
|