Changeset 2161


Ignore:
Timestamp:
Apr 11, 2006, 4:52:04 PM (17 years ago)
Author:
Johan Enell
Message:

createClient(...web...) was removed
it is needed...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/net/sf/basedb/core/Install.java

    r2160 r2161  
    528528      if (progress != null) progress.display((int)(19*progress_factor), "--Creating clients...");
    529529      createClient(rootUser, "net.sf.basedb.clients.test", "Test programs", "This client is used by test programs", keyEveryoneUse);
    530 //      createClient(root, "net.sf.basedb.clients.web", "Web client", "The web interface to BASE", keyEveryoneUse);
     530      createClient(rootUser, "net.sf.basedb.clients.web", "Web client", "The web interface to BASE", keyEveryoneUse);
    531531      createClient(rootUser, "net.sf.basedb.clients.migration", "Migration tool", "This client is used to migrate BASE 1.2.x data to BASE 2", null);
    532532
Note: See TracChangeset for help on using the changeset viewer.