Author: vhennebert
Date: Tue Nov 22 15:51:00 2011
New Revision: 1205046
URL: http://svn.apache.org/viewvc?rev=1205046&view=rev
Log:
Added build/fop-hyph.jar to standard-junit-classpath so that hyphenation tests
can run when the "source" en.xml and de.xml are stored in the hyph/ directory
Modified:
xmlgraphics/fop/trunk/build.xml
Modified: xmlgraphics/fop/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=1205046&r1=1205045&r2=1205046&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Tue Nov 22 15:51:00 2011
@@ -763,7 +763,10 @@ list of possible build targets.
<path id="standard-junit-classpath">
<pathelement location="${build.unit.tests.dir}"/>
<path refid="libs-tools-build-classpath"/>
- <pathelement location="${build.dir}/fop.jar"/>
+ <fileset dir="${build.dir}">
+ <include name="fop.jar"/>
+ <include name="fop-hyph.jar"/>
+ </fileset>
</path>
<macrodef name="junit-run">
<attribute name="title"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]