| 1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../." name="build.ant-interface.p5xsl.project"
- xmlns:p5ant-interface="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/ant_interface.xsd"
- xmlns:p5ant-interface__x3A__p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/ant_interface/p5ant-interface__x3A__p5xsl.xsd"
- >
-
-
-
- <description>to build universal ant project </description>
-
-
- <target name="build_ant" description="to build ant project">
- <input addproperty="local.p5ant-interface__x3A__p5xsl.structure.xml" message="local.p5ant-interface__x3A__p5xsl.structure.xml - type structure xml file to parse it by ant_interface/p5ant-interface.template.xsl "/>
- <input addproperty="local.p5ant-interface__x3A__p5xsl.build-generated.xml" message="local.p5ant-interface__x3A__p5xsl.build-generated.xml - output generated build to exec "/>
- <input addproperty="local.p5ant-interface__x3A__p5xsl.temp" message="local.p5ant-interface__x3A__p5xsl.temp - temp dir "/>
- <xslt basedir="${CRM_PROCES_tree.temp}" style="${p5ant-interface__x3A__p5xsl.xsl}" in="${p5ant-interface__x3A__p5xsl.structure.xml}" out="${postprocess_modules.xml}" > <!-- OOO ${CRM_PROCESS_tree.postprocess_modules.xsl} --><!-- basedir="${CRM_PROCES_tree_basedir.temp}" -->
- <factory name="net.sf.saxon.TransformerFactoryImpl">
- <attribute name="http://saxon.sf.net/feature/configuration-file" value="${p5xsl.saxon.configuration.xml}"/><!-- In this case this must be the first attribute. -->
- <!--<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/ant_interface/p5ant-interface__x3A__p5xsl.xsd}build_ant"/>
- </factory>
- <classpath location="${saxon9he.jar}"/>
- <classpath location="${p5xsl.expath-tools-saxon-0.1.0.jar}"/>
-
- </xslt>
- </target>
-
-
- </project>
|