Changeset 2163
- Timestamp:
- Apr 18, 2006, 8:06:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/Install.java
r2161 r2163 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(rootUser, "net.sf.basedb.clients.web", "Web client", "The web interface to BASE", keyEveryoneUse);531 530 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 531
Note: See TracChangeset
for help on using the changeset viewer.