build.send_email.PRODUCT.xml 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:send_email="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/send_email/send_email.xsd"
  3. xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
  4. basedir="../../."
  5. default="PRODUCT"
  6. name="send_email.PRODUCT">
  7. <description>p5suis:say Created function send_email with prefix send_email by p5ant module</description>
  8. <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
  9. <condition property="send_email.PRODUCT.ifdef.parent"
  10. taskname="send_email.parent.PRODUCT.ifdef">
  11. <isset property="WPS_Functions.PRODUCT.name"/>
  12. </condition>
  13. <property name="send_email.PRODUCT.name"
  14. value="${WPS_Functions.PRODUCT.name}.send_email"/>
  15. <property name="send_email.PRODUCT.vendor-domain"
  16. value="${WPS_Functions.PRODUCT.name}.send_email"/>
  17. <property name="send_email.basedir" value="${WPS_Functions.basedir}/send_email"/>
  18. <property name="send_email.build.xml"
  19. value="${send_email.basedir}/build_send_email.xml"/>
  20. <property name="send_email.repository"
  21. value="${WPS_Functions.repository}/send_email"/>
  22. <property name="send_email.install" value="${send_email.basedir}/install"/>
  23. <property location="${WPS_Functions.temp}/send_email" name="send_email.temp"/>
  24. <property location="${send_email.basedir}/send_email.xsl" name="send_email.xsl"/>
  25. <property location="${send_email.basedir}/send_email.xsd" name="send_email.xsd"/>
  26. <property location="${send_email.basedir}/send_email.include.structure.xml"
  27. name="send_email.include.structure.xml"/>
  28. <property location="${send_email.basedir}/send_email.include.xsl.p5xsls.xml"
  29. name="send_email.include.xsl.p5xsls.xml"/>
  30. <property location="${send_email.repository}/install_example.file"
  31. name="send_email.install_example"/>
  32. <target depends="basedir,p5xsls.xml"
  33. description="to create basedir, includes and install"
  34. name="PRODUCT"/>
  35. <target description="to create local dirs" name="basedir">
  36. <propertyset id="send_email.local.properties">
  37. <propertyref prefix="send_email"/>
  38. <mapper from="send_email.*" to="local.*" type="glob"/>
  39. </propertyset>
  40. <antcall inheritall="false" target="WPS_Functions.basedir.p5bws:dirs">
  41. <propertyset refid="send_email.local.properties"/>
  42. </antcall>
  43. </target>
  44. <target description="To delete all temp and repository" name="clean">
  45. <antcall inheritall="false" target="WPS_Functions.basedir.p5bws:dirs.clean">
  46. <propertyset refid="send_email.local.properties"/>
  47. </antcall>
  48. </target>
  49. <target description="To delete all temp and repository" name="clean.temp">
  50. <antcall inheritall="false"
  51. target="WPS_Functions.basedir.p5bw.p5bws:dirs.temp.clean">
  52. <propertyset refid="send_email.local.properties"/>
  53. </antcall>
  54. </target>
  55. <target name="parent.PRODUCT.ifdef"
  56. unless="send_email.WPS_Functions.PRODUCT.ifdef.parent">
  57. <fail>There is not set correct parent PRODUCT from expected file="../build.WPS_Functions.PRODUCT.xml"</fail>
  58. </target>
  59. <target name="p5xsls.xml" depends="basedir">
  60. <description>
  61. TODO to be fixed by xslt to allow dynamic create of multi include xsl templates
  62. </description>
  63. <echoxml namespacepolicy="elementsOnly"
  64. file="${send_email.include.xsl.p5xsls.xml}">
  65. <stylesheet_buildlist xmlns="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd">
  66. <namespaces.list>
  67. <namespaces.list.namespace prefix="send_email"
  68. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/send_email/send_email.xsd"/>
  69. </namespaces.list>
  70. <include.list>
  71. <include.list.href href="/Users/a.binder/Documents/xmlschema_procesy5/src-xmlschema/public_html/WPS_Functions/ant/p5ant.xsl"/>
  72. </include.list>
  73. </stylesheet_buildlist>
  74. </echoxml>
  75. </target>
  76. </project>