From f6a1538b4f4ada574fe3b2ae56190297d44ec515 Mon Sep 17 00:00:00 2001 From: mdb Date: Sat, 17 Nov 2001 03:44:24 +0000 Subject: [PATCH] Require that JUnit forks so that we don't end up with wacky conflicts between xerces.jar loaded by ant and our own copies of an XML parser implementation. git-svn-id: https://samskivert.googlecode.com/svn/trunk@452 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/tests/build.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/samskivert/tests/build.xml b/projects/samskivert/tests/build.xml index 47d0d174..2a1a8553 100644 --- a/projects/samskivert/tests/build.xml +++ b/projects/samskivert/tests/build.xml @@ -4,7 +4,10 @@ - + + +