--- projects/cms/source/server/build/etc/default.properties 2001/03/19 20:57:41 1.12 +++ projects/cms/source/server/build/etc/default.properties 2001/05/12 00:14:14 1.14 @@ -2,13 +2,13 @@ # be used as defaults by the I-Scream CORE # # $Author: tdb $ -# $Id: default.properties,v 1.12 2001/03/19 20:57:41 tdb Exp $ +# $Id: default.properties,v 1.14 2001/05/12 00:14:14 tdb Exp $ # These properties are REQUIRED by the system to tell it # which ORB to use. -org.omg.CORBA.ORBClass= jacorb.orb.ORB -org.omg.CORBA.ORBSingletonClass= jacorb.orb.ORBSingleton +org.omg.CORBA.ORBClass= org.jacorb.orb.ORB +org.omg.CORBA.ORBSingletonClass= org.jacorb.orb.ORBSingleton jdbc.drivers= org.gjt.mm.mysql.Driver # The logging verbosity to be used by the system, @@ -77,4 +77,4 @@ uk.org.iscream.LoggerClass.SimpleGUILogger.maxMessages # # Thus a typical order is: # Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client -uk.org.iscream.ComponentList=Core;Filter +uk.org.iscream.ComponentList=Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager;Client