Changeset 2161
- Timestamp:
- Apr 11, 2006, 4:52:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/Install.java
r2160 r2161 528 528 if (progress != null) progress.display((int)(19*progress_factor), "--Creating clients..."); 529 529 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); 531 531 createClient(rootUser, "net.sf.basedb.clients.migration", "Migration tool", "This client is used to migrate BASE 1.2.x data to BASE 2", null); 532 532
Note: See TracChangeset
for help on using the changeset viewer.