build.dita-ot.PRODUCT.xml 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:dita-ot="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita-ot/dita-ot.xsd"
  3. xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
  4. basedir="../../."
  5. default="PRODUCT"
  6. name="dita-ot.PRODUCT">
  7. <description>p5suis:say Created function dita-ot with prefix dita-ot by p5ant module</description>
  8. <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
  9. <fail unless="WPS_Functions.PRODUCT.name">Should unless WPS_Functions.PRODUCT.name be set</fail>
  10. <condition property="dita-ot.PRODUCT.ifdef.parent"
  11. taskname="dita-ot.parent.PRODUCT.ifdef">
  12. <isset property="WPS_Functions.PRODUCT.name"/>
  13. </condition>
  14. <property name="dita-ot.PRODUCT.name"
  15. value="${WPS_Functions.PRODUCT.name}.dita-ot"/>
  16. <property name="dita-ot.PRODUCT.vendor-domain"
  17. value="${WPS_Functions.PRODUCT.name}.dita-ot"/>
  18. <property name="dita-ot.basedir" value="${WPS_Functions.basedir}/dita-ot"/>
  19. <property name="dita-ot.build.xml" value="${dita-ot.basedir}/build_dita-ot.xml"/>
  20. <property name="dita-ot.repository" value="${WPS_Functions.repository}/dita-ot"/>
  21. <property name="dita-ot.install" value="${dita-ot.basedir}/install"/>
  22. <property location="${WPS_Functions.temp}/dita-ot" name="dita-ot.temp"/>
  23. <property location="${dita-ot.basedir}/dita-ot.xsl" name="dita-ot.xsl"/>
  24. <property location="${dita-ot.basedir}/dita-ot.xsd" name="dita-ot.xsd"/>
  25. <property location="${dita-ot.basedir}/dita-ot.include.structure.xml"
  26. name="dita-ot.include.structure.xml"/>
  27. <property location="${dita-ot.basedir}/dita-ot.include.xsl.p5xsls.xml"
  28. name="dita-ot.include.xsl.p5xsls.xml"/>
  29. <property location="${dita-ot.repository}/install_example.file"
  30. name="dita-ot.install_example"/>
  31. <property name="build.dita-ot.current-dita-ot.PRODUCT.xml" location="${dita-ot.basedir}/build.dita-ot.current-dita-ot.PRODUCT.xml"/>
  32. <include file="build.dita-ot.current-dita-ot.PRODUCT.xml" as="current-dita-ot"/>
  33. <property name="build.dita-ot.chm-pdf.xml" location="${dita-ot.basedir}/build.dita-ot.chm-pdf.xml"/>
  34. <!--<property name="dita.dir" location="${dita-ot.toolkit}"/>-->
  35. <!--<property name="dita.plugin.org.dita.base.dir" location="${dita.dir}"/>-->
  36. <xmlcatalog id="dita-ot.dtd.catalog" classpath="/usr/local/share/java/apache-ant/lib/ant-apache-resolver.jar">
  37. <!-- <catalogpath path="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/catalog.xml"/>
  38. <catalogpath path="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/catalog.xml"/>-->
  39. <xmlcatalog>
  40. <entity publicId="-//OASIS//DTD DITA 1.3 Base Map//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/basemap.dtd"/>
  41. <entity publicId="-//OASIS//DTD DITA Base Map//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/basemap.dtd"/>
  42. <entity publicId="-//OASIS//DTD DITA 1.3 Base Topic//EN"
  43. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/basetopic.dtd"/>
  44. <entity publicId="-//OASIS//DTD DITA Learning Plan//EN"
  45. location="${dita-ot.toolkit}//plugins/org.oasis-open.dita.v1_3/dtd/learning/dtd/learningBase.ent"/>
  46. <entity publicId="-//OASIS//DTD DITA Base Topic//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/basetopic.dtd"/>
  47. <entity publicId="-//OASIS//DTD DITA Subject Scheme Map//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/subjectScheme/dtd/subjectScheme.dtd"/>
  48. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Common Elements//EN"
  49. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/commonElements.mod"/>
  50. <entity publicId="-//OASIS//ELEMENTS DITA Common Elements//EN"
  51. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/commonElements.mod"/>
  52. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Common Elements//EN"
  53. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/commonElements.ent"/>
  54. <entity publicId="-//OASIS//ENTITIES DITA Common Elements//EN"
  55. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/commonElements.ent"/>
  56. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Delayed Resolution Domain//EN"
  57. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/delayResolutionDomain.mod"/>
  58. <entity publicId="-//OASIS//ELEMENTS DITA Delayed Resolution Domain//EN"
  59. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/delayResolutionDomain.mod"/>
  60. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Delayed Resolution Domain//EN"
  61. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/delayResolutionDomain.ent"/>
  62. <entity publicId="-//OASIS//ENTITIES DITA Delayed Resolution Domain//EN"
  63. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/delayResolutionDomain.ent"/>
  64. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Delivery Target Attribute Domain//EN"
  65. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/deliveryTargetAttDomain.ent"/>
  66. <entity publicId="-//OASIS//ENTITIES DITA Delivery Target Attribute Domain//EN"
  67. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/deliveryTargetAttDomain.ent"/>
  68. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 DITAVAL Ref Domain//EN"
  69. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/ditavalrefDomain.mod"/>
  70. <entity publicId="-//OASIS//ELEMENTS DITA DITAVAL Ref Domain//EN"
  71. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/ditavalrefDomain.mod"/>
  72. <entity publicId="-//OASIS//ENTITIES DITA 1.3 DITAVAL Ref Domain//EN"
  73. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/ditavalrefDomain.ent"/>
  74. <entity publicId="-//OASIS//ENTITIES DITA DITAVAL Ref Domain//EN"
  75. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/ditavalrefDomain.ent"/>
  76. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Hazard Statement Domain//EN"
  77. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/hazardstatementDomain.mod"/>
  78. <entity publicId="-//OASIS//ELEMENTS DITA Hazard Statement Domain//EN"
  79. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/hazardstatementDomain.mod"/>
  80. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Hazard Statement Domain//EN"
  81. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/hazardstatementDomain.ent"/>
  82. <entity publicId="-//OASIS//ENTITIES DITA Hazard Statement Domain//EN"
  83. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/hazardstatementDomain.ent"/>
  84. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Highlight Domain//EN"
  85. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/highlightDomain.mod"/>
  86. <entity publicId="-//OASIS//ELEMENTS DITA Highlight Domain//EN"
  87. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/highlightDomain.mod"/>
  88. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Highlight Domain//EN"
  89. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/highlightDomain.ent"/>
  90. <entity publicId="-//OASIS//ENTITIES DITA Highlight Domain//EN"
  91. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/highlightDomain.ent"/>
  92. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Indexing Domain//EN"
  93. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/indexingDomain.mod"/>
  94. <entity publicId="-//OASIS//ELEMENTS DITA Indexing Domain//EN"
  95. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/indexingDomain.mod"/>
  96. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Indexing Domain//EN"
  97. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/indexingDomain.ent"/>
  98. <entity publicId="-//OASIS//ENTITIES DITA Indexing Domain//EN"
  99. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/indexingDomain.ent"/>
  100. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Map Group Domain//EN"
  101. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/mapGroup.mod"/>
  102. <entity publicId="-//OASIS//ELEMENTS DITA Map Group Domain//EN"
  103. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/mapGroup.mod"/>
  104. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Map Group Domain//EN"
  105. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/mapGroup.ent"/>
  106. <entity publicId="-//OASIS//ENTITIES DITA Map Group Domain//EN"
  107. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/mapGroup.ent"/>
  108. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Map//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/map.mod"/>
  109. <entity publicId="-//OASIS//ELEMENTS DITA Map//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/map.mod"/>
  110. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Metadata//EN"
  111. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/metaDecl.mod"/>
  112. <entity publicId="-//OASIS//ELEMENTS DITA Metadata//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/metaDecl.mod"/>
  113. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Exchange Table Model//EN"
  114. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/tblDecl.mod"/>
  115. <entity publicId="-//OASIS//ELEMENTS DITA Exchange Table Model//EN"
  116. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/tblDecl.mod"/>
  117. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Topic Definitions//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/topicDefn.ent"/>
  118. <entity publicId="-//OASIS//ENTITIES DITA Topic Definitions//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/topicDefn.ent"/>
  119. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Topic//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/topic.mod"/>
  120. <entity publicId="-//OASIS//ELEMENTS DITA Topic//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/topic.mod"/>
  121. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Utilities Domain//EN"
  122. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/utilitiesDomain.mod"/>
  123. <entity publicId="-//OASIS//ELEMENTS DITA Utilities Domain//EN"
  124. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/utilitiesDomain.mod"/>
  125. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Utilities Domain//EN"
  126. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/utilitiesDomain.ent"/>
  127. <entity publicId="-//OASIS//ENTITIES DITA Utilities Domain//EN"
  128. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/base/dtd/utilitiesDomain.ent"/>
  129. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Abbreviated Form Domain//EN"
  130. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/abbreviateDomain.mod"/>
  131. <entity publicId="-//OASIS//ELEMENTS DITA Abbreviated Form Domain//EN"
  132. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/abbreviateDomain.mod"/>
  133. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Abbreviated Form Domain//EN"
  134. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/abbreviateDomain.ent"/>
  135. <entity publicId="-//OASIS//ENTITIES DITA Abbreviated Form Domain//EN"
  136. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/abbreviateDomain.ent"/>
  137. <entity publicId="-//OASIS//DTD DITA 1.3 Concept//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/concept.dtd"/>
  138. <entity publicId="-//OASIS//DTD DITA Concept//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/concept.dtd"/>
  139. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Concept//EN"
  140. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/concept.mod"/>
  141. <entity publicId="-//OASIS//ELEMENTS DITA Concept//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/concept.mod"/>
  142. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Concept//EN"
  143. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/concept.ent"/>
  144. <entity publicId="-//OASIS//ENTITIES DITA Concept//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/concept.ent"/>
  145. <entity publicId="-//OASIS//DTD DITA 1.3 Composite//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/ditabase.dtd"/>
  146. <entity publicId="-//OASIS//DTD DITA Composite//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/ditabase.dtd"/>
  147. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Equation Domain//EN"
  148. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/equationDomain.mod"/>
  149. <entity publicId="-//OASIS//ELEMENTS DITA Equation Domain//EN"
  150. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/equationDomain.mod"/>
  151. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Equation Domain//EN"
  152. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/equationDomain.ent"/>
  153. <entity publicId="-//OASIS//ENTITIES DITA Equation Domain//EN"
  154. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/equationDomain.ent"/>
  155. <entity publicId="-//OASIS//DTD DITA 1.3 General Task//EN"
  156. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/generalTask.dtd"/>
  157. <entity publicId="-//OASIS//DTD DITA General Task//EN"
  158. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/generalTask.dtd"/>
  159. <entity publicId="-//OASIS//DTD DITA 1.3 Glossary//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossary.dtd"/>
  160. <entity publicId="-//OASIS//DTD DITA Glossary//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossary.dtd"/>
  161. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Glossary//EN"
  162. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossary.mod"/>
  163. <entity publicId="-//OASIS//ELEMENTS DITA Glossary//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossary.mod"/>
  164. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Glossary//EN"
  165. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossary.ent"/>
  166. <entity publicId="-//OASIS//ENTITIES DITA Glossary//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossary.ent"/>
  167. <entity publicId="-//OASIS//DTD DITA 1.3 Glossary Entry//EN"
  168. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossentry.dtd"/>
  169. <entity publicId="-//OASIS//DTD DITA Glossary Entry//EN"
  170. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossentry.dtd"/>
  171. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Glossary Entry//EN"
  172. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossentry.mod"/>
  173. <entity publicId="-//OASIS//ELEMENTS DITA Glossary Entry//EN"
  174. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossentry.mod"/>
  175. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Glossary Entry//EN"
  176. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossentry.ent"/>
  177. <entity publicId="-//OASIS//ENTITIES DITA Glossary Entry//EN"
  178. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossentry.ent"/>
  179. <entity publicId="-//OASIS//DTD DITA 1.3 Glossary Group//EN"
  180. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossgroup.dtd"/>
  181. <entity publicId="-//OASIS//DTD DITA Glossary Group//EN"
  182. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossgroup.dtd"/>
  183. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Glossary Group//EN"
  184. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossgroup.mod"/>
  185. <entity publicId="-//OASIS//ELEMENTS DITA Glossary Group//EN"
  186. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossgroup.mod"/>
  187. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Glossary Group//EN"
  188. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossgroup.ent"/>
  189. <entity publicId="-//OASIS//ENTITIES DITA Glossary Group//EN"
  190. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossgroup.ent"/>
  191. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Glossary Reference Domain//EN"
  192. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossrefDomain.mod"/>
  193. <entity publicId="-//OASIS//ELEMENTS DITA Glossary Reference Domain//EN"
  194. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossrefDomain.mod"/>
  195. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Glossary Reference Domain//EN"
  196. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossrefDomain.ent"/>
  197. <entity publicId="-//OASIS//ENTITIES DITA Glossary Reference Domain//EN"
  198. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/glossrefDomain.ent"/>
  199. <entity publicId="-//OASIS//DTD DITA 1.3 Map//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/map.dtd"/>
  200. <entity publicId="-//OASIS//DTD DITA Map//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/map.dtd"/>
  201. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Markup Domain//EN"
  202. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/markupDomain.mod"/>
  203. <entity publicId="-//OASIS//ELEMENTS DITA Markup Domain//EN"
  204. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/markupDomain.mod"/>
  205. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Markup Domain//EN"
  206. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/markupDomain.ent"/>
  207. <entity publicId="-//OASIS//ENTITIES DITA Markup Domain//EN"
  208. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/markupDomain.ent"/>
  209. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 MathML Domain//EN"
  210. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/mathmlDomain.mod"/>
  211. <entity publicId="-//OASIS//ELEMENTS DITA MathML Domain//EN"
  212. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/mathmlDomain.mod"/>
  213. <entity publicId="-//OASIS//ENTITIES DITA 1.3 MathML Domain//EN"
  214. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/mathmlDomain.ent"/>
  215. <entity publicId="-//OASIS//ENTITIES DITA MathML Domain//EN"
  216. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/mathmlDomain.ent"/>
  217. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Programming Domain//EN"
  218. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/programmingDomain.mod"/>
  219. <entity publicId="-//OASIS//ELEMENTS DITA Programming Domain//EN"
  220. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/programmingDomain.mod"/>
  221. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Programming Domain//EN"
  222. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/programmingDomain.ent"/>
  223. <entity publicId="-//OASIS//ENTITIES DITA Programming Domain//EN"
  224. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/programmingDomain.ent"/>
  225. <entity publicId="-//OASIS//DTD DITA 1.3 Reference//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/reference.dtd"/>
  226. <entity publicId="-//OASIS//DTD DITA Reference//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/reference.dtd"/>
  227. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Reference//EN"
  228. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/reference.mod"/>
  229. <entity publicId="-//OASIS//ELEMENTS DITA Reference//EN"
  230. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/reference.mod"/>
  231. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Reference//EN"
  232. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/reference.ent"/>
  233. <entity publicId="-//OASIS//ENTITIES DITA Reference//EN"
  234. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/reference.ent"/>
  235. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Release Management Domain//EN"
  236. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/releaseManagementDomain.mod"/>
  237. <entity publicId="-//OASIS//ELEMENTS DITA Release Management Domain//EN"
  238. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/releaseManagementDomain.mod"/>
  239. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Release Management Domain//EN"
  240. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/releaseManagementDomain.ent"/>
  241. <entity publicId="-//OASIS//ENTITIES DITA Release Management Domain//EN"
  242. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/releaseManagementDomain.ent"/>
  243. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Software Domain//EN"
  244. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/softwareDomain.mod"/>
  245. <entity publicId="-//OASIS//ELEMENTS DITA Software Domain//EN"
  246. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/softwareDomain.mod"/>
  247. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Software Domain//EN"
  248. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/softwareDomain.ent"/>
  249. <entity publicId="-//OASIS//ENTITIES DITA Software Domain//EN"
  250. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/softwareDomain.ent"/>
  251. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Strict Taskbody Constraint//EN"
  252. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/strictTaskbodyConstraint.mod"/>
  253. <entity publicId="-//OASIS//ELEMENTS DITA Strict Taskbody Constraint//EN"
  254. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/strictTaskbodyConstraint.mod"/>
  255. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 SVG Domain//EN"
  256. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/svgDomain.mod"/>
  257. <entity publicId="-//OASIS//ELEMENTS DITA SVG Domain//EN"
  258. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/svgDomain.mod"/>
  259. <entity publicId="-//OASIS//ENTITIES DITA 1.3 SVG Domain//EN"
  260. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/svgDomain.ent"/>
  261. <entity publicId="-//OASIS//ENTITIES DITA SVG Domain//EN"
  262. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/svgDomain.ent"/>
  263. <entity publicId="-//OASIS//DTD DITA 1.3 Task//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/task.dtd"/>
  264. <entity publicId="-//OASIS//DTD DITA Task//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/task.dtd"/>
  265. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Task//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/task.mod"/>
  266. <entity publicId="-//OASIS//ELEMENTS DITA Task//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/task.mod"/>
  267. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Task//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/task.ent"/>
  268. <entity publicId="-//OASIS//ENTITIES DITA Task//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/task.ent"/>
  269. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Task Requirements Domain//EN"
  270. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/taskreqDomain.mod"/>
  271. <entity publicId="-//OASIS//ELEMENTS DITA Task Requirements Domain//EN"
  272. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/taskreqDomain.mod"/>
  273. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Task Requirements Domain//EN"
  274. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/taskreqDomain.ent"/>
  275. <entity publicId="-//OASIS//ENTITIES DITA Task Requirements Domain//EN"
  276. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/taskreqDomain.ent"/>
  277. <entity publicId="-//OASIS//DTD DITA 1.3 Topic//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/topic.dtd"/>
  278. <entity publicId="-//OASIS//DTD DITA Topic//EN" location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/topic.dtd"/>
  279. <entity publicId="-//OASIS//DTD DITA 1.3 Troubleshooting//EN"
  280. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/troubleshooting.dtd"/>
  281. <entity publicId="-//OASIS//DTD DITA Troubleshooting//EN"
  282. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/troubleshooting.dtd"/>
  283. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Troubleshooting//EN"
  284. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/troubleshooting.mod"/>
  285. <entity publicId="-//OASIS//ELEMENTS DITA Troubleshooting//EN"
  286. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/troubleshooting.mod"/>
  287. <entity publicId="-//OASIS//ENTITIES DITA 1.3 Troubleshooting//EN"
  288. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/troubleshooting.ent"/>
  289. <entity publicId="-//OASIS//ENTITIES DITA Troubleshooting//EN"
  290. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/troubleshooting.ent"/>
  291. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 User Interface Domain//EN"
  292. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/uiDomain.mod"/>
  293. <entity publicId="-//OASIS//ELEMENTS DITA User Interface Domain//EN"
  294. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/uiDomain.mod"/>
  295. <entity publicId="-//OASIS//ENTITIES DITA 1.3 User Interface Domain//EN"
  296. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/uiDomain.ent"/>
  297. <entity publicId="-//OASIS//ENTITIES DITA User Interface Domain//EN"
  298. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/uiDomain.ent"/>
  299. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 XML Domain//EN"
  300. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/xmlDomain.mod"/>
  301. <entity publicId="-//OASIS//ELEMENTS DITA XML Domain//EN"
  302. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/xmlDomain.mod"/>
  303. <entity publicId="-//OASIS//ENTITIES DITA 1.3 XML Domain//EN"
  304. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/xmlDomain.ent"/>
  305. <entity publicId="-//OASIS//ENTITIES DITA XML Domain//EN"
  306. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/xmlDomain.ent"/>
  307. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 Mathml3 Driver//EN"
  308. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/mathml/mathml3-ditadriver.dtd"/>
  309. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 MathML 3//EN"
  310. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/mathml/mathml3/mathml3.dtd"/>
  311. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 SVG 1.1 Driver//EN"
  312. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/svg/svg11-ditadriver.dtd"/>
  313. <entity publicId="-//OASIS//ELEMENTS DITA 1.3 SVG 1.1//EN"
  314. location="${dita-ot.toolkit}/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/svg/svg11/svg11-flat-20110816.dtd"/>
  315. </xmlcatalog>
  316. </xmlcatalog>
  317. <target depends="basedir,p5xsls.xml"
  318. description="to create basedir, includes and install"
  319. name="PRODUCT"/>
  320. <target description="to create local dirs" name="basedir">
  321. <propertyset id="dita-ot.local.properties">
  322. <propertyref prefix="dita-ot"/>
  323. <mapper from="dita-ot.*" to="local.*" type="glob"/>
  324. </propertyset>
  325. <antcall inheritall="false" target="WPS_Functions.basedir.p5bws:dirs">
  326. <propertyset refid="dita-ot.local.properties"/>
  327. </antcall>
  328. </target>
  329. <target description="To delete all temp and repository" name="clean">
  330. <antcall inheritall="false" target="WPS_Functions.basedir.p5bws:dirs.clean">
  331. <propertyset refid="dita-ot.local.properties"/>
  332. </antcall>
  333. </target>
  334. <target description="To delete all temp and repository" name="clean.temp">
  335. <antcall inheritall="false"
  336. target="WPS_Functions.basedir.p5bw.p5bws:dirs.temp.clean">
  337. <propertyset refid="dita-ot.local.properties"/>
  338. </antcall>
  339. </target>
  340. <target name="parent.PRODUCT.ifdef"
  341. unless="dita-ot.WPS_Functions.PRODUCT.ifdef.parent">
  342. <fail>There is not set correct parent PRODUCT from expected file="../build.WPS_Functions.PRODUCT.xml"</fail>
  343. </target>
  344. <target name="p5xsls.xml" depends="basedir">
  345. <description>
  346. TODO to be fixed by xslt to allow dynamic create of multi include xsl templates
  347. </description>
  348. <echoxml namespacepolicy="elementsOnly" file="${dita-ot.include.xsl.p5xsls.xml}">
  349. <stylesheet_buildlist xmlns="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd">
  350. <namespaces.list>
  351. <namespaces.list.namespace prefix="dita-ot"
  352. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita-ot/dita-ot.xsd"/>
  353. </namespaces.list>
  354. <include.list>
  355. <include.list.href href="/Users/a.binder/Documents/xmlschema_procesy5/src-xmlschema/public_html/WPS_Functions/ant/p5ant.xsl"/>
  356. </include.list>
  357. </stylesheet_buildlist>
  358. </echoxml>
  359. </target>
  360. </project>