NIHVIVO-1129 Force the XSLT step to use JAR files that actually work.

This commit is contained in:
jeb228 2011-01-03 20:02:20 +00:00
parent cd0bac16da
commit 18c7ae52ef
2 changed files with 16 additions and 2 deletions

View file

@ -10,9 +10,11 @@
# -----------------------------------------------------------------------------
#
# The base install directory for JMeter.
# The base install directory for JMeter, and some JARs required by XSLT
#
jmeter.home.dir = /Users/jeb228/Downloads/JMeter/jakarta-jmeter-2.4
jmeter.serializer.jar = ${jmeter.home.dir}/lib/serializer-2.7.1.jar
jmeter.xalan.jar = ${jmeter.home.dir}/lib/xalan-2.7.1.jar
#
# Where do we find the Vivo instance that we are testing?