You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/04/13 19:24:40 UTC

svn commit: r812788 - in /websites/staging/lucene/trunk/content: ./ core/developer.html

Author: buildbot
Date: Fri Apr 13 17:24:40 2012
New Revision: 812788

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/core/developer.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Apr 13 17:24:40 2012
@@ -1 +1 @@
-1325557
+1325855

Modified: websites/staging/lucene/trunk/content/core/developer.html
==============================================================================
--- websites/staging/lucene/trunk/content/core/developer.html (original)
+++ websites/staging/lucene/trunk/content/core/developer.html Fri Apr 13 17:24:40 2012
@@ -209,23 +209,14 @@
       <div><h1 id="source-code">Source Code</h1>
 <p>The source files are now stored using Subversion (see http://subversion.tigris.org/ and http://svnbook.red-bean.com/)</p>
 <ul>
-<li>
-<p>Latest <b>trunk</b>:
-<code>svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunk lucene_trunk</code></p>
-</li>
-<li>
-<p>Latest <b>stable 3.x branch</b>:
-<code>svn checkout http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x lucene_3x</code></p>
-</li>
+<li>Latest <b>trunk</b>:
+<code>svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunk lucene_trunk</code></li>
 </ul>
 <h1 id="changes-list">Changes List</h1>
 <ul>
 <li>Current changes list <em>(as of the most recent nightly <b>trunk</b> build)</em> is available
 <a href="https://builds.apache.org/hudson/job/Lucene-trunk/lastSuccessfulBuild/artifact/artifacts/changes/Changes.html">
 here</a>.</li>
-<li>Current changes list <em>(as of the most recent nightly <b>stable 3.x branch</b> build)</em> is available
-<a href="https://builds.apache.org/hudson/job/Lucene-3.x/lastSuccessfulBuild/artifact/artifacts/changes/Changes.html">
-here</a>.</li>
 </ul>
 <h1 id="making-a-contribution">Making a Contribution</h1>
 <p>Lucene Java is always looking for contributions, especially in the areas of documentation. See the <a
@@ -237,36 +228,20 @@ project. It is responsible for running n
 <p>Unofficial nightly Javadocs are also generated by Jenkins:</p>
 <ul>
 <li>Unofficial Javadocs from the nightly <b>trunk</b> build are available <a href="https://builds.apache.org/hudson/job/Lucene-trunk/javadoc/">here</a>.</li>
-<li>Unofficial Javadocs from the nightly <b>stable 3.x branch</b> build are available <a href="https://builds.apache.org/hudson/job/Lucene-3.x/javadoc/">here</a>.</li>
 </ul>
 <h2 id="clover-test-coverage-reports">Clover Test Coverage Reports</h2>
 <p><a href="http://www.atlassian.com/software/clover/">Clover</a> test coverage results are available:</p>
 <ul>
-<li>
-<p>As of the most recent nightly <b>trunk</b> build:
-    <a href="https://builds.apache.org/hudson/job/Lucene-trunk/lastSuccessfulBuild/clover-report/">here</a></p>
-</li>
-<li>
-<p>As of the most recent nightly <b>stable 3.x branch</b> build:
-    <a href="https://builds.apache.org/hudson/job/Lucene-3.x/lastSuccessfulBuild/clover-report/">here</a></p>
-</li>
+<li>As of the most recent nightly <b>trunk</b> build:
+    <a href="https://builds.apache.org/hudson/job/Lucene-trunk/lastSuccessfulBuild/clover-report/">here</a></li>
 </ul>
 <h2 id="nightly-build-download">Nightly Build Download</h2>
 <ul>
-<li>
-<p>Nightly build artifacts are based on the <b>trunk</b> version of the code checked into
+<li>Nightly build artifacts are based on the <b>trunk</b> version of the code checked into
     <a href="https://svn.apache.org/repos/asf/lucene/dev/trunk">SVN</a>:<br/>
   <a href="https://builds.apache.org/hudson/job/Lucene-trunk/lastSuccessfulBuild/artifact/artifacts/">Download trunk Artifacts</a>.
-  Also Maven artifacts are available
-  <a href="https://builds.apache.org/hudson/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts/">here</a>.</p>
-</li>
-<li>
-<p>Nightly build artifacts are based on the <b>stable 3.x branch</b> version of the code checked into
-    <a href="https://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x">SVN</a>:<br/>
-  <a href="https://builds.apache.org/hudson/job/Lucene-3.x/lastSuccessfulBuild/artifact/artifacts/">Download 3.x Artifacts</a>.
-  Also Maven artifacts are available
-  <a href="https://builds.apache.org/hudson/job/Lucene-Solr-Maven-3.x/lastSuccessfulBuild/artifact/maven_artifacts/">here</a>.</p>
-</li>
+  Also, Maven artifacts are available from 
+  <a href="https://repository.apache.org/snapshots/org/apache/lucene/">the ASF snapshot repository</a>.</li>
 </ul></div>