Changeset 16987
- Timestamp:
- 2008-08-25 12:29:45 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gli/trunk/src/org/greenstone/gatherer/collection/CollectionManager.java
r16399 r16987 768 768 } 769 769 770 // if Greenstone3, need to deactivate the collection on the server 771 if (Gatherer.GS3) { 772 773 } 774 770 775 // Now delete the collection directory 771 776 return Utility.delete(new File(getCollectionDirectoryPath(collection_name)));
