Orb/Doxygen/DITA/plugins/apiref/build.xml
author Michel Szarindar <Michel.Szarindar@Nokia.com>
Thu, 18 Mar 2010 18:26:18 +0000
changeset 1 82f11024044a
permissions -rw-r--r--
Contribution of a new version of ORB and CXX DITA plug-in bug 1461 bug 1621 bug 1962

<?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>