donaldp 02/04/10 16:47:27
Modified: proposal/myrmidon build.xml
Removed: proposal/myrmidon/docs ant1compat.html buildfile.html
classloader.html configuring.html differences.html
getinvolved.html index.html librarys.html task.html
todo.html user.html vfs.html
proposal/myrmidon/src/xdocs ant1compat.xml buildfile.xml
classloader.xml configuring.xml differences.xml
getinvolved.xml index.xml librarys.xml task.xml
todo.xml user.xml velocity.properties vfs.xml
proposal/myrmidon/src/xdocs/stylesheets docs.vsl project.xml
templates.vm
Log:
Remove docs from main build
Revision Changes Path
1.107 +0 -20 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- build.xml 10 Apr 2002 13:33:23 -0000 1.106
+++ build.xml 10 Apr 2002 23:47:27 -0000 1.107
@@ -749,26 +749,6 @@
style="${ant.home}/etc/jdepend-frames.xsl"/>
</target>
- <target name="docs" description="Generate documentation and website">
- <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"
- destdir="docs"
- style="docs.vsl"
- projectfile="stylesheets/project.xml"
- includes="**/*.xml"
- excludes="stylesheets/**"
- velocitypropertiesfile="src/xdocs/velocity.properties"
- />
- </target>
-
<target name="javadoc" description="Generates the API docs.">
<property name="build.apidocs" value="${build.dir}/apidocs"/>
<mkdir dir="${build.apidocs}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>