You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/01/14 03:18:41 UTC

svn commit: r1231437 - /incubator/any23/trunk/core/src/main/assembly/README.txt

Author: simonetripodi
Date: Sat Jan 14 02:18:41 2012
New Revision: 1231437

URL: http://svn.apache.org/viewvc?rev=1231437&view=rev
Log:
updated installation description, artifacts won't have the -bin postfix

Modified:
    incubator/any23/trunk/core/src/main/assembly/README.txt

Modified: incubator/any23/trunk/core/src/main/assembly/README.txt
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/main/assembly/README.txt?rev=1231437&r1=1231436&r2=1231437&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/main/assembly/README.txt (original)
+++ incubator/any23/trunk/core/src/main/assembly/README.txt Sat Jan 14 02:18:41 2012
@@ -49,9 +49,9 @@ Apache Any23 (${implementation.build}; $
   1) Unpack the archive where you would like to store the binaries, eg:
 
     Unix-based Operating Systems (Linux, Solaris and Mac OS X)
-      tar zxvf ${project.build.finalName}-bin.tar.gz
+      tar zxvf ${project.build.finalName}.tar.gz
     Windows 2000/XP
-      unzip ${project.build.finalName}-bin.zip
+      unzip ${project.build.finalName}.zip
 
   2) A directory called "apache-${project.build.finalName}" will be created.