All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docbook.lib.build.xml Maven / Gradle / Ivy

There is a newer version: 2.4
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<project name="DocBook XSLT 1.0 stylesheets - HTML" default="all">

  <property name="dbroot.dir" value="${ant.file}/../.."/>
  <import file="../tools/build-shared.xml"/>

  <target name="all" depends="lib">
  </target>

  <target name="lib">
    <echo>Building XSLT library...</echo>
    <antcall target="build-params">
      <param name="condition" value="lib"/>
      <param name="file" value="lib"/>
    </antcall>
  </target>

  <target name="clean">
    <antcall target="clean-params">
      <param name="file" value="lib"/>
    </antcall>
  </target>

</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy