| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../." name="procesy5_package"
- 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:p5pckg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/procesy5_package.xsd"
- default="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze-functions-modules.xml"
- >
-
-
- <description>To analyze procesy5 old bash/php installer to generate debian installer and other functions stuffs</description>
-
-
- <include file="build.p5pckg.PRODUCT.xml" as="PRODUCT" />
- <include file="build.p5pckg.SYSTEM.xml" as="SYSTEM" />
- <include file="../build.WPS_Functions.PRODUCT.xml" as="WPS_Functions"/>
-
-
- <include file="../system_ui_info_speech/build.system_ui_info_speech.PRODUCT.xml"/>
-
-
- <target name="default" depends=" PRODUCT.basedir"/>
-
-
-
-
-
-
- <target name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml" depends="default">
- <local name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml.content"/>
- <loadfile property="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml.content" srcfile="${p5pckg.superedit-INSTALL_SES_PROCESY_A.php}"/>
- <echoxml file="${p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml}" namespacepolicy="all">
- <p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml xmlns="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/procesy5_package.xsd">
- ${p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml.content}
- </p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml>
- </echoxml>
- </target>
-
- <target name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml" depends=" default, p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml">
- <ant antfile="${p5suis.build}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="parsing old procesy5 installer " />
- </ant>
- <xslt basedir="${p5pckg.temp}" style="${p5pckg.xsl}" in="${p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml}" out="${p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml}" force="true" >
- <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/procesy5_package.xsd}superedit-INSTALL_SES_PROCESY_A.php.analyze.xml"/>
- </factory>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- </target>
-
-
- <extension-point name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml.ep" depends="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml"/>
-
- <target name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze-flat.xml" depends=" default, p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml.ep">
- <!--<ant antfile="${p5suis.build}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="parsing old procesy5 installer " />
- </ant>-->
- <xslt basedir="${p5pckg.temp}" style="${p5pckg.xsl}" in="${p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml}" out="${p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze-flat.xml}" force="true" >
- <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/procesy5_package.xsd}superedit-INSTALL_SES_PROCESY_A.php.analyze-flat.xml"/>
- </factory>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- </target>
-
-
- <target name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze-functions-modules.xml" depends=" default, p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml.ep">
- <!--<ant antfile="${p5suis.build}" target="p5suis:say_to_queue">
- <property name="p5suis:say_text" value="parsing old procesy5 installer " />
- </ant>-->
- <xslt basedir="${p5pckg.temp}" style="${p5pckg.xsl}" in="${p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml}" out="${p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze-functions-modules.xml}" force="true" >
- <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/procesy5_package.xsd}superedit-INSTALL_SES_PROCESY_A.php.analyze-functions-modules.xml"/>
- </factory>
- <classpath location="/opt/local/share/java/saxon9he.jar"/>
- </xslt>
- </target>
-
-
-
-
-
-
-
-
-
-
-
- </project>
|