~ubuntu-branches/ubuntu/edgy/libjcommon-java/edgy

« back to all changes in this revision

Viewing changes to source/org/jfree/base/BaseBoot.java

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-10-03 14:39:08 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061003143908-a0eaw8iywuo6i13x
Tags: 1.0.6-0ubuntu1
* New upstream release.
* Move to universe, builds and runs with gij.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * Original Author:  Thomas Morgner;
33
33
 * Contributor(s):   David Gilbert (for Object Refinery Limited);
34
34
 *
35
 
 * $Id: BaseBoot.java,v 1.8 2005/11/09 14:47:54 taqua Exp $
 
35
 * $Id: BaseBoot.java,v 1.9 2006/02/19 21:10:47 taqua Exp $
36
36
 *
37
37
 * Changes
38
38
 * -------
121
121
                (getConfiguration().getConfigProperty("org.jfree.ClassLoader"));
122
122
 
123
123
        getPackageManager().addModule(DefaultLogModule.class.getName());
124
 
        getPackageManager().load("org.jfree.base.");
 
124
        getPackageManager().load("org.jfree.jcommon.modules.");
125
125
        getPackageManager().initializeModules();
126
126
    }
127
127