You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2013/03/14 18:11:35 UTC

svn commit: r854484 [34/43] - in /websites/production/commons/content/proper/commons-compress: ./ apidocs/ apidocs/org/apache/commons/compress/archivers/ apidocs/org/apache/commons/compress/archivers/ar/ apidocs/org/apache/commons/compress/archivers/ar...

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/memory/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/memory/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/memory/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.memory</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.memory</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/memory/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/memory/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/memory/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.memory</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.memory</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/tar/TarArchiveEntryTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/tar/TarArchiveEntryTest.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/tar/TarArchiveEntryTest.html Thu Mar 14 17:10:39 2013
@@ -41,7 +41,7 @@
 <a class="jxr_linenumber" name="31" href="#31">31</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveEntryTest.html">TarArchiveEntryTest</a> <strong class="jxr_keyword">extends</strong> TestCase <strong class="jxr_keyword">implements</strong> TarConstants {
 <a class="jxr_linenumber" name="32" href="#32">32</a>  
 <a class="jxr_linenumber" name="33" href="#33">33</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String OS =
-<a class="jxr_linenumber" name="34" href="#34">34</a>          System.getProperty(<span class="jxr_string">"os.name"</span>).toLowerCase(Locale.US);
+<a class="jxr_linenumber" name="34" href="#34">34</a>          System.getProperty(<span class="jxr_string">"os.name"</span>).toLowerCase(Locale.ENGLISH);
 <a class="jxr_linenumber" name="35" href="#35">35</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ROOT =
 <a class="jxr_linenumber" name="36" href="#36">36</a>          OS.startsWith(<span class="jxr_string">"windows"</span>) || OS.startsWith(<span class="jxr_string">"netware"</span>) ? <span class="jxr_string">"C:&#92;&#92;"</span> : <span class="jxr_string">"/"</span>;
 <a class="jxr_linenumber" name="37" href="#37">37</a>  

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/tar/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/tar/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/tar/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.tar</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.tar</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/tar/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/tar/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/tar/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.tar</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.tar</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/zip/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/zip/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/zip/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.zip</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.zip</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/zip/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/zip/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/archivers/zip/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.zip</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.zip</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/changes/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/changes/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/changes/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.changes</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.changes</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/changes/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/changes/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/changes/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.changes</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.changes</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/bzip2/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/bzip2/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/bzip2/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.compressors.bzip2</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.compressors.bzip2</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/bzip2/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/bzip2/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/bzip2/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.compressors.bzip2</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.compressors.bzip2</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/pack200/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/pack200/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/pack200/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.compressors.pack200</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.compressors.pack200</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/pack200/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/pack200/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/pack200/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.compressors.pack200</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.compressors.pack200</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.compressors</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.compressors</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/compressors/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.compressors</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.compressors</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/utils/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/utils/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/utils/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.utils</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.utils</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/utils/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/utils/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/org/apache/commons/compress/utils/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.utils</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.utils</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/overview-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/overview-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/overview-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref-test/overview-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref-test/overview-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref-test/overview-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Commons Compress 1.5-SNAPSHOT Reference</h2>
+		      	<h2>Commons Compress 1.6-SNAPSHOT Reference</h2>
 
 		<table class="summary">
         	<thead>

Modified: websites/production/commons/content/proper/commons-compress/xref/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/index.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/index.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/ArchiveStreamFactory.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/ArchiveStreamFactory.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/ArchiveStreamFactory.html Thu Mar 14 17:10:39 2013
@@ -85,32 +85,32 @@
 <a class="jxr_linenumber" name="75" href="#75">75</a>  
 <a class="jxr_linenumber" name="76" href="#76">76</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="77" href="#77">77</a>  <em class="jxr_javadoccomment">     * Constant used to identify the AR archive format.</em>
