|
From: Richard G C. <pim...@us...> - 2004-07-29 08:01:12
|
Update of /cvsroot/openorb/OpenORB/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20325/OpenORB/src Modified Files: build.xml Log Message: removed no-rmi-test option as it's no longer needed Index: build.xml =================================================================== RCS file: /cvsroot/openorb/OpenORB/src/build.xml,v retrieving revision 1.181 retrieving revision 1.182 diff -u -d -r1.181 -r1.182 --- build.xml 23 Jul 2004 09:49:36 -0000 1.181 +++ build.xml 29 Jul 2004 08:01:03 -0000 1.182 @@ -904,7 +904,7 @@ </java> </target> - <target name="run-rmiiiop-test" unless="no-rmi-test"> + <target name="run-rmiiiop-test"> <echo message="Running RMI-IIOP tests (useNativeLibrary=${useNativeLibrary})..." /> <java failonerror="true" classname="junit.textui.TestRunner" |