From d184b2a9e8add75cbaa14ef3133cb9068153a032 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 git-svn-id: svn://10.0.0.236/trunk@224965 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/rhino/testsrc/build.xml | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/mozilla/js/rhino/testsrc/build.xml b/mozilla/js/rhino/testsrc/build.xml index 8dda4db8abf..742bc9d8022 100644 --- a/mozilla/js/rhino/testsrc/build.xml +++ b/mozilla/js/rhino/testsrc/build.xml @@ -25,25 +25,47 @@ --> - - - + + +