Orb/Doxygen/DITA/plugins/apiref/integrate-run.xml
author Jonathan Harrington <jonathan.harrington@nokia.com>
Wed, 11 Aug 2010 14:49:30 +0100
changeset 4 468f4c8d3d5b
parent 3 d8fccb2cd802
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="apiref" default="all" basedir="..\..">
    <import file="${basedir}${file.separator}integrator.xml"/>

    <dirname property="apiref.dir" file="${ant.file.apiref}"/>

	<target name="all" depends="integrate">
      <ant antfile="${apiref.dir}${file.separator}run-ant.xml"/>
	</target>
</project>