Browse Source

Make it easier to generate the documentation

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271628 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
ed4d23fb8a
1 changed files with 16 additions and 1 deletions
  1. +16
    -1
      proposal/myrmidon/docs.xml

+ 16
- 1
proposal/myrmidon/docs.xml View File

@@ -1,6 +1,21 @@
<project name="docs" default="main"> <project name="docs" default="main">
<!--
Give user a chance to override without editing this file
(and without typing -D each time he compiles it)
-->
<property file=".ant.properties"/>
<property file="${user.home}/.ant.properties"/>

<target name="main"> <target name="main">
<taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask"/>
<taskdef name="anakia"
classname="org.apache.velocity.anakia.AnakiaTask">
<classpath>
<fileset dir="${jakarta-site.dir}/lib">
<include name="*.jar"/>
</fileset>
</classpath>
</taskdef>

<anakia basedir="src/xdocs" <anakia basedir="src/xdocs"
destdir="docs" destdir="docs"
style="docs.vsl" style="docs.vsl"


Loading…
Cancel
Save