You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/01/31 00:16:04 UTC

svn commit: r149183 - jakarta/commons/sandbox/feedparser/trunk/build.xml

Author: burton
Date: Sun Jan 30 15:16:02 2005
New Revision: 149183

URL: http://svn.apache.org/viewcvs?view=rev&rev=149183
Log:
support for apidocs instead of api dir

Modified:
    jakarta/commons/sandbox/feedparser/trunk/build.xml

Modified: jakarta/commons/sandbox/feedparser/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/feedparser/trunk/build.xml?view=diff&r1=149182&r2=149183
==============================================================================
--- jakarta/commons/sandbox/feedparser/trunk/build.xml (original)
+++ jakarta/commons/sandbox/feedparser/trunk/build.xml Sun Jan 30 15:16:02 2005
@@ -163,11 +163,11 @@
 
     <target name="javadoc" depends="init">
 
-        <mkdir dir="docs/api"/>
+        <mkdir dir="docs/apidocs"/>
 
         <javadoc sourcepath="src/java"
                  packagenames="org.apache.commons.feedparser.*"
-                 destdir="docs/api"
+                 destdir="docs/apidocs"
                  author="true"
                  version="true"
                  use="true"
@@ -185,20 +185,20 @@
         <!-- anakia config borrowed from Lucene -->
 
         <taskdef name="anakia"
-            classname="org.apache.velocity.anakia.AnakiaTask"
-            classpathref="anakia.classpath">
+                 classname="org.apache.velocity.anakia.AnakiaTask"
+                 classpathref="anakia.classpath">
 
         </taskdef>
 
         <anakia basedir="xdocs"
-            destdir="docs/"
-            extension=".html"
-            style="./site.vsl"
-            projectFile="stylesheets/project.xml"
-            excludes="**/stylesheets/** empty.xml"
-            includes="**/*.xml"
-            lastModifiedCheck="true"
-            templatePath="${jakarta.site2.home}/xdocs/stylesheets"/>
+                destdir="docs/"
+                extension=".html"
+                style="./site.vsl"
+                projectFile="stylesheets/project.xml"
+                excludes="**/stylesheets/** empty.xml"
+                includes="**/*.xml"
+                lastModifiedCheck="true"
+                templatePath="${jakarta.site2.home}/xdocs/stylesheets"/>
 
     </target>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org