greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17119

Show
Ignore:
Timestamp:
2008-09-01 13:16:17 (4 months ago)
Author:
davidb
Message:

changed linux->windows for db2txt. Looks like an oversight (copy and paste error) when bringing this into the Windows release kit

Files:

Legend:

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

    r17107 r17119  
    7474                 
    7575                <echo message="Creating admin and demo users"/> 
    76                 <adduser txt2db="${installDir}/bin/linux/txt2db" 
     76                <adduser txt2db="${installDir}/bin/windows/txt2db" 
    7777                        usersDb="${installDir}/etc/users.db" 
    7878                        username="admin" 
     
    8181                        comment="created at install time"/> 
    8282                <adduser 
    83                         txt2db="${installDir}/bin/linux/txt2db" 
     83                        txt2db="${installDir}/bin/windows/txt2db" 
    8484                        usersDb="${installDir}/etc/users.db" 
    8585                        username="demo"