Date:   Thursday January 3, 2002 @ 22:35
Author: matt

Update of /home/cvs/AxKitB2B/lib/AxKitB2B
In directory ted:/home/matt/Perl/AxKitB2B/lib/AxKitB2B

Modified Files:
        Server.pm 
Log Message:
More hacking on getting a pipeline setup

Index: Server.pm
===================================================================
RCS file: /home/cvs/AxKitB2B/lib/AxKitB2B/Server.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Server.pm   2002/01/02 17:36:29     1.2
+++ Server.pm   2002/01/03 22:35:00     1.3
@@ -1,4 +1,4 @@
-# $Id: Server.pm,v 1.2 2002/01/02 17:36:29 matt Exp $
+# $Id: Server.pm,v 1.3 2002/01/03 22:35:00 matt Exp $
 
 package AxKitB2B::Server;
 use strict;
@@ -11,7 +11,6 @@
 use AxKitB2B;
 use AxKitB2B::Server::Configurator ();
 use AxKitB2B::Server::Logger ();
-use AxKitB2B::Server::AppConfig ();
 use Cwd ();
 use File::Spec ();
 use XML::SAX::Simple qw(XMLin);
@@ -38,8 +37,6 @@
     AxKitB2B::Server::Logger->spawn(
         ConfigFile => File::Spec->catdir($configdir, 'log.conf'),
     );
-
-    AxKitB2B::Server::AppConfig->spawn();
 
     # start the server configurator
     AxKitB2B::Server::Configurator->spawn(

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to