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/17 17:49:17 UTC

svn commit: r1232472 - /incubator/any23/trunk/src/site/apt/install.apt

Author: simonetripodi
Date: Tue Jan 17 16:49:17 2012
New Revision: 1232472

URL: http://svn.apache.org/viewvc?rev=1232472&view=rev
Log:
fixed broken syntax

Modified:
    incubator/any23/trunk/src/site/apt/install.apt

Modified: incubator/any23/trunk/src/site/apt/install.apt
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/apt/install.apt?rev=1232472&r1=1232471&r2=1232472&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/apt/install.apt (original)
+++ incubator/any23/trunk/src/site/apt/install.apt Tue Jan 17 16:49:17 2012
@@ -72,7 +72,7 @@ Installing the Core
   [[3]] Add the <<<ANY23>>> environment variable, e.g. <<<export ANY23=$ANY23_HOME/bin>>>.
 
   [[4]] Optional: Add the <<<EXTRA_JVM_ARGUMENTS>>> environment variable to specify JVM properties, e.g.
-        <<<export EXTRA_JVM_ARGUMENTS="-Xms256m -Xmx512m">.
+        <<<export EXTRA_JVM_ARGUMENTS="-Xms256m -Xmx512m">>>.
         This environment variable can be used to supply extra options.
 
   [[5]] Add M2 environment variable to your path, e.g. <<<export PATH=$ANY23:$PATH>>>.