donaldp 02/03/02 22:44:43
Modified: proposal/myrmidon docs.xml
Log:
Name build file so looks pretty under IDEA
Revision Changes Path
1.3 +2 -2 jakarta-ant/proposal/myrmidon/docs.xml
Index: docs.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/docs.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- docs.xml 1 Mar 2002 09:17:27 -0000 1.2
+++ docs.xml 3 Mar 2002 06:44:43 -0000 1.3
@@ -1,4 +1,4 @@
-<project name="docs" default="main">
+<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)
@@ -7,7 +7,7 @@
<property file="${user.home}/.ant.properties"/>
<target name="main">
- <taskdef name="anakia"
+ <taskdef name="anakia"
classname="org.apache.velocity.anakia.AnakiaTask">
<classpath>
<fileset dir="${jakarta-site.dir}/lib">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>