diff options
author | Glenn Adams <gadams@apache.org> | 2016-03-08 09:07:50 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2016-03-08 09:07:50 +0000 |
commit | 86462d7b873af1b6a3432d9b142bfd25daf2cbd8 (patch) | |
tree | d197277c7a9ba66f69ff80c05b4807b3ad619f62 /fop/build.xml | |
parent | abcad6d46c02540ebc1292e0ee7e13de2f3a7bd0 (diff) | |
download | xmlgraphics-fop-86462d7b873af1b6a3432d9b142bfd25daf2cbd8.tar.gz xmlgraphics-fop-86462d7b873af1b6a3432d9b142bfd25daf2cbd8.zip |
Fixups for ant junit and mvn test.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1734038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop/build.xml')
-rw-r--r-- | fop/build.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/fop/build.xml b/fop/build.xml index c8ac770a6..1ed2b5799 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -188,6 +188,7 @@ list of possible build targets. <property name="hyph.stacksize" value="512k"/> <property name="test.dir" value="${basedir}/test"/> <property name="test.java.dir" value="${src.dir}/test/java"/> + <property name="test.resources.dir" value="${src.dir}/test/resources"/> <property name="build.dir" value="${basedir}/build"/> <property name="build.gensrc.dir" value="${build.dir}/gensrc"/> <property name="build.classes.dir" value="${build.dir}/classes"/> @@ -737,14 +738,8 @@ list of possible build targets. </fileset> </eventResourceGenerator> <copy todir="${build.unit.tests.dir}"> - <fileset dir="${test.java.dir}"> - <include name="META-INF/**"/> - <include name="**/*.xml"/> - <include name="**/*.fo"/> - <include name="**/BidiTestData*.ser"/> - <include name="**/*.afp"/> - <include name="**/*.ps"/> - <include name="**/*.xsl"/> + <fileset dir="${test.resources.dir}"> + <include name="**/*"/> </fileset> <fileset dir="${build.dir}/test-gensrc"> <include name="**/*.xml"/> |