\rhm
authoridfx <idfx>
Sat, 16 Aug 2003 19:41:13 +0000 (19:41 +0000)
committeridfx <idfx>
Sat, 16 Aug 2003 19:41:13 +0000 (19:41 +0000)
build.xml

index fe25d8a..2052c81 100755 (executable)
--- a/build.xml
+++ b/build.xml
   </target>
   
   <target name="rundbtest" depends="compile">
-       <java fork="true" classname="mir.core.test.Test" classpathref="project.class.path"/>
+       <java classname="mir.core.test.Test" classpathref="project.class.path"/>
   </target>
 
 </project>