build_timestamp.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:p5ts="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/p5ts.xsd"
  3. basedir="../../."
  4. default="default"
  5. name="timestamp">
  6. <tstamp>
  7. <format property="p5ts.last.minute" pattern="MM/dd/yyyy hh:mm a" offset="-1" unit="minute" timezone="UTC"/>
  8. <format property="p5ts.truncate_queue_if_spammed.condition.timestamp" pattern="MM/dd/yyyy hh:mm a" offset="-10000" unit="minute"/>
  9. <format property="p5ts:current.timestamp" pattern="yyyy-dd-MM-hh-mm-a" />
  10. </tstamp>
  11. <include as="PRODUCT" file="build.p5ts.PRODUCT.xml"/>
  12. <!-- <include as="SYSTEM" file="build.p5ts.SYSTEM.xml"/>
  13. <include as="INSTALL" file="build.p5ts.INSTALL.xml"/>
  14. <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>-->
  15. <!--<target depends="PRODUCT.PRODUCT,INSTALL.INSTALL" name="default"/>-->
  16. <!--<target description="test usage of default xslt template for module"
  17. name="xsl-test">
  18. <xslt basedir="${p5ts.basedir}"
  19. destdir="${p5ts.temp}"
  20. force="true"
  21. in="${p5ts.INSTALL.install_example}"
  22. out="${p5ts.temp}/INSTALL.install_example.xsl-test.xml"
  23. style="${p5ts.xsl}">
  24. <factory name="net.sf.saxon.TransformerFactoryImpl">
  25. <attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
  26. <attribute name="http://saxon.sf.net/feature/initialMode"
  27. value="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/p5ts.xsd}INSTALL.install_example.xsl-test.xml"/>
  28. <attribute name="http://saxon.sf.net/feature/dtd-validation-recoverable"
  29. value="true"/>
  30. </factory>
  31. <param expression="${p5ts.basedir}"
  32. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/p5ts.xsd}basedir"/>
  33. <param expression="${p5ts.repository}"
  34. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/p5ts.xsd}repository"/>
  35. <param expression="${p5ts.temp}"
  36. name="{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/timestamp/p5ts.xsd}temp"/>
  37. <classpath location="/opt/local/share/java/saxon9he.jar"/>
  38. <xmlcatalog refid="dita-ot.dtd.catalog"/>
  39. </xslt>
  40. </target>-->
  41. </project>