-<a class="jxr_linenumber" name="78" href="#78">78</a>  <em class="jxr_javadoccomment">     * @since Commons Compress 1.1</em>
+<a class="jxr_linenumber" name="78" href="#78">78</a>  <em class="jxr_javadoccomment">     * @since 1.1</em>
 <a class="jxr_linenumber" name="79" href="#79">79</a>  <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="80" href="#80">80</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String AR = <span class="jxr_string">"ar"</span>;
 <a class="jxr_linenumber" name="81" href="#81">81</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="82" href="#82">82</a>  <em class="jxr_javadoccomment">     * Constant used to identify the CPIO archive format.</em>
-<a class="jxr_linenumber" name="83" href="#83">83</a>  <em class="jxr_javadoccomment">     * @since Commons Compress 1.1</em>
+<a class="jxr_linenumber" name="83" href="#83">83</a>  <em class="jxr_javadoccomment">     * @since 1.1</em>
 <a class="jxr_linenumber" name="84" href="#84">84</a>  <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="85" href="#85">85</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String CPIO = <span class="jxr_string">"cpio"</span>;
 <a class="jxr_linenumber" name="86" href="#86">86</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="87" href="#87">87</a>  <em class="jxr_javadoccomment">     * Constant used to identify the Unix DUMP archive format.</em>
-<a class="jxr_linenumber" name="88" href="#88">88</a>  <em class="jxr_javadoccomment">     * @since Commons Compress 1.3</em>
+<a class="jxr_linenumber" name="88" href="#88">88</a>  <em class="jxr_javadoccomment">     * @since 1.3</em>
 <a class="jxr_linenumber" name="89" href="#89">89</a>  <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="90" href="#90">90</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String DUMP = <span class="jxr_string">"dump"</span>;
 <a class="jxr_linenumber" name="91" href="#91">91</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="92" href="#92">92</a>  <em class="jxr_javadoccomment">     * Constant used to identify the JAR archive format.</em>
-<a class="jxr_linenumber" name="93" href="#93">93</a>  <em class="jxr_javadoccomment">     * @since Commons Compress 1.1</em>
+<a class="jxr_linenumber" name="93" href="#93">93</a>  <em class="jxr_javadoccomment">     * @since 1.1</em>
 <a class="jxr_linenumber" name="94" href="#94">94</a>  <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="95" href="#95">95</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String JAR = <span class="jxr_string">"jar"</span>;
 <a class="jxr_linenumber" name="96" href="#96">96</a>      <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="97" href="#97">97</a>  <em class="jxr_javadoccomment">     * Constant used to identify the TAR archive format.</em>
-<a class="jxr_linenumber" name="98" href="#98">98</a>  <em class="jxr_javadoccomment">     * @since Commons Compress 1.1</em>
+<a class="jxr_linenumber" name="98" href="#98">98</a>  <em class="jxr_javadoccomment">     * @since 1.1</em>
 <a class="jxr_linenumber" name="99" href="#99">99</a>  <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="100" href="#100">100</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAR = <span class="jxr_string">"tar"</span>;
 <a class="jxr_linenumber" name="101" href="#101">101</a>     <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="102" href="#102">102</a> <em class="jxr_javadoccomment">     * Constant used to identify the ZIP archive format.</em>
