浏览代码

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 年前
父节点
当前提交
3fa156581b
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      build.xml

+ 4
- 1
build.xml 查看文件

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

正在加载...
取消
保存