| 123456789101112131415161718 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../."
- xmlns:get_wfs="http://biuro.biall-net.pl/WPS_Functions/get_wfs/get_wfs.xsd"
- name="get_wfs.SYSTEM" > <!-- default="INSTALL.bgwrx.INSTALL" -->
-
- <include file="../build.WPS_Functions.SYSTEM.xml"/>
- <!--<include file="../../default_db_xml_cache.public/build.system_cache__appinfo.public.PRODUCT.xml"/>-->
- <!--<include file="build.bgwrx.INSTALL.xml" as="INSTALL"/>-->
-
- <property name="get_wfs_basedir" location="${get_wfs.basedir}"/><!-- to ordinary retrieve wfs data -->
- <property name="get_wfs_basedir.temp" location="${get_wfs.temp}"/>
- <property name="get_wfs" location="${get_wfs.basedir}"/><!-- to ordinary retrieve wfs data -->
-
- <property name="build_get_wfs.childproperties" location="${get_wfs.childproperties}"/>
-
-
-
- </project>
|