Orb/Doxygen/DITA/plugins/cxxapiref/integrate-run.xml
changeset 0 42188c7ea2d9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Orb/Doxygen/DITA/plugins/cxxapiref/integrate-run.xml	Thu Jan 21 17:29:01 2010 +0000
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+  All rights reserved.
+-->
+<project name="cxxapiref" default="all" basedir="..\..">
+    <import file="${basedir}${file.separator}integrator.xml"/>
+
+	<target name="all" depends="integrate">
+      <ant antfile="${basedir}${file.separator}demo${file.separator}cxxapiref${file.separator}run-ant.xml"/>
+	</target>
+</project>