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

svn commit: r792879 - /websites/staging/esme/trunk/content/docs/install/install-linux.html

Author: buildbot
Date: Sun Jul 17 09:04:15 2011
New Revision: 792879

Log:
Staging update by buildbot

Modified:
    websites/staging/esme/trunk/content/docs/install/install-linux.html

Modified: websites/staging/esme/trunk/content/docs/install/install-linux.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/install/install-linux.html (original)
+++ websites/staging/esme/trunk/content/docs/install/install-linux.html Sun Jul 17 09:04:15 2011
@@ -20,7 +20,7 @@
 -->
 
   <link href="/css/esme.css" rel="stylesheet" type="text/css">
-  <title>Apache ESME - Linux Debian - Ubuntu Installation Guide
</title>
+  <title>Apache ESME - Linux Debian - Ubuntu Installation Guide</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <link rel="icon" type="image/png" href="/images/esme-logo/favicon.ico"/>
 </head>
@@ -51,7 +51,7 @@
   </div>
 
   <div id="content">
-    <h1 class="title">Linux Debian - Ubuntu Installation Guide
</h1>
+    <h1 class="title">Linux Debian - Ubuntu Installation Guide</h1>
     <h2 id="prerequisites">Prerequisites</h2>
 <ul>
 <li>Subversion: apt-get install subversion</li>
@@ -60,26 +60,31 @@
 </ul>
 <h2 id="checkout_latest_esme_build_and_run">Checkout latest ESME, build, and run</h2>
 <p>Run the following commands, starting in the directory where you want
-to download ESME:
-1. svn checkout http://svn.apache.org/repos/asf/esme/trunk esme</p>
+to download ESME:</p>
 <ol>
 <li>
-<p>In /server/pom.xml comment out line 262 - 276 (the following plugin):
-           <plugin>
-               <groupId>net.sf.alchim</groupId>
-               <artifactId>yuicompressor-maven-plugin</artifactId>
-               <executions>
-                   <execution>
-                       <goals>
-                           <goal>compress</goal>
-                       </goals>
-                   </execution>
-               </executions>
-               <configuration>
-                   <nosuffix>true</nosuffix>
-                   <jswarn>false</jswarn>
-               </configuration>
-           </plugin></p>
+<p>svn checkout http://svn.apache.org/repos/asf/esme/trunk esme</p>
+</li>
+<li>
+<p>In /server/pom.xml comment out line 262 - 276 (the following plugin):</p>
+<div class="codehilite"><pre>   <span class="nt">&lt;plugin&gt;</span>
+       <span class="nt">&lt;groupId&gt;</span>net.sf.alchim<span class="nt">&lt;/groupId&gt;</span>
+       <span class="nt">&lt;artifactId&gt;</span>yuicompressor-maven-plugin<span class="nt">&lt;/artifactId&gt;</span>
+       <span class="nt">&lt;executions&gt;</span>
+           <span class="nt">&lt;execution&gt;</span>
+               <span class="nt">&lt;goals&gt;</span>
+                   <span class="nt">&lt;goal&gt;</span>compress<span class="nt">&lt;/goal&gt;</span>
+               <span class="nt">&lt;/goals&gt;</span>
+           <span class="nt">&lt;/execution&gt;</span>
+       <span class="nt">&lt;/executions&gt;</span>
+       <span class="nt">&lt;configuration&gt;</span>
+           <span class="nt">&lt;nosuffix&gt;</span>true<span class="nt">&lt;/nosuffix&gt;</span>
+           <span class="nt">&lt;jswarn&gt;</span>false<span class="nt">&lt;/jswarn&gt;</span>
+       <span class="nt">&lt;/configuration&gt;</span>
+   <span class="nt">&lt;/plugin&gt;</span>
+</pre></div>
+
+
 </li>
 <li>
 <p>cd esme/server/</p>