Changeset 10650
- Timestamp:
- 2005-09-26T17:05:18+12:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GSFile.java
r10187 r10650 288 288 * note, need to change extension depending on OS */ 289 289 static public String GDBMDatabaseFile(String site_home, 290 String collection_name) { 290 String collection_name, 291 String index_stem) { 291 292 292 293 String db_ext = ".ldb"; … … 298 299 collection_name + File.separatorChar + 299 300 "index" + File.separatorChar + "text" + File.separatorChar + 300 collection_name+ db_ext;301 index_stem + db_ext; 301 302 302 303 }
Note:
See TracChangeset
for help on using the changeset viewer.