You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/07/21 22:38:18 UTC

svn commit: r424448 - in /jakarta/commons/proper/attributes/trunk: README.html maven.xml

Author: bayard
Date: Fri Jul 21 13:38:18 2006
New Revision: 424448

URL: http://svn.apache.org/viewvc?rev=424448&view=rev
Log:
Switched from tgz to tar.gz as that matches the general style of other components

Modified:
    jakarta/commons/proper/attributes/trunk/README.html
    jakarta/commons/proper/attributes/trunk/maven.xml

Modified: jakarta/commons/proper/attributes/trunk/README.html
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/README.html?rev=424448&r1=424447&r2=424448&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/README.html (original)
+++ jakarta/commons/proper/attributes/trunk/README.html Fri Jul 21 13:38:18 2006
@@ -29,13 +29,13 @@
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-attributes-2.2.tgz.asc
+$ pgpv commons-attributes-2.2.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-attributes-2.2.tgz.asc
+$ pgp commons-attributes-2.2.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-attributes-2.2.tgz.asc
+$ gpg --verify commons-attributes-2.2.tar.gz.asc
 </pre>
 <p>
 

Modified: jakarta/commons/proper/attributes/trunk/maven.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/maven.xml?rev=424448&r1=424447&r2=424448&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/maven.xml (original)
+++ jakarta/commons/proper/attributes/trunk/maven.xml Fri Jul 21 13:38:18 2006
@@ -202,11 +202,11 @@
             <fileset dir="${basedir}/site/target/docs/" includes="api/**"/>
             <fileset dir="${basedir}/" includes="LICENSE.txt,NOTICE.txt,RELEASE.txt"/>
         </copy>
-        <!-- zip and tgz -->
+        <!-- zip and tar.gz -->
         <zip destfile="${maven.dist.dir}/${maven.final.name}.zip">
             <fileset dir="${maven.dist.bin.assembly.dir}"/>
         </zip>
-        <tar destfile="${maven.dist.dir}/${maven.final.name}.tgz"
+        <tar destfile="${maven.dist.dir}/${maven.final.name}.tar.gz"
             compression="gzip"
             basedir="${maven.dist.bin.assembly.dir}"/>
         
@@ -230,11 +230,11 @@
             
             <fileset dir="${basedir}/" includes="LICENSE.txt,NOTICE.txt,RELEASE.txt,README.html"/>
         </copy>
-        <!-- zip and tgz -->
+        <!-- zip and tar.gz -->
         <zip destfile="${maven.dist.dir}/${maven.final.name}-src.zip">
             <fileset dir="${maven.dist.src.assembly.dir}"/>
         </zip>
-        <tar destfile="${maven.dist.dir}/${maven.final.name}-src.tgz"
+        <tar destfile="${maven.dist.dir}/${maven.final.name}-src.tar.gz"
             compression="gzip"
             basedir="${maven.dist.src.assembly.dir}"/>
     </goal>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org