From 8a3130f6731e83a45576940b658a1027fa41d1e1 Mon Sep 17 00:00:00 2001 From: "inonit%inonit.com" Date: Tue, 24 Apr 2007 21:16:57 +0000 Subject: [PATCH] Separate compilation of JsDriver from compilation of JUnit-based tests so that JUnit is not required to compile non-JUnit tests --- js/rhino/testsrc/build.xml | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/js/rhino/testsrc/build.xml b/js/rhino/testsrc/build.xml index 8dda4db8abf..742bc9d8022 100644 --- a/js/rhino/testsrc/build.xml +++ b/js/rhino/testsrc/build.xml @@ -25,25 +25,47 @@ --> - - - + + +