| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../." name="ant" default="p5ant.documentation.ant"
- 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"
- >
-
-
- <description>To create documentation of ant builds, schemas, xslt and others</description>
-
-
-
- <include file="build.p5ant.PRODUCT.xml" as="PRODUCT" />
- <include file="build.p5ant.INSTALL.xml" as="INSTALL"/>
-
-
- <include file="../build.WPS_Functions.PRODUCT.xml" as="WPS_Functions"/>
-
-
- <!--<include file="${WPS_Functions.basedir}/build_WPS_Function_basedir.xml" as="p5bws" />-->
-
-
-
-
- <property name="p5ant.documentation.files.antstructure.dtd" location="${p5ant.repository}/p5dg.documentation.files.antstructure.dtd"/>
- <!-- <property name="p5ant.documentation.files.antstructure-to-fix.xsd" location="${p5ant.repository}/p5dg.documentation.files.antstructure-to-fix.x_s_d"/>
- <property name="p5ant.documentation.files.antstructure.xsd" location="${p5ant.repository}/p5dg.documentation.files.antstructure.xsd"/>
- <property name="p5ant.documentation.files.antstructure-request.xsd" location="${p5ant.repository}/p5dg.documentation.files.antstructure-request.xsd"/>
- <property name="p5ant.documentation.files.antstructure-resp.xsd" location="${p5ant.repository}/p5dg.documentation.files.antstructure-resp.xsd"/>-->
-
-
-
- <!--<propertyset id="p5dg.properties">
- <propertyref prefix="p5dg"/>
- <mapper type="glob" from="p5dg.*" to="local.*"/>
- </propertyset>-->
-
-
- <target name="p5ant.documentation.ant" depends="PRODUCT.basedir" >
- <echo> to ${p5ant.documentation.files.antstructure.dtd}</echo>
- <antstructure output="${p5ant.documentation.files.antstructure.dtd}" />
- </target>
-
-
- <!--<target name="documentation.ant.dtd2xsd.pl" depends="p5ant.documentation.ant">
- <property environment="env"/>
- <exec executable="${bin.perl}" searchpath="true" output="${p5ant.documentation.files.antstructure-to-fix.xsd}" errorproperty="p5dg:documentation.ant.dtd2xsd.pl.error">
- <!-\-<arg value="${dtd2xsd.pl}"/>-\->
- <!-\-<arg value="-major"/>-\->
- <!-\-<arg value=""/>-\->
- <!-\-<arg value="${dtd2xsd.pl}"/>-\->
- <arg line="${dtd2xsd.pl} -alias -prefix p5ant ${p5ant.documentation.files.antstructure.dtd} -ns http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"/>
- <!-\- \
- -simpletype 'ContentType' string \
- -attrgroup '.*Events' \
- -attrgroup '.*Attrs' \
- -attrgroup '.*Attrs' \
- -attrgroup structured_text \
- -modelgroup '(descTitle|descTitleDefs)' \
- -attrgroup '.*_attributes.*' \
- -attrgroup '.*Attributes.*' -\->
- <env key="PATH" path="${env.PATH}:${PATH_ADD}" />
- </exec>
- </target>-->
-
-
-
-
-
- </project>
|