cam 2005/03/10 02:03:05 Modified: . Tag: svg12 build.xml Log: 1. Fixed problem with 'javadoc' target in build file. Revision Changes Path No revision No revision 1.157.2.3 +3 -3 xml-batik/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-batik/build.xml,v retrieving revision 1.157.2.2 retrieving revision 1.157.2.3 diff -u -r1.157.2.2 -r1.157.2.3 --- build.xml 25 Feb 2005 03:18:13 -0000 1.157.2.2 +++ build.xml 10 Mar 2005 10:03:05 -0000 1.157.2.3 @@ -1291,8 +1291,8 @@ windowtitle="${Project} Javadoc" doctitle="${Project} API Specification ${version}${revisionType}${revisionNumber}" bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved."> - <sourcepath refid="src"/> - <sourcepath refid="src-jdk"/> + <sourcepath path="${src}"/> + <sourcepath path="${src-jdk}"/> <classpath refid="libs-classpath"/> <link href="http://www.w3.org/2003/01/dom2-javadoc/"/> <link href="http://java.sun.com/j2se/1.3/docs/api/"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]