Needed to test APR.
authorjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 20 May 2010 15:41:10 +0000 (15:41 +0000)
committerjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 20 May 2010 15:41:10 +0000 (15:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@946673 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index b30a8bf..b19f97d 100644 (file)
--- a/build.xml
+++ b/build.xml
     <junit printsummary="yes" fork="yes" dir="." showoutput="yes">
 
       <jvmarg value="-Dsun.security.ssl.allowUnsafeRenegotiation=true" />
+      <jvmarg value="-Djava.library.path=${tomcat.build}/bin/native"/>
 
       <classpath refid="tomcat.test.classpath" />