| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:p5ts="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/p5ts.xsd"
- basedir="../../."
- default="default"
- name="timestamp">
-
- <tstamp>
- <format property="p5ts.last.minute" pattern="MM/dd/yyyy hh:mm a" offset="-1" unit="minute" timezone="UTC"/>
- <format property="p5ts.truncate_queue_if_spammed.condition.timestamp" pattern="MM/dd/yyyy hh:mm a" offset="-10000" unit="minute"/>
- <format property="p5ts:current.timestamp" pattern="yyyy-dd-MM-hh-mm-a" />
- </tstamp>
-
- <include as="PRODUCT" file="build.p5ts.PRODUCT.xml"/>
- <!-- <include as="SYSTEM" file="build.p5ts.SYSTEM.xml"/>
- <include as="INSTALL" file="build.p5ts.INSTALL.xml"/>
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>-->
-
-
- <!--<target depends="PRODUCT.PRODUCT,INSTALL.INSTALL" name="default"/>-->
-
-
-
-
- <!--<target description="test usage of default xslt template for module"
- name="xsl-test">
- <xslt basedir="${p5ts.basedir}"
- destdir="${p5ts.temp}"
- force="true"
- in="${p5ts.INSTALL.install_example}"
- out="${p5ts.temp}/INSTALL.install_example.xsl-test.xml"
- style="${p5ts.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/timestamp/p5ts.xsd}INSTALL.install_example.xsl-test.xml"/>
- <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
- value="true"/>
- </factory>
- <param expression="${p5ts.basedir}"
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/p5ts.xsd}basedir"/>
- <param expression="${p5ts.repository}"
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/p5ts.xsd}repository"/>
- <param expression="${p5ts.temp}"
- name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/p5ts.xsd}temp"/>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- <xmlcatalog refid="dita-ot.dtd.catalog"/>
- </xslt>
- </target>-->
- </project>
|