You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2011/07/17 10:21:16 UTC

svn commit: r1147550 - in /esme/site/trunk/content: docs/install/windows-xp.mdtext images/esme-logo/favicon.ico

Author: rhirsch
Date: Sun Jul 17 08:21:16 2011
New Revision: 1147550

URL: http://svn.apache.org/viewvc?rev=1147550&view=rev
Log:
[ESME-351] Move Wiki to CMS

Added:
    esme/site/trunk/content/images/esme-logo/favicon.ico   (with props)
Modified:
    esme/site/trunk/content/docs/install/windows-xp.mdtext

Modified: esme/site/trunk/content/docs/install/windows-xp.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/docs/install/windows-xp.mdtext?rev=1147550&r1=1147549&r2=1147550&view=diff
==============================================================================
--- esme/site/trunk/content/docs/install/windows-xp.mdtext (original)
+++ esme/site/trunk/content/docs/install/windows-xp.mdtext Sun Jul 17 08:21:16 2011
@@ -26,13 +26,13 @@ Some environment variables need to be se
 
 Start > Control Panel > System > Advanced > Environment Variables
 Add the following system variables with the corresponding values
-<code>
+<pre>
 Variable: M2_HOME	 Value: <path you've unzipped maven> (e.g. c:\maven)
 Variable: M2	 Value: %M2_HOME%\bin
 Variable: MAVEN_OPTS	 Value: -Xms256m -Xmx512m
-</code> 
+</pre> 
 In case you have a proxy for your internet connection you need to change the settings.xml file in the conf directory.
-<code>
+<pre>
 <proxies>
    <proxy>
       <active>true</active>
@@ -41,7 +41,7 @@ In case you have a proxy for your intern
       <port>8080</port>
     </proxy>
   </proxies>
-</code> 
+</pre> 
 On windows, the file can be found at C:\Documents and Settings\<user>\.m2
 
 ## Get the ESME source

Added: esme/site/trunk/content/images/esme-logo/favicon.ico
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/images/esme-logo/favicon.ico?rev=1147550&view=auto
==============================================================================
Binary file - no diff available.

Propchange: esme/site/trunk/content/images/esme-logo/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream