Changeset 2163


Ignore:
Timestamp:
Apr 18, 2006, 8:06:53 AM (17 years ago)
Author:
Nicklas Nordborg
Message:

Webclient is installed by net.sf.basedb.install.WebClient?

File:
1 edited

Legend:

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

    r2161 r2163  
    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(rootUser, "net.sf.basedb.clients.web", "Web client", "The web interface to BASE", keyEveryoneUse);
    531530      createClient(rootUser, "net.sf.basedb.clients.migration", "Migration tool", "This client is used to migrate BASE 1.2.x data to BASE 2", null);
    532531
Note: See TracChangeset for help on using the changeset viewer.