summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/optional/Cab.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.9.x'Stefan Bodewig2020-05-051-2/+2
|\
| * provide a magic property that overrides temp directoryStefan Bodewig2020-05-051-2/+2
| * Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-2/+1
* | updated reference to license from http to https usingjkf2019-05-251-1/+1
* | make <cab> work againStefan Bodewig2018-04-271-7/+5
* | Java8 refactoring introdiced PrintWriter that we do not want to useStefan Bodewig2018-02-121-5/+7
* | Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-1/+1
* | java 5-8java8Matt Benson2017-04-131-65/+47
|/
* organize importsJan Matèrne2014-07-031-0/+1
* microoptimizations. PR 50716Stefan Bodewig2011-02-031-2/+3
* whitespaceStefan Bodewig2010-02-011-5/+5
* a few more places where FileUtils.close can be used + a few places where a Bu...Stefan Bodewig2010-02-011-2/+6
* PrintWriter hides exceptions, avoid itStefan Bodewig2009-07-131-4/+5
* request from cactus team, backward incompatible change in FileUtils made back...Jacobus Martinus Kruithof2008-01-041-4/+2
* more magic numbersPeter Reilly2007-09-191-2/+3
* javadocPeter Reilly2006-11-111-1/+3
* javadocPeter Reilly2006-11-081-0/+24
* Fix for 39439: <fileset> in <cab> does not work.Peter Reilly2006-09-191-11/+14
* copy2license.plStefan Bodewig2006-09-011-5/+6
* <cab> should now deal with file names containing spaces.Stefan Bodewig2005-03-141-2/+6
* This commit eliminates all (but one) use of Project.createTask("some name") f...Steve Loughran2005-02-181-5/+1
* Make use of FileUtils in a uniform way via the getFileUtils method and a stat...Jacobus Martinus Kruithof2005-01-061-5/+5
* 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
* More robust cleanup of temporary files, PR 17512Stefan Bodewig2003-10-141-0/+2
* Use Execute.isFailureStefan Bodewig2003-07-251-1/+1
* Coding conventionsConor MacNeill2003-07-181-2/+2
* styleConor MacNeill2003-07-171-2/+2
* Import cleanupConor MacNeill2003-04-181-1/+0
* Make <cab>'s basedir optional.Stefan Bodewig2003-03-191-15/+20
* Remove Jakarta Project from licenseStefan Bodewig2003-02-101-1/+1
* Avoid hanging listcab on large filesets (because writing the filelistStefan Bodewig2002-10-181-3/+4
* Make <cab> use the not deprecated methods of ExecTask.Stefan Bodewig2002-09-261-33/+25
* Remove unused imports, remove glob imports, sort imports.Peter Donald2002-07-251-2/+1
* Encapsulate usage of project object rather than allowing objects 7 subclasses...Peter Donald2002-07-231-2/+2
* Merge changes made to 1.5 Beta2.Magesh Umasankar2002-06-221-8/+6
* Various coding standard fixesConor MacNeill2002-04-141-2/+2
* Fix problems in Linux version of <cab>:Stefan Bodewig2002-02-191-4/+41
* License police on task definitions:Stefan Bodewig2002-01-101-1/+1
* Code layoutStephane Bailliez2002-01-081-67/+51
* Fix bad coding style.Stephane Bailliez2002-01-081-2/+5
* fix reversal of logic I introduced with my last patchStefan Bodewig2001-11-191-4/+1
* Removed useless import.Stephane Bailliez2001-11-181-2/+1
* push createTempFile to FileUtilsStefan Bodewig2001-11-021-24/+5
* Take care of NetWare when searching for "java" and "javadoc", addStefan Bodewig2001-11-021-2/+1
* Use locale independent methods to identify OS or match attributes andStefan Bodewig2001-10-311-6/+2
* Code clean up:Stephane Bailliez2001-10-281-6/+14
* Merge of 1.4.1 changes into Main truck for Gump testingConor MacNeill2001-09-301-1/+1