peterreilly 2005/01/06 09:50:47
Modified: src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
Untar.java
Log:
sync
Revision Changes Path
No revision
No revision
1.37.2.5 +6 -2 ant/src/main/org/apache/tools/ant/taskdefs/Untar.java
Index: Untar.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Untar.java,v
retrieving revision 1.37.2.4
retrieving revision 1.37.2.5
diff -u -r1.37.2.4 -r1.37.2.5
--- Untar.java 9 Mar 2004 17:01:34 -0000 1.37.2.4
+++ Untar.java 6 Jan 2005 17:50:46 -0000 1.37.2.5
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2004 The Apache Software Foundation
+ * Copyright 2000-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -74,7 +74,8 @@
/**
* No encoding support in Untar.
- *
+ * @param encoding not used
+ * @throws BuildException always
* @since Ant 1.6
*/
public void setEncoding(String encoding) {
@@ -83,6 +84,9 @@
+ " attribute", getLocation());
}
+ /**
+ * @see Expand#expandFile(FileUtils, File, File)
+ */
protected void expandFile(FileUtils fileUtils, File srcF, File dir) {
TarInputStream tis = null;
try {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]