Author: bodewig
Date: Sat Jul 23 14:51:44 2011
New Revision: 1150113
URL: http://svn.apache.org/viewvc?rev=1150113&view=rev
Log:
misplaced paragraph
Modified:
ant/antlibs/compress/trunk/docs/expand.html
Modified: ant/antlibs/compress/trunk/docs/expand.html
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/docs/expand.html?rev=1150113&r1=1150112&r2=1150113&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/docs/expand.html (original)
+++ ant/antlibs/compress/trunk/docs/expand.html Sat Jul 23 14:51:44 2011
@@ -93,6 +93,12 @@ mapper</a>.</p>
<p>An <a href="#expand">unarchiving task</a> for AR archives.</p>
+<p>Traditionally the AR format doesn't allow file names longer than 16
+ characters. There are two variants that circumvent this limitation
+ in different ways, the GNU/SRV4 and the BSD variant. Currently (as
+ of 1.2) Commons Compress can only read archives using the GNU/SRV4
+ variant.</p>
+
<h3><a name="uncpio">UnCpio</a></h3>
<p>An <a href="#expand">unarchiving task</a> for CPIO archives.</p>
@@ -101,12 +107,6 @@ mapper</a>.</p>
<p>An <a href="#expand">unarchiving task</a> for TAR archives.</p>
-<p>Traditionally the AR format doesn't allow file names longer than 16
- characters. There are two variants that circumvent this limitation
- in different ways, the GNU/SRV4 and the BSD variant. Currently (as
- of 1.2) Commons Compress can only read archives using the GNU/SRV4
- variant.</p>
-
<h3><a name="unzip">UnZip</a></h3>
<p>An <a href="#expand">unarchiving task</a> for ZIP archives.</p>