Changeset 24296
- Timestamp:
- 2011-07-20T18:40:18+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/gli/src/org/greenstone/gatherer/Gatherer.java
r24294 r24296 837 837 838 838 if(!open_collection_file_path.equals("")) { 839 // Inform the user that their collecthome is non-standard (not inside GS installation)840 nonStandardCollectHomeMessage(open_collection_file_path, defaultColdir); // display message841 842 839 if(!open_collection_file_path.endsWith("gli.col")) { // then it's a collect folder 843 840 collectFolder = new File(open_collection_file_path); … … 854 851 collectFolder = collectFolder.getParentFile(); 855 852 } 853 854 // Inform the user that their collecthome is non-standard (not inside GS installation) 855 nonStandardCollectHomeMessage(collectFolder.getAbsolutePath(), defaultColdir); // display message 856 856 } 857 857
Note:
See TracChangeset
for help on using the changeset viewer.