| 123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:dita-ot="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita-ot/dita-ot.xsd"
- xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
- basedir="../../."
- default="PRODUCT"
- name="current-dita-ot">
- <description>Current included dita ot</description>
-
-
- <fail unless="ant.file">Should unless dita-ot.basedir be set</fail>
-
- <!-- COPIED FROM DITA TOOLKIT TO INCLUDE -->
- <property name="dita-ot.current-dita-ot.toolkit" location="${basedir}/WPS_Functions/dita-ot/dita-ot-3.0.4"/>
- <property name="dita-ot.current-dita-ot.toolkit" location="${basedir}/WPS_Functions/dita-ot/dita-ot-2.3.3"/>
- <property name="dita-ot.current-dita-ot.build" location="${dita-ot.current-dita-ot.toolkit}/build.xml"/>
-
- <property name="dita-ot.current-dita-ot.lib" location="${dita-ot.current-dita-ot.toolkit}/lib"/>
- <property name="dita-ot.current-dita-ot.dost.jar" location="${dita-ot.current-dita-ot.lib}/dost.jar"/>
- <property name="dita-ot.current-dita-ot.commons-codec-1.4.jar" location="${dita-ot.current-dita-ot.lib}/commons-codec-1.4.jar"/>
-
-
- <property name="dita-ot.current-dita-ot.icu4j.jar" location="${dita-ot.current-dita-ot.lib}/icu4j.jar"/>
- <property name="dita-ot.current-dita-ot.resolver.jar" location="${dita-ot.current-dita-ot.lib}/resolver.jar"/>
-
-
-
- </project>
|