Changeset 101

Show
Ignore:
Timestamp:
01/18/07 14:55:45 (2 years ago)
Author:
mikey
Message:

moved all packages to net.stubbles

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docroot/index.php

    r50 r101  
    11<?php 
    22require '../config/php/config.php'; 
    3 require '../src/main/php/stubClassLoader.php'; 
    4 stubClassLoader::load('websites.PageFactory', 
    5                       'helper.stubRegistryFactory', 
    6                       'helper.stubXJConfLoader' 
     3require '../src/main/php/net/stubbles/stubClassLoader.php'; 
     4stubClassLoader::load('net.stubbles.websites.PageFactory', 
     5                      'net.stubbles.helper.stubRegistryFactory', 
     6                      'net.stubbles.helper.stubXJConfLoader' 
    77); 
    88class Bootstrap