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/08/11 02:28:07 UTC

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

Author: buildbot
Date: Sat Aug 11 00:28:07 2012
New Revision: 828604

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 Sat Aug 11 00:28:07 2012
@@ -1 +1 @@
-1364320
+1371848

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 Sat Aug 11 00:28:07 2012
@@ -212,12 +212,6 @@
 <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>
-</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
 href="http://wiki.apache.org/lucene-java">Wiki</a> for details on contributing.</p>
@@ -227,19 +221,19 @@ project. It is responsible for running n
 <h2 id="nightly-build-javadocs">Nightly Build Javadocs</h2>
 <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>trunk</b> build are available <a href="https://builds.apache.org/job/Lucene-trunk-artifacts/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>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>
+    <a href="https://builds.apache.org/job/Lucene-Solr-Clover-trunk/lastSuccessfulBuild/clover-report/">here</a></li>
 </ul>
 <h2 id="nightly-build-download">Nightly Build Download</h2>
 <ul>
 <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>.
+  <a href="https://builds.apache.org/job/Lucene-trunk-artifacts/lastSuccessfulBuild/artifact/lucene/dist/">Download trunk Artifacts</a>.
   Also, Maven artifacts are available from 
   <a href="https://repository.apache.org/snapshots/org/apache/lucene/">the ASF snapshot repository</a>.</li>
 </ul></div>