build.p5ant.create_new_WPS_Function.input.xml 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../." name=".p5ant.create_new_WPS_Function.input"
  3. xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
  4. xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
  5. xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
  6. xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
  7. xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
  8. >
  9. <description>
  10. @2018-01-26 to generate new ant module TODO
  11. </description>
  12. <include file="build.p5ant.PRODUCT.xml" as="PRODUCT" />
  13. <target name="input" >
  14. <input addproperty="p5ant.WPS_Functions.PRODUCT.name.input" message="p5ant.WPS_Functions.PRODUCT.name.input - PRODUCT.name - like stuff_installer" defaultvalue="workflow_controller" />
  15. <input addproperty="p5ant.WPS_Functions.PRODUCT.prefix.input" message="p5ant.WPS_Functions.PRODUCT.prefix.input - PRODUCT.prefix - like p5si " defaultvalue="p5wc" />
  16. <echo>#87-A $p5ant.WPS_Functions.PRODUCT.git.url.input = ${p5ant.WPS_Functions.PRODUCT.git.url.input}</echo>
  17. <echo>#87-B $p5ant.WPS_Functions.PRODUCT.from_url.url.input = ${p5ant.WPS_Functions.PRODUCT.from_url.url.input}</echo>
  18. <!--<input addproperty="p5ant.WPS_Functions.INSTALL.file-path" message="INSTALL.file-path - type current local file directory which files should be included to this module like ~/my_new_module_include_dir/" />-->
  19. <property name="p5ant.WPS_Functions.PRODUCT.name" value="${WPS_Functions.PRODUCT.name}.${p5ant.WPS_Functions.PRODUCT.name.input}"/>
  20. <property name="p5ant.WPS_Functions.PRODUCT.vendor-domain" value="${WPS_Functions.PRODUCT.vendor-domain}.${p5ant.WPS_Functions.PRODUCT.prefix.input}"/>
  21. <property name="p5ant.WPS_Functions.basedir" location="${WPS_Functions.basedir}/${p5ant.WPS_Functions.PRODUCT.name.input}"/>
  22. <property name="p5ant.WPS_Functions.build" location="${p5ant.WPS_Functions.basedir}/build_${p5ant.WPS_Functions.PRODUCT.name.input}.xml"/>
  23. <property name="p5ant.WPS_Functions.xsl" location="${p5ant.WPS_Functions.basedir}/${p5ant.WPS_Functions.PRODUCT.prefix.input}.xsl"/>
  24. <property name="p5ant.WPS_Functions.xsd" location="${p5ant.WPS_Functions.basedir}/${p5ant.WPS_Functions.PRODUCT.prefix.input}.xsd"/>
  25. <property name="p5ant.WPS_Functions.temp" location="${p5ant.WPS_Functions.basedir}/temp"/>
  26. <property name="p5ant.WPS_Functions.repository" location="${p5ant.WPS_Functions.basedir}/repository"/>
  27. <property name="p5ant.WPS_Functions.install" location="${p5ant.WPS_Functions.basedir}/install"/>
  28. <property name="p5ant.WPS_Functions.childproperties" value="${WPS_Functions.childproperties}/.build_${p5ant.WPS_Functions.PRODUCT.name.input}.childproperties"/>
  29. <!--<property name="WPS_Functions.properties.xml" value="" />-->
  30. <property name="p5ant.WPS_Functions.include.structure.xml" location="${p5ant.WPS_Functions.repository}/${p5ant.WPS_Functions.PRODUCT.prefix.input}.include.structure.xml"/>
  31. <property name="p5ant.WPS_Functions.include.xsl.p5xsls.xml" location="${p5ant.WPS_Functions.temp}/${p5ant.WPS_Functions.PRODUCT.prefix.input}.include.xsl.p5xsls.xml"/>
  32. <property name="p5ant.WPS_Functions.install_example" location="${p5ant.WPS_Functions.repository}/install_example.file"/>
  33. <property name="p5ant.WPS_Functions.INSTALL.install_example" location="${p5ant.WPS_Functions.install}/install_example.file"/>
  34. <property name="p5ant.WPS_Functions.PRODUCT.xml" location="${p5ant.WPS_Functions.basedir}/build.${p5ant.WPS_Functions.PRODUCT.prefix.input}.PRODUCT.xml"/>
  35. <property name="p5ant.WPS_Functions.SYSTEM.xml" location="${p5ant.WPS_Functions.basedir}/build.${p5ant.WPS_Functions.PRODUCT.prefix.input}.SYSTEM.xml"/>
  36. <property name="p5ant.WPS_Functions.INSTALL.xml" location="${p5ant.WPS_Functions.basedir}/build.${p5ant.WPS_Functions.PRODUCT.prefix.input}.INSTALL.xml"/>
  37. <!--<condition property="p5ant.WPS_Functions.git" value="$${${p5ant.WPS_Functions.PRODUCT.prefix.input}.repository}/${p5ant.WPS_Functions.PRODUCT.prefix.input}.git">
  38. <isset property="p5ant.WPS_Functions.PRODUCT.git.url.input"/>
  39. </condition>-->
  40. </target>
  41. </project>