-<a class="jxr_linenumber" name="103" href="#103">103</a> <em class="jxr_javadoccomment">     * @since Commons Compress 1.1</em>
+<a class="jxr_linenumber" name="103" href="#103">103</a> <em class="jxr_javadoccomment">     * @since 1.1</em>
 <a class="jxr_linenumber" name="104" href="#104">104</a> <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="105" href="#105">105</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String ZIP = <span class="jxr_string">"zip"</span>;
 <a class="jxr_linenumber" name="106" href="#106">106</a> 

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/ar/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/ar/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/ar/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.ar</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.ar</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/ar/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/ar/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/ar/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.ar</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.ar</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/cpio/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/cpio/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/cpio/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.cpio</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.cpio</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/cpio/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/cpio/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/cpio/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.cpio</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.cpio</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/dump/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/dump/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/dump/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.dump</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.dump</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/dump/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/dump/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/dump/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.dump</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.dump</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/jar/JarArchiveEntry.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/jar/JarArchiveEntry.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/jar/JarArchiveEntry.html Thu Mar 14 17:10:39 2013
@@ -67,7 +67,7 @@
 <a class="jxr_linenumber" name="57" href="#57">57</a>  <em class="jxr_javadoccomment">     * This method is not implemented and won't ever be.</em>
 <a class="jxr_linenumber" name="58" href="#58">58</a>  <em class="jxr_javadoccomment">     * The JVM equivalent has a different name {@link java.util.jar.JarEntry#getAttributes()}</em>
 <a class="jxr_linenumber" name="59" href="#59">59</a>  <em class="jxr_javadoccomment">     *</em>
-<a class="jxr_linenumber" name="60" href="#60">60</a>  <em class="jxr_javadoccomment">     * @deprecated Do not use; always returns null</em>
+<a class="jxr_linenumber" name="60" href="#60">60</a>  <em class="jxr_javadoccomment">     * @deprecated since 1.5, do not use; always returns null</em>
 <a class="jxr_linenumber" name="61" href="#61">61</a>  <em class="jxr_javadoccomment">     * @return Always returns null.</em>
 <a class="jxr_linenumber" name="62" href="#62">62</a>  <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="63" href="#63">63</a>      @Deprecated
@@ -80,7 +80,7 @@
 <a class="jxr_linenumber" name="70" href="#70">70</a>  <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="71" href="#71">71</a>  <em class="jxr_javadoccomment">     * @return Always returns null in the current implementation</em>
 <a class="jxr_linenumber" name="72" href="#72">72</a>  <em class="jxr_javadoccomment">     *</em>
-<a class="jxr_linenumber" name="73" href="#73">73</a>  <em class="jxr_javadoccomment">     * @deprecated Not currently implemented</em>
+<a class="jxr_linenumber" name="73" href="#73">73</a>  <em class="jxr_javadoccomment">     * @deprecated since 1.5, not currently implemented</em>
 <a class="jxr_linenumber" name="74" href="#74">74</a>  <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="75" href="#75">75</a>      @Deprecated
 <a class="jxr_linenumber" name="76" href="#76">76</a>      <strong class="jxr_keyword">public</strong> Certificate[] getCertificates() {

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/jar/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/jar/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/jar/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.jar</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.jar</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/jar/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/jar/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/jar/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers.jar</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers.jar</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/package-frame.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/package-summary.html Thu Mar 14 17:10:39 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-		<title>Commons Compress 1.5-SNAPSHOT Reference Package org.apache.commons.compress.archivers</title>
+		<title>Commons Compress 1.6-SNAPSHOT Reference Package org.apache.commons.compress.archivers</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/tar/TarArchiveEntry.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/tar/TarArchiveEntry.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/tar/TarArchiveEntry.html Thu Mar 14 17:10:39 2013
@@ -325,7 +325,7 @@
 <a class="jxr_linenumber" name="315" href="#315">315</a> <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="316" href="#316">316</a> <em class="jxr_javadoccomment">     * @param headerBuf The header bytes from a tar archive entry.</em>
 <a class="jxr_linenumber" name="317" href="#317">317</a> <em class="jxr_javadoccomment">     * @param encoding encoding to use for file names</em>
-<a class="jxr_linenumber" name="318" href="#318">318</a> <em class="jxr_javadoccomment">     * @since Commons Compress 1.4</em>
+<a class="jxr_linenumber" name="318" href="#318">318</a> <em class="jxr_javadoccomment">     * @since 1.4</em>
 <a class="jxr_linenumber" name="319" href="#319">319</a> <em class="jxr_javadoccomment">     * @throws IllegalArgumentException if any of the numeric fields have an invalid format</em>
 <a class="jxr_linenumber" name="320" href="#320">320</a> <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="321" href="#321">321</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveEntry.html">TarArchiveEntry</a>(byte[] headerBuf, <a href="../../../../../../org/apache/commons/compress/archivers/zip/ZipEncoding.html">ZipEncoding</a> encoding)
@@ -932,7 +932,7 @@
 <a class="jxr_linenumber" name="922" href="#922">922</a> <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="923" href="#923">923</a> <em class="jxr_javadoccomment">     * @param header The tar entry header buffer to get information from.</em>
 <a class="jxr_linenumber" name="924" href="#924">924</a> <em class="jxr_javadoccomment">     * @param encoding encoding to use for file names</em>
-<a class="jxr_linenumber" name="925" href="#925">925</a> <em class="jxr_javadoccomment">     * @since Commons Compress 1.4</em>
+<a class="jxr_linenumber" name="925" href="#925">925</a> <em class="jxr_javadoccomment">     * @since 1.4</em>
 <a class="jxr_linenumber" name="926" href="#926">926</a> <em class="jxr_javadoccomment">     * @throws IllegalArgumentException if any of the numeric fields</em>
 <a class="jxr_linenumber" name="927" href="#927">927</a> <em class="jxr_javadoccomment">     * have an invalid format</em>
 <a class="jxr_linenumber" name="928" href="#928">928</a> <em class="jxr_javadoccomment">     */</em>

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html Thu Mar 14 17:10:39 2013
@@ -81,7 +81,7 @@
 <a class="jxr_linenumber" name="71" href="#71">71</a>  <em class="jxr_javadoccomment">     * Constructor for TarInputStream.</em>
 <a class="jxr_linenumber" name="72" href="#72">72</a>  <em class="jxr_javadoccomment">     * @param is the input stream to use</em>
 <a class="jxr_linenumber" name="73" href="#73">73</a>  <em class="jxr_javadoccomment">     * @param encoding name of the encoding to use for file names</em>
-<a class="jxr_linenumber" name="74" href="#74">74</a>  <em class="jxr_javadoccomment">     * @since Commons Compress 1.4</em>
+<a class="jxr_linenumber" name="74" href="#74">74</a>  <em class="jxr_javadoccomment">     * @since 1.4</em>
 <a class="jxr_linenumber" name="75" href="#75">75</a>  <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="76" href="#76">76</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html">TarArchiveInputStream</a>(InputStream is, String encoding) {
 <a class="jxr_linenumber" name="77" href="#77">77</a>          <strong class="jxr_keyword">this</strong>(is, TarBuffer.DEFAULT_BLKSIZE, TarBuffer.DEFAULT_RCDSIZE, encoding);
@@ -101,7 +101,7 @@
 <a class="jxr_linenumber" name="91" href="#91">91</a>  <em class="jxr_javadoccomment">     * @param is the input stream to use</em>
 <a class="jxr_linenumber" name="92" href="#92">92</a>  <em class="jxr_javadoccomment">     * @param blockSize the block size to use</em>
 <a class="jxr_linenumber" name="93" href="#93">93</a>  <em class="jxr_javadoccomment">     * @param encoding name of the encoding to use for file names</em>
-<a class="jxr_linenumber" name="94" href="#94">94</a>  <em class="jxr_javadoccomment">     * @since Commons Compress 1.4</em>
+<a class="jxr_linenumber" name="94" href="#94">94</a>  <em class="jxr_javadoccomment">     * @since 1.4</em>
 <a class="jxr_linenumber" name="95" href="#95">95</a>  <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="96" href="#96">96</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html">TarArchiveInputStream</a>(InputStream is, <strong class="jxr_keyword">int</strong> blockSize,
 <a class="jxr_linenumber" name="97" href="#97">97</a>                                   String encoding) {
@@ -124,7 +124,7 @@
 <a class="jxr_linenumber" name="114" href="#114">114</a> <em class="jxr_javadoccomment">     * @param blockSize the block size to use</em>
 <a class="jxr_linenumber" name="115" href="#115">115</a> <em class="jxr_javadoccomment">     * @param recordSize the record size to use</em>
 <a class="jxr_linenumber" name="116" href="#116">116</a> <em class="jxr_javadoccomment">     * @param encoding name of the encoding to use for file names</em>
-<a class="jxr_linenumber" name="117" href="#117">117</a> <em class="jxr_javadoccomment">     * @since Commons Compress 1.4</em>
+<a class="jxr_linenumber" name="117" href="#117">117</a> <em class="jxr_javadoccomment">     * @since 1.4</em>
 <a class="jxr_linenumber" name="118" href="#118">118</a> <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="119" href="#119">119</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveInputStream.html">TarArchiveInputStream</a>(InputStream is, <strong class="jxr_keyword">int</strong> blockSize, <strong class="jxr_keyword">int</strong> recordSize,
 <a class="jxr_linenumber" name="120" href="#120">120</a>                                  String encoding) {

Modified: websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html
==============================================================================
--- websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html (original)
+++ websites/production/commons/content/proper/commons-compress/xref/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html Thu Mar 14 17:10:39 2013
@@ -109,7 +109,7 @@
 <a class="jxr_linenumber" name="99" href="#99">99</a>  <em class="jxr_javadoccomment">     * Constructor for TarInputStream.</em>
 <a class="jxr_linenumber" name="100" href="#100">100</a> <em class="jxr_javadoccomment">     * @param os the output stream to use</em>
 <a class="jxr_linenumber" name="101" href="#101">101</a> <em class="jxr_javadoccomment">     * @param encoding name of the encoding to use for file names</em>
-<a class="jxr_linenumber" name="102" href="#102">102</a> <em class="jxr_javadoccomment">     * @since Commons Compress 1.4</em>
+<a class="jxr_linenumber" name="102" href="#102">102</a> <em class="jxr_javadoccomment">     * @since 1.4</em>
 <a class="jxr_linenumber" name="103" href="#103">103</a> <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="104" href="#104">104</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html">TarArchiveOutputStream</a>(OutputStream os, String encoding) {
 <a class="jxr_linenumber" name="105" href="#105">105</a>         <strong class="jxr_keyword">this</strong>(os, TarBuffer.DEFAULT_BLKSIZE, TarBuffer.DEFAULT_RCDSIZE, encoding);
@@ -129,7 +129,7 @@
 <a class="jxr_linenumber" name="119" href="#119">119</a> <em class="jxr_javadoccomment">     * @param os the output stream to use</em>
 <a class="jxr_linenumber" name="120" href="#120">120</a> <em class="jxr_javadoccomment">     * @param blockSize the block size to use</em>
 <a class="jxr_linenumber" name="121" href="#121">121</a> <em class="jxr_javadoccomment">     * @param encoding name of the encoding to use for file names</em>
-<a class="jxr_linenumber" name="122" href="#122">122</a> <em class="jxr_javadoccomment">     * @since Commons Compress 1.4</em>
+<a class="jxr_linenumber" name="122" href="#122">122</a> <em class="jxr_javadoccomment">     * @since 1.4</em>
 <a class="jxr_linenumber" name="123" href="#123">123</a> <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="124" href="#124">124</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html">TarArchiveOutputStream</a>(OutputStream os, <strong class="jxr_keyword">int</strong> blockSize,
 <a class="jxr_linenumber" name="125" href="#125">125</a>                                   String encoding) {
@@ -152,7 +152,7 @@
 <a class="jxr_linenumber" name="142" href="#142">142</a> <em class="jxr_javadoccomment">     * @param blockSize the block size to use</em>
 <a class="jxr_linenumber" name="143" href="#143">143</a> <em class="jxr_javadoccomment">     * @param recordSize the record size to use</em>
 <a class="jxr_linenumber" name="144" href="#144">144</a> <em class="jxr_javadoccomment">     * @param encoding name of the encoding to use for file names</em>
-<a class="jxr_linenumber" name="145" href="#145">145</a> <em class="jxr_javadoccomment">     * @since Commons Compress 1.4</em>
+<a class="jxr_linenumber" name="145" href="#145">145</a> <em class="jxr_javadoccomment">     * @since 1.4</em>
 <a class="jxr_linenumber" name="146" href="#146">146</a> <em class="jxr_javadoccomment">     */</em>
 <a class="jxr_linenumber" name="147" href="#147">147</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../../../org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.html">TarArchiveOutputStream</a>(OutputStream os, <strong class="jxr_keyword">int</strong> blockSize,
 <a class="jxr_linenumber" name="148" href="#148">148</a>                                   <strong class="jxr_keyword">int</strong> recordSize, String encoding) {