blob: 61ffc9c6915ec3f0582020f90864f54829f83577 [file] [log] [blame]
<?xml version="1.0" ?>
<!-- writen for Ant 1.5.1 -->
<project name="mylar" default="copy-web">
<target name="copy-web" description="Doc Web Update">
<copy todir="doc">
<fileset file="../org.eclipse.mylyn.doc/doc/*.html" />
<!--
<fileset file="../org.eclipse.mylyn.doc/doc/faq.html" />
<fileset file="../org.eclipse.mylyn.doc/doc/new-0.4.0.html" />
<fileset file="../org.eclipse.mylyn.doc/doc/contributing.html" />
<fileset file="../org.eclipse.mylyn.doc/doc/integrating.html" />
-->
</copy>
<!--
<copy todir="doc/dev">
<fileset file="../org.eclipse.mylyn.doc/doc/dev/plan.html" />
</copy>
<copy todir="doc/images/dev">
<fileset dir="../org.eclipse.mylyn.doc/doc/images/dev" />
</copy>
<copy todir="doc/images">
<fileset dir="../org.eclipse.mylyn.doc/doc/images" />
</copy>
-->
</target>
<target name="copy-release" description="Doc Release Update">
<copy todir="doc">
<fileset file="../org.eclipse.mylyn.doc/doc/new.html" />
</copy>
</target>
</project>