blob: 75eeae18e9ba450c8c2c9d7dfcd32d703d7b129b [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright (c) 2011 Mia-Software.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Gregoire Dupe (Mia-Software) - Bug 337584 - Documentation set up
-->
<project default="toc.html" basedir=".">
<target name="toc.html" >
<xslt force="true" style="toc.xsl" in="toc-full.xml" out="toc.html"/>
</target>
<target name="all" depends="toc.html"/>
</project>