Author: jukka
Date: Thu Feb 11 13:30:28 2010
New Revision: 908962
URL: http://svn.apache.org/viewvc?rev=908962&view=rev
Log:
PDFBOX-545: Switch PDFBox build to Maven
Fix the javadoc target in the Ant build.
Modified:
pdfbox/trunk/build.xml
Modified: pdfbox/trunk/build.xml
URL:
http://svn.apache.org/viewvc/pdfbox/trunk/build.xml?rev=908962&r1=908961&r2=908962&view=diff
==============================================================================
--- pdfbox/trunk/build.xml (original)
+++ pdfbox/trunk/build.xml Thu Feb 11 13:30:28 2010
@@ -692,7 +692,7 @@
<replaceregexp match="<!-- Generated by javadoc .* -->"
replace="<!-- Generated by javadoc -->"
flags="g" byline="true">
- <fileset dir="${docs.dir}" includes="**/*.html" />
+ <fileset dir="${target.dir}/javadoc" includes="**/*.html" />
</replaceregexp>
</target>