build_schema.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../." name="build_schema">
  3. <description> se/schema build to maintain properties from ../build_SE
  4. to provide properties mainly for WPS_Functions
  5. and from parent build_SE use properties for folders etc
  6. </description>
  7. <!-- parent properties copied -->
  8. <property name="build_SE.xml" location="${basedir}/build_SE.xml"/>
  9. <property name="build_SE_basedir" location="${basedir}/build_SE_basedir"/> <!-- to keep files there some temp etc -->
  10. <property name="build_SE_basedir.temp" location="${build_SE_basedir}/temp"/>
  11. <property name="build_SE.properties" location="${build_SE_basedir}/build_SE.properties"/>
  12. <property name="build_SE.properties.xml" location="${build_SE.properties}.xml"/>
  13. <!--<property name="procesy5_config.folders.xsl" location="${procesy5_root_build_basedir}/procesy5_config.folders.xsl"/>-->
  14. <target name="save_build_properties" > <!-- todo nie wiem czy trzymac properties tu i tam - do optymalziacji-->
  15. <ant antfile="${build_SE.xml}" target="save_build_properties"/>
  16. <loadproperties srcfile="${build_properties}"/>
  17. <property name="api_url" value="${TargetNamespaceBindings}/SE/version-git/wfs-data.php"/> <!-- TO BE SET FROM LICENCE -->
  18. <property name="namespace_prefix" value="default_db"/>
  19. <property name="namespace_prefix_p5_tr_map" value="default_db"/>
  20. <property name="p5_tr_map_dir" location="${p5_tr_map.local}"/>
  21. <property name="simpleSchema_dir" location="${simpleSchema.local}"/>
  22. <property name="detect_resource_type_dir" location="${detect_resource_type.local}"/>
  23. <property name="build_complexType_dir" location="${build_complexType.local}"/>
  24. <echoproperties destfile="${build_WPS_Functions.xml.properties}" />
  25. </target>
  26. </project>