summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/types/ZipScanner.java
Commit message (Expand)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-251-1/+1
* Avoid Collections.list().stream()Gintas Grigelionis2018-05-171-4/+3
* Deprecate CollectionUtils and Enumerations;Gintas Grigelionis2018-05-161-5/+2
* whitespaceStefan Bodewig2017-04-191-2/+2
* java 5-8java8Matt Benson2017-04-131-20/+11
* organize importsJan Matèrne2014-07-031-1/+1
* Java 1.5, continuedMatthew Jason Benson2012-08-221-4/+4
* #52829: ResourceCollection now Iterable<Resource>.Jesse N. Glick2012-04-161-1/+1
* fix a bunch of warnings you get when building on Harmony which uses Eclipse's...Stefan Bodewig2010-11-221-1/+0
* use adapter instead of instanceof checksStefan Bodewig2008-11-171-2/+3
* Bug 43348: add awareness of FileProvider to ZipScanner; lets us zip from othe...Steve Loughran2008-11-011-5/+6
* checkstylePeter Reilly2007-08-121-1/+0
* -use quiet close methodsKevin Jackson2007-03-141-8/+3
* copy2license.plStefan Bodewig2006-09-011-5/+6
* Now that resources become available in more tasks, throw in a couple of new r...Stefan Bodewig2005-10-121-249/+28
* removed unused importsJacobus Martinus Kruithof2005-06-121-4/+0
* ResourceCollectionsMatthew Jason Benson2005-05-231-53/+137
* checkstyle: mostly javadocPeter Reilly2005-03-141-2/+2
* YearMatthew Jason Benson2005-01-211-1/+1
* Add size to Resource info; switch length task to use ResourcesMatthew Jason Benson2005-01-211-1/+2
* remove authors from filesPeter Reilly2004-03-091-2/+0
* Copyright owner is The Apache Software FoundationAntoine Levy-Lambert2004-02-091-1/+1
* Remove trailing spaces in all java filesAntoine Levy-Lambert2004-02-041-2/+2
* Switch to Apache Software License 2.0Antoine Levy-Lambert2004-02-031-49/+12
* remove enum variablePeter Reilly2003-08-131-3/+3
* Some tasks rely on the DFS ordering getIncludedXYZ used to provideStefan Bodewig2003-07-291-0/+3
* styleConor MacNeill2003-07-151-8/+7
* Base <zip> and <zipfileset> on new ZipFile code.Stefan Bodewig2003-07-031-23/+31
* Import cleanupConor MacNeill2003-04-181-1/+0
* remove logging from ZipScanner.Stefan Bodewig2003-02-171-52/+7
* Tighten up contract for resource names.Stefan Bodewig2003-02-171-3/+0
* Remove the (at least for now) superfluous ResourceScanner interface.Stefan Bodewig2003-02-121-60/+0
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* Refactor <zip> and friends.Stefan Bodewig2003-02-051-40/+56
* ZIP-Entries always use forward slashesStefan Bodewig2003-01-271-0/+3
* speed ZipScanner up by using a hashtable.Stefan Bodewig2003-01-271-44/+44
* handle some directory cases in ZipScannerStefan Bodewig2003-01-241-1/+9
* JDK 1.1Conor MacNeill2003-01-241-2/+2
* Give proper creditStefan Bodewig2003-01-221-0/+1
* Initial fix for the <jar> doesn't update bug, will need someStefan Bodewig2003-01-221-17/+232
* Remove unused imports, remove glob imports, sort imports.Peter Donald2002-07-251-1/+1
* 2002Stefan Bodewig2002-04-121-1/+1
* Bring all headers into lineConor MacNeill2002-04-121-4/+4
* License police on documentation files:Stefan Bodewig2002-01-101-1/+1
* Make ZipFileSet resolve srcfile relative to project's basedir.Stefan Bodewig2001-01-301-3/+3
* Addition of ZipFileset facilities. Descibed by the authorPeter Donald2001-01-161-0/+138