| 1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../." name="build_schema">
- <description> se/schema build to maintain properties from ../build_SE
- to provide properties mainly for WPS_Functions
- and from parent build_SE use properties for folders etc
- </description>
-
-
-
- <!-- parent properties copied -->
- <property name="build_SE.xml" location="${basedir}/build_SE.xml"/>
- <property name="build_SE_basedir" location="${basedir}/build_SE_basedir"/> <!-- to keep files there some temp etc -->
- <property name="build_SE_basedir.temp" location="${build_SE_basedir}/temp"/>
- <property name="build_SE.properties" location="${build_SE_basedir}/build_SE.properties"/>
- <property name="build_SE.properties.xml" location="${build_SE.properties}.xml"/>
- <!--<property name="procesy5_config.folders.xsl" location="${procesy5_root_build_basedir}/procesy5_config.folders.xsl"/>-->
-
-
-
-
-
- <target name="save_build_properties" > <!-- todo nie wiem czy trzymac properties tu i tam - do optymalziacji-->
- <ant antfile="${build_SE.xml}" target="save_build_properties"/>
- <loadproperties srcfile="${build_properties}"/>
- <property name="api_url" value="${TargetNamespaceBindings}/SE/version-git/wfs-data.php"/> <!-- TO BE SET FROM LICENCE -->
- <property name="namespace_prefix" value="default_db"/>
- <property name="namespace_prefix_p5_tr_map" value="default_db"/>
- <property name="p5_tr_map_dir" location="${p5_tr_map.local}"/>
- <property name="simpleSchema_dir" location="${simpleSchema.local}"/>
- <property name="detect_resource_type_dir" location="${detect_resource_type.local}"/>
- <property name="build_complexType_dir" location="${build_complexType.local}"/>
- <echoproperties destfile="${build_WPS_Functions.xml.properties}" />
- </target>
-
- </project>
|