donaldp 02/03/06 03:00:15
Modified: proposal/myrmidon docs.xml
Log:
Reformat
Revision Changes Path
1.4 +20 -19 jakarta-ant/proposal/myrmidon/docs.xml
Index: docs.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/docs.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- docs.xml 3 Mar 2002 06:44:43 -0000 1.3
+++ docs.xml 6 Mar 2002 11:00:15 -0000 1.4
@@ -1,28 +1,29 @@
<project name="Myrmidon 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"/>
+
+ <!--
+ 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">
<taskdef name="anakia"
- classname="org.apache.velocity.anakia.AnakiaTask">
- <classpath>
- <fileset dir="${jakarta-site.dir}/lib">
- <include name="*.jar"/>
- </fileset>
- </classpath>
+ classname="org.apache.velocity.anakia.AnakiaTask">
+ <classpath>
+ <fileset dir="${jakarta-site.dir}/lib">
+ <include name="*.jar"/>
+ </fileset>
+ </classpath>
</taskdef>
<anakia basedir="src/xdocs"
- destdir="docs"
- style="docs.vsl"
- projectfile="stylesheets/project.xml"
- includes="**/*.xml"
- excludes="stylesheets/**"
- velocitypropertiesfile="src/xdocs/velocity.properties"
- />
+ destdir="docs"
+ style="docs.vsl"
+ projectfile="stylesheets/project.xml"
+ includes="**/*.xml"
+ excludes="stylesheets/**"
+ velocitypropertiesfile="src/xdocs/velocity.properties"
+ />
</target>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>