| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../." name=".p5ant.create_new_WPS_Function.input"
- xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
- xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
- xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
- xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
- xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
- >
-
-
-
- <description>
- @2018-01-26 to generate new ant module TODO
- </description>
-
- <include file="build.p5ant.PRODUCT.xml" as="PRODUCT" />
-
-
-
-
- <target name="input" >
- <input addproperty="p5ant.WPS_Functions.PRODUCT.name.input" message="p5ant.WPS_Functions.PRODUCT.name.input - PRODUCT.name - like stuff_installer" defaultvalue="workflow_controller" />
- <input addproperty="p5ant.WPS_Functions.PRODUCT.prefix.input" message="p5ant.WPS_Functions.PRODUCT.prefix.input - PRODUCT.prefix - like p5si " defaultvalue="p5wc" />
- <echo>#87-A $p5ant.WPS_Functions.PRODUCT.git.url.input = ${p5ant.WPS_Functions.PRODUCT.git.url.input}</echo>
- <echo>#87-B $p5ant.WPS_Functions.PRODUCT.from_url.url.input = ${p5ant.WPS_Functions.PRODUCT.from_url.url.input}</echo>
- <!--<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/" />-->
-
- <property name="p5ant.WPS_Functions.PRODUCT.name" value="${WPS_Functions.PRODUCT.name}.${p5ant.WPS_Functions.PRODUCT.name.input}"/>
- <property name="p5ant.WPS_Functions.PRODUCT.vendor-domain" value="${WPS_Functions.PRODUCT.vendor-domain}.${p5ant.WPS_Functions.PRODUCT.prefix.input}"/>
- <property name="p5ant.WPS_Functions.basedir" location="${WPS_Functions.basedir}/${p5ant.WPS_Functions.PRODUCT.name.input}"/>
- <property name="p5ant.WPS_Functions.build" location="${p5ant.WPS_Functions.basedir}/build_${p5ant.WPS_Functions.PRODUCT.name.input}.xml"/>
- <property name="p5ant.WPS_Functions.xsl" location="${p5ant.WPS_Functions.basedir}/${p5ant.WPS_Functions.PRODUCT.prefix.input}.xsl"/>
- <property name="p5ant.WPS_Functions.xsd" location="${p5ant.WPS_Functions.basedir}/${p5ant.WPS_Functions.PRODUCT.prefix.input}.xsd"/>
- <property name="p5ant.WPS_Functions.temp" location="${p5ant.WPS_Functions.basedir}/temp"/>
- <property name="p5ant.WPS_Functions.repository" location="${p5ant.WPS_Functions.basedir}/repository"/>
- <property name="p5ant.WPS_Functions.install" location="${p5ant.WPS_Functions.basedir}/install"/>
- <property name="p5ant.WPS_Functions.childproperties" value="${WPS_Functions.childproperties}/.build_${p5ant.WPS_Functions.PRODUCT.name.input}.childproperties"/>
- <!--<property name="WPS_Functions.properties.xml" value="" />-->
-
- <property name="p5ant.WPS_Functions.include.structure.xml" location="${p5ant.WPS_Functions.repository}/${p5ant.WPS_Functions.PRODUCT.prefix.input}.include.structure.xml"/>
- <property name="p5ant.WPS_Functions.include.xsl.p5xsls.xml" location="${p5ant.WPS_Functions.temp}/${p5ant.WPS_Functions.PRODUCT.prefix.input}.include.xsl.p5xsls.xml"/>
-
- <property name="p5ant.WPS_Functions.install_example" location="${p5ant.WPS_Functions.repository}/install_example.file"/>
- <property name="p5ant.WPS_Functions.INSTALL.install_example" location="${p5ant.WPS_Functions.install}/install_example.file"/>
-
- <property name="p5ant.WPS_Functions.PRODUCT.xml" location="${p5ant.WPS_Functions.basedir}/build.${p5ant.WPS_Functions.PRODUCT.prefix.input}.PRODUCT.xml"/>
- <property name="p5ant.WPS_Functions.SYSTEM.xml" location="${p5ant.WPS_Functions.basedir}/build.${p5ant.WPS_Functions.PRODUCT.prefix.input}.SYSTEM.xml"/>
- <property name="p5ant.WPS_Functions.INSTALL.xml" location="${p5ant.WPS_Functions.basedir}/build.${p5ant.WPS_Functions.PRODUCT.prefix.input}.INSTALL.xml"/>
-
- <!--<condition property="p5ant.WPS_Functions.git" value="$${${p5ant.WPS_Functions.PRODUCT.prefix.input}.repository}/${p5ant.WPS_Functions.PRODUCT.prefix.input}.git">
- <isset property="p5ant.WPS_Functions.PRODUCT.git.url.input"/>
- </condition>-->
-
-
- </target>
-
-
- </project>
|