| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306 |
- <?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"
- basedir="../../."
- default="default"
- name="automation_driven">
- <include as="PRODUCT" file="build.automation_driven.PRODUCT.xml"/>
- <include as="SYSTEM" file="build.automation_driven.SYSTEM.xml"/>
- <include as="INSTALL" file="build.automation_driven.INSTALL.xml"/>
- <include as="${local.p5ant.WPS_Functions.PRODUCT.module.input}"
- file="build.automation_driven.${local.p5ant.WPS_Functions.PRODUCT.module.input}.xml"
- optional="yes"/>
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
- <include file="../system_ui_info_speech/build.system_ui_info_speech.PRODUCT.xml"/>
- <extension-point name="default.default" depends="default"/>
- <extension-point name="default" depends="PRODUCT.PRODUCT,INSTALL.INSTALL"/>
- <target name="xsl-test"
- description="test usage of default xslt template for module">
- <xslt basedir="${automation_driven.basedir}"
- destdir="${automation_driven.temp}"
- force="true"
- in="${automation_driven.INSTALL.install_example}"
- out="${automation_driven.temp}/INSTALL.install_example.xsl-test.xml"
- style="${automation_driven.xsl}">
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}INSTALL.install_example.xsl-test.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
-
-
- <target name="automation_driven.submodule.struct.read.xsd"
- description="to initially generate xsd from automation_driven.submodule.struct.h file">
- <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.struct.h}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${empty.xml}"
- out="${automation_driven.submodule.struct.read.xsd}"
- style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
- <target name="automation_driven.submodule.xsd__struct_files"
- description="to initially generate xsd " depends="automation_driven.submodule.struct.read.xsd">
- <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.xsd}"
- out="${automation_driven.submodule.struct.read.xsd}"
- style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
-
- <target name="automation_driven.submodule.xsd__struct_files_fix_default.xml"
- description="to initially generate xsd " depends="automation_driven.submodule.xsd__struct_files">
- <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.read.xsd}"
- out="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"
- style="${automation_driven.submodule.xsd__struct_files_fix_default.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
-
-
-
-
- <target name="automation_driven.submodule.xsd__struct_files__fixed" depends="automation_driven.submodule.xsd__struct_files_fix_default.xml"
- description="to initially generate xsd ">
- <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.xsd}"
- out="${automation_driven.submodule.struct.read.xsd}"
- style="${automation_driven.submodule.struct.read.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_default.xml"
- expression="${automation_driven.submodule.xsd__struct_files_fix_default.xml}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
- <target name="automation_driven.submodule.xsd__struct_files_fix_types.xml"
- ><!-- depends="automation_driven.submodule.xsd__struct_files" -->
- <echo>#42 generating ${automation_driven.submodule.struct.read.xsd} using ${automation_driven.submodule.xsd}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.read.xsd}"
- out="${automation_driven.submodule.xsd__struct_files_fix_types.xml}"
- style="${automation_driven.submodule.xsd__struct_files_fix_types.xsl}"> <!-- ${automation_driven.submodule.struct.h} -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!--<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.xml"/>-->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}struct_files_fix_types.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>
- <!--<target name="automation_driven.submodule.struct.read.enumerate.xsd"
- description="to enumerate unique attributes " depends="automation_driven.submodule.xsd__struct_files">
- <echo>#42 generating ${automation_driven.submodule.struct.read.enumerate.xsd} using ${automation_driven.submodule.struct.read.xsd}</echo>
- <xslt basedir="${automation_driven.submodule.basedir}"
- destdir="${automation_driven.submodule.temp}"
- force="true"
- in="${automation_driven.submodule.struct.read.xsd}"
- out="${automation_driven.submodule.struct.read.enumerate.xsd}"
- style="${automation_driven.submodule.struct.read.enumerate.xsl}"> <!-\- ${automation_driven.submodule.struct.h} -\->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
- <!-\-<attribute name="http://saxon.sf.net/feature/initialTemplate"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.enumerate.xml"/>-\->
- <attribute name="http://saxon.sf.net/feature/initialMode"
- value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}read.enumerate.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}basedir"
- expression="${automation_driven.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}repository"
- expression="${automation_driven.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.xsd}temp"
- expression="${automation_driven.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}basedir"
- expression="${automation_driven.submodule.basedir}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}repository"
- expression="${automation_driven.submodule.repository}"/>
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.xsd}temp"
- expression="${automation_driven.submodule.temp}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.struct.xsd}h"
- expression="${automation_driven.submodule.struct.h}"/>
-
- <param name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/automation_driven/automation_driven.submodule.namespaces.xsd}xsd"
- expression="${automation_driven.submodule.namespaces.xsd}"/>
-
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>-->
-
- </project>
|