IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2005, 4:35:06 PM (21 years ago)
Author:
jhoblitt
Message:

rename PS::IPP::IData -> Nebulous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/conf/startup.pl.in

    r4438 r4440  
    33use Apache::DBI;
    44use DBI;
    5 use PS::IPP::IData::Server::SOAP;
    6 use PS::IPP::IData::Server;
     5use Nebulous::Server::SOAP;
     6use Nebulous::Server;
    77
    88my $dsn     = "DBI:mysql:database=test:host=localhost";
     
    1111
    1212Apache::DBI->connect_on_init( $dsn, $dbuser, $dbpass );
    13 PS::IPP::IData::Server->setup( $dsn, $dbuser, $dbpass );
     13Nebulous::Server->setup( $dsn, $dbuser, $dbpass );
    1414
    15151;
Note: See TracChangeset for help on using the changeset viewer.