Changeset 19136 for release-kits/wirk2


Ignore:
Timestamp:
2009-04-20T16:26:48+12:00 (15 years ago)
Author:
oranfry
Message:

using gdb as the extension for the users database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/installer/build.xml

    r18980 r19136  
    7373        <adduser
    7474            txt2db="${installDir}/bin/windows/txt2db"
    75             usersDb="${installDir}/etc/users.db"
     75            usersDb="${installDir}/etc/users.gdb"
    7676            username="admin"
    7777            password="${admin.password}"
     
    8080        <adduser
    8181            txt2db="${installDir}/bin/windows/txt2db"
    82             usersDb="${installDir}/etc/users.db"
     82            usersDb="${installDir}/etc/users.gdb"
    8383            username="demo"
    8484            password="demo"
Note: See TracChangeset for help on using the changeset viewer.