Author: buildbot
Date: Tue Dec 31 00:41:48 2013
New Revision: 892214

Log:
Staging update by buildbot for jspwiki

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

Propchange: websites/staging/jspwiki/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 31 00:41:48 2013
@@ -1 +1 @@
-1554342
+1554343

Modified: 
websites/staging/jspwiki/trunk/content/development/source_and_guide.html
==============================================================================
--- websites/staging/jspwiki/trunk/content/development/source_and_guide.html 
(original)
+++ websites/staging/jspwiki/trunk/content/development/source_and_guide.html 
Tue Dec 31 00:41:48 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html id="top" xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:jspwiki="http://www.jspwiki.org";><head>
-  <title>Getting and Building JSPWiki Source code
</title>
+  <title>Getting and Building JSPWiki Source code</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <link rel="stylesheet" type="text/css" media="screen, projection, print" 
href="/css/jspwiki.css">
   <link rel="stylesheet" type="text/css" media="print" 
href="/css/jspwiki_print.css">
@@ -28,7 +28,7 @@
 
     
     <div class="pagename">
-      Getting and Building JSPWiki Source code
+      Getting and Building JSPWiki Source code
     </div>
     
     
@@ -83,8 +83,7 @@
       <div class="tabs">
         <div id="pagecontent">
           <h2 id="getting-jspwiki-source-code">Getting JSPWiki Source Code</h2>
-<p>JSPWiki source code (<a class="external" 
href="http://svn.apache.org/viewvc/jspwiki/";>
-browse</a>) is maintained using Apache Subversion.</p>
+<p>JSPWiki <a href="http://svn.apache.org/viewvc/jspwiki/";>source code</a> is 
maintained using Apache Subversion.</p>
 <p>Checkout the code using:</p>
 <div class="codehilite"><pre><span class="n">svn</span> <span 
class="n">co</span> <span class="n">http</span><span class="p">:</span><span 
class="o">//</span><span class="n">svn</span><span class="p">.</span><span 
class="n">apache</span><span class="p">.</span><span class="n">org</span><span 
class="o">/</span><span class="n">repos</span><span class="o">/</span><span 
class="n">asf</span><span class="o">/</span><span class="n">jspwiki</span><span 
class="o">/</span><span class="n">trunk</span> <span class="n">jspwiki</span>
 </pre></div>
@@ -102,8 +101,6 @@ browse</a>) is maintained using Apache S
 builds using the same commands as other Maven projects.  The JSPWiki team 
maintains 
 a <a 
href="http://svn.apache.org/viewvc/jspwiki/trunk/mvn_cheat-sheet.txt?view=co";>cheat
 sheet</a> 
 of common Maven tasks for this project.</p>
-<p>Production distributions (see <a href="../ppmc/how_to_release.html">Release 
Page</a>) still use the Apache Ant "ant dist" target, after 
-the build is done using Maven.</p>
 <h3 id="coding-standards">Coding standards:</h3>
 <ul>
 <li>Use the <a 
href="http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/dev/jspwiki-eclipse-codestyle.xml?view=co&content-type=text%2Fplain";>Eclipse</a>
 


Reply via email to