Author: buildbot
Date: Thu Jul 19 19:04:15 2012
New Revision: 826349
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:04:15 2012
@@ -1 +1 @@
-1363478
+1363480
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:04:15 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="c">#!/bin/sh</span>
+2</pre></div></td><td class="code"><div class="codehilite"><pre><span
class="se">\#</span>!/bin/sh
ant -Dbuild.properties<span class="o">=</span>/path/to/my.properties
</pre></div>
</td></tr></table>
@@ -134,30 +134,18 @@ To get JSPWiki build from within Eclipse
</ul>
<h2 id="directory-structure">Directory structure</h2>
<ul>
-<li>
-<p><code>src</code> contains the source code (under
<code>org/apache/wiki</code>).</p>
-</li>
-<li>
-<p><code>src/webdocs</code> contains all the files that are published in the
final webapps
-directory, including all of the deployment files under WEB-INF.</p>
-</li>
-<li>
-<p><code>src/wikipages</code> contains a number of ready-made Wikipages called
the core
+<li><code>src</code> contains the source code (under
<code>org/apache/wiki</code>).</li>
+<li><code>src/webdocs</code> contains all the files that are published in the
final webapps
+directory, including all of the deployment files under WEB-INF.</li>
+<li><code>src/wikipages</code> contains a number of ready-made Wikipages
called the core
pages. There is a subdirectory for each language that is supported. Feel free
-to use them.</p>
-</li>
-<li>
-<p><code>tests</code> contains a number of tests which you can run by saying
<code>ant tests</code>.<br />
-If any of them fail, you know you've broken something.</p>
-</li>
-<li>
-<p><code>etc</code> contains all configuration files.</p>
-</li>
-<li>
-<p><code>lib</code> and <code>tests/lib</code> contains all libraries that are
required to run and test
+to use them.</li>
+<li><code>tests</code> contains a number of tests which you can run by saying
<code>ant tests</code>.<br />
+If any of them fail, you know you've broken something.</li>
+<li><code>etc</code> contains all configuration files.</li>
+<li><code>lib</code> and <code>tests/lib</code> contains all libraries that
are required to run and test
JSPWiki. Note, however, that they aren't included in the source
distribution.<br />
-They're automatically downloaded from <code>init</code> target.</p>
-</li>
+They're automatically downloaded from <code>init</code> target.</li>
</ul>
</div>
<div style="clear:both;"></div>