Browse Source

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


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1205046 13f79535-47bb-0310-9956-ffa450edef68
pull/18/head
Vincent Hennebert 12 years ago
parent
commit
3fa156581b
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      build.xml

+ 4
- 1
build.xml View File

@@ -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"/>

Loading…
Cancel
Save