build.automation_driven.PRODUCT.submodule.xml 1.7 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:automation_driven="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd"
  3. xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
  4. basedir="../../."
  5. name="automation_driven.submodule.PRODUCT">
  6. <description>config for paths for generating files</description>
  7. <property name="automation_driven.submodule.PRODUCT.name"
  8. value="${automation_driven.PRODUCT.name}.submodule"/>
  9. <!-- todo other dirs -->
  10. <property name="automation_driven.submodule.basedir" location="${WPS_Functions.basedir}/../../stuff/P5_Automation_can-dev-res-working-1930/___SUBMODULES___/testing_pwm_amp"/>
  11. <property name="automation_driven.submodule.repository" location="${automation_driven.repository}/submodule"/>
  12. <property name="automation_driven.submodule.temp" location="${automation_driven.temp}/submodule"/>
  13. <property name="automation_driven.submodule.xsd" location="${automation_driven.basedir}/automation_driven.submodule.xsd"/>
  14. <property name="automation_driven.submodule.struct.read.xml" location="${automation_driven.submodule.basedir}/automation_driven.submodule.struct.read.xml"/>
  15. <property name="automation_driven.submodule.struct.read.xsl" location="${automation_driven.submodule.basedir}/automation_driven.submodule.struct.read.xsl"/>
  16. <property name="automation_driven.submodule.struct.read.xsd" location="${automation_driven.submodule.basedir}/automation_driven.submodule.struct.read.xsd"/>
  17. <property name="automation_driven.submodule.struct.h" location="${automation_driven.submodule.basedir}/___P5_LIB/p5__struct.h"/>
  18. </project>