summaryrefslogtreecommitdiffstats
path: root/fop/build.xml
diff options
context:
space:
mode:
authorGlenn Adams <gadams@apache.org>2016-03-08 09:07:50 +0000
committerGlenn Adams <gadams@apache.org>2016-03-08 09:07:50 +0000
commit86462d7b873af1b6a3432d9b142bfd25daf2cbd8 (patch)
treed197277c7a9ba66f69ff80c05b4807b3ad619f62 /fop/build.xml
parentabcad6d46c02540ebc1292e0ee7e13de2f3a7bd0 (diff)
downloadxmlgraphics-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.xml11
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"/>
ackport/46218/stable30'>backport/46218/stable30 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/build/package.json
blob: 605dcf733217250b4d44e0f0dc754e2ec8da9980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "nextcloud-js-tests",
  "description": "Nextcloud tests",
  "version": "0.0.2",
  "author": {
    "name": "Vincent Petry",
    "email": "pvince81@owncloud.com"
  },
  "private": true,
  "homepage": "https://github.com/nextcloud/",
  "contributors": [],
  "dependencies": {},
  "devDependencies": {
    "bower": "~1.8.0",
    "handlebars": "^4.0.5",
    "jasmine-core": "~2.5.2",
    "jasmine-sinon": "^0.4.0",
    "jsdoc": "^3.5.5",
    "karma": "^3.1.1",
    "karma-coverage": "*",
    "karma-jasmine": "^1.1.2",
    "karma-jasmine-sinon": "^1.0.4",
    "karma-junit-reporter": "^1.2.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-viewport": "^1.0.2",
    "node-sass": "~4.10.0",
    "phantomjs-prebuilt": "*",
    "sinon": "<= 5.0.7"
  },
  "engine": "node >= 6.9"
}