You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by bu...@apache.org on 2012/07/19 21:06:41 UTC

svn commit: r826351 - in /websites/staging/jspwiki/trunk/content: ./ jspwiki/development/building.html

Author: buildbot
Date: Thu Jul 19 19:06:41 2012
New Revision: 826351

Log:
Staging update by buildbot for jspwiki

Modified:
    websites/staging/jspwiki/trunk/content/   (props changed)
    websites/staging/jspwiki/trunk/content/jspwiki/development/building.html

Propchange: websites/staging/jspwiki/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 19 19:06:41 2012
@@ -1 +1 @@
-1363480
+1363483

Modified: websites/staging/jspwiki/trunk/content/jspwiki/development/building.html
==============================================================================
--- websites/staging/jspwiki/trunk/content/jspwiki/development/building.html (original)
+++ websites/staging/jspwiki/trunk/content/jspwiki/development/building.html Thu Jul 19 19:06:41 2012
@@ -115,7 +115,7 @@ you override the <code>build.properties-
 <code>build.properties-file</code> called "<code>my.properties</code>", make a small shell script and 
 call it "<code>my_build.sh</code>":</p>
 <table class="codehilitetable"><tr><td class="linenos"><div class="linenodiv"><pre>1
-2</pre></div></td><td class="code"><div class="codehilite"><pre><span class="se">\#</span>!/bin/sh
+2</pre></div></td><td class="code"><div class="codehilite"><pre><span class="c">#!/bin/sh</span>
 ant -Dbuild.properties<span class="o">=</span>/path/to/my.properties
 </pre></div>
 </td></tr></table>