|
From: <lk...@us...> - 2004-11-19 23:20:33
|
Update of /cvsroot/openorb/OpenORB/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5048 Modified Files: build.xml Log Message: converted jvmargs from useNativeLibrary to deserializationEngine Index: build.xml =================================================================== RCS file: /cvsroot/openorb/OpenORB/src/build.xml,v retrieving revision 1.184 retrieving revision 1.185 diff -u -d -r1.184 -r1.185 --- build.xml 14 Nov 2004 10:09:31 -0000 1.184 +++ build.xml 19 Nov 2004 23:20:16 -0000 1.185 @@ -150,15 +150,15 @@ <!-- =========================================== --> <!-- Default JVM arguments for running tests --> <!-- =========================================== --> - <condition property="useNativeLibrary" value="true"> + <condition property="deserializationEngine" value="lazy:native"> <os name="AIX" /> </condition> - <property name="useNativeLibrary" value="false"/> + <property name="deserializationEngine" value="lazy:auto"/> <property name="default.jvmargs" value=" -Dfile.encoding=ISO8859-1 - -Diiop.useNativeLibrary=${useNativeLibrary} + -Diiop.deserializationEngine=${deserializationEngine} -Dopenorb.debug.trace=${openorb.debug.trace} -Dopenorb.debug.level=${openorb.debug.level} -Dorg.omg.CORBA.ORBClass=org.openorb.orb.core.ORB |