Changeset 21968 for gs3-extensions


Ignore:
Timestamp:
2010-04-27T15:35:52+12:00 (14 years ago)
Author:
sjm84
Message:

GDBM files now use the extension gdb rather than ldb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mat/trunk/src/org/greenstone/mat/CollectionChooser.java

    r21927 r21968  
    4141       
    4242       
    43         String path = dm.site_home+fileSeparator+"collect"+fileSeparator+collName+fileSeparator+"index"+fileSeparator+"text"+fileSeparator+collName+".ldb";
     43        String path = dm.site_home+fileSeparator+"collect"+fileSeparator+collName+fileSeparator+"index"+fileSeparator+"text"+fileSeparator+collName+".gdb";
    4444
    4545        File dbFile = new File(path);
Note: See TracChangeset for help on using the changeset viewer.