- Timestamp:
- 2023-04-02T18:05:25+12:00 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSFile.java
r35390 r37597 628 628 else if (current.getName().endsWith(".xsl")) 629 629 { 630 if (current.getName().startsWith(".#")) { 631 logger.info("Skipping the XSL file: " + current.getCanonicalPath()); 632 } 633 else { 630 634 filesToReturn.add(current); 635 } 631 636 } 632 637 }
Note:
See TracChangeset
for help on using the changeset viewer.