| 123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:automation_driven="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd"
- xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
- basedir="../../."
- name="automation_driven.submodule.PRODUCT">
- <description>config for paths for generating files</description>
- <property name="automation_driven.submodule.PRODUCT.name"
- value="${automation_driven.PRODUCT.name}.submodule"/>
-
- <property name="automation_driven.submodule.basedir" location="/Users/a.binder/Documents/Arduino/libraries/p5_automation_lib/"/>
- <!--<property name="automation_driven.submodule.basedir" location="${WPS_Functions.basedir}/../../stuff/P5_Automation_can-dev-res-working-1930/___SUBMODULES___/testing_pwm_amp"/>-->
- <property name="automation_driven.submodule.repository" location="${automation_driven.repository}/submodule"/>
- <property name="automation_driven.submodule.temp" location="${automation_driven.temp}/submodule"/>
-
- <property name="automation_driven.submodule.xsd" location="${automation_driven.submodule.basedir}/automation_driven.submodule.xsd"/>
-
-
- <property name="automation_driven.submodule.struct.read.xml" location="${automation_driven.submodule.basedir}/automation_driven.submodule.struct.read.xml"/>
- <property name="automation_driven.submodule.struct.read.xsl" location="${automation_driven.submodule.basedir}/automation_driven.submodule.struct.read.xsl"/>
- <property name="automation_driven.submodule.struct.read.xsd" location="${automation_driven.submodule.basedir}/automation_driven.submodule.struct.read.xsd"/>
-
- <property name="automation_driven.submodule.struct.read.enumerate.xsd" location="${automation_driven.submodule.basedir}/automation_driven.submodule.struct.read.enumerate.xsd"/>
- <property name="automation_driven.submodule.struct.read.enumerate.xsl" location="${automation_driven.submodule.basedir}/automation_driven.submodule.struct.read.enumerate.xsl"/>
-
- <!--<property name="automation_driven.submodule.struct.h" location="${automation_driven.submodule.basedir}/___P5_LIB/p5__struct.h"/>-->
- <property name="automation_driven.submodule.struct.h" location="${automation_driven.submodule.basedir}/_Slave_Ports_Status_struct.h"/>
-
- <property name="automation_driven.submodule.namespaces.xsd" location="${automation_driven.submodule.basedir}/automation_driven.submodule.namespaces.xsd"/>
-
- </project>
|