Orb/Doxygen/DITA/plugins/apiref/build.xml
author Jonathan Harrington <jonathan.harrington@nokia.com>
Wed, 11 Aug 2010 14:49:30 +0100
changeset 4 468f4c8d3d5b
parent 1 82f11024044a
permissions -rw-r--r--
Orb version 0.2.0

<?xml version="1.0" encoding="UTF-8" ?>
<!--
 | (C) Copyright IBM Corporation 2005 - 2006. All Rights Reserved.
 *-->
<project name="apiref2xhtml">
    <dirname property="apiref2xhtml.dir" file="${ant.file.apiref2xhtml}"/>

    <!-- content targets -->
    <target name="apiref2xhtml">
      <!-- apiref2xhtml.xsl extends dita2xhtml via the plugin interface -->
      <antcall target="dita2xhtml"/>
      <copy todir="${output.dir}">
        <fileset dir="${apiref2xhtml.dir}${file.separator}xsl">
          <include name="*.css"/>
        </fileset>
      </copy>
    </target>
</project>