Author: buildbot
Date: Fri Sep 21 08:23:16 2012
New Revision: 832666
Log:
Staging update by buildbot for stanbol
Modified:
websites/staging/stanbol/trunk/content/ (props changed)
websites/staging/stanbol/trunk/content/development/coding.html
websites/staging/stanbol/trunk/content/development/dependency-management.html
websites/staging/stanbol/trunk/content/development/index.html
websites/staging/stanbol/trunk/content/development/website.html
Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep 21 08:23:16 2012
@@ -1 +1 @@
-1388364
+1388367
Modified: websites/staging/stanbol/trunk/content/development/coding.html
==============================================================================
--- websites/staging/stanbol/trunk/content/development/coding.html (original)
+++ websites/staging/stanbol/trunk/content/development/coding.html Fri Sep 21
08:23:16 2012
@@ -89,9 +89,9 @@
<p>Most developers of Apache Stanbol use the Eclipse IDE for development. The
code conventions for this IDE can be imported from the
'/conventions/stanbol-eclipse-codeformatter.xml' file
-<a
href="http://svn.apache.org/repos/asf/incubator/stanbol/trunk/conventions/">in
SVN</a>.</p>
+<a href="http://svn.apache.org/repos/asf/stanbol/trunk/conventions/">in
SVN</a>.</p>
<h3 id="svn-structure">SVN Structure</h3>
-<p>The Apache Stanbol <a
href="http://svn.apache.org/repos/asf/incubator/stanbol/">SVN</a>
+<p>The Apache Stanbol <a
href="http://svn.apache.org/repos/asf/stanbol/">SVN</a>
is divided into the classical trio of</p>
<ul>
<li>trunk: where the main development takes place</li>
@@ -117,7 +117,8 @@ developer has to keep in mind when writi
<li>All dependencies used by Apache Stanbol should be available from the
Maven central repository. If this is not the case, the Apache Stanbol
module depending on a libraray that is not available from Maven
- central can not be released that easy, i.e. a separate -deps package would
be required.</li>
+ central can not be released that easy, i.e. a separate -deps package
+ would be required.</li>
</ul>
</div>
Modified:
websites/staging/stanbol/trunk/content/development/dependency-management.html
==============================================================================
---
websites/staging/stanbol/trunk/content/development/dependency-management.html
(original)
+++
websites/staging/stanbol/trunk/content/development/dependency-management.html
Fri Sep 21 08:23:16 2012
@@ -116,7 +116,7 @@ components independently.</p>
place to ensure that all Apache Stanbol components rely on the very same
version of a third party component. The central configuration for this can
be found in the dependency management section of the Apache Stanbol
-<a
href="http://svn.apache.org/repos/asf/incubator/stanbol/trunk/parent/pom.xml">parent
POM</a>.
+<a href="http://svn.apache.org/repos/asf/stanbol/trunk/parent/pom.xml">parent
POM</a>.
As all Apache Stanbol components define this central POM as their parent,
it is ensured that all components use the same version of an
external dependency. Changing the version of an external dependency in the
@@ -165,7 +165,7 @@ the POM. But remember that the partial b
needed at runtime and there may be other/more dependencies needed at runtime
than at build time.</p>
<p>Apache Stanbol pre-configures a set of launchers in the
-<a
href="http://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/">/launchers</a>
directory.
+<a
href="http://svn.apache.org/repos/asf/stanbol/trunk/launchers/">/launchers</a>
directory.
The most important one is the 'full' launcher which includes all available
Apache Stanbol components. This launcher is also used when executing the
integration tests. In a launcher's POM you just have to declare dependencies
Modified: websites/staging/stanbol/trunk/content/development/index.html
==============================================================================
--- websites/staging/stanbol/trunk/content/development/index.html (original)
+++ websites/staging/stanbol/trunk/content/development/index.html Fri Sep 21
08:23:16 2012
@@ -89,19 +89,19 @@
Apache Stanbol source code and contributing to it.</p>
<h2 id="how-to-get-involved">How to get involved</h2>
<h3 id="mailing-lists">Mailing lists</h3>
-<p>The dev mailing list is where the action is, so make sure you subscribe to
the Apache Stanbol developers mailing list by sending an email to
<code>stanbol-dev-subscribe AT incubator.apache.org</code> .</p>
+<p>The dev mailing list is where the action is, so make sure you subscribe to
the Apache Stanbol developers mailing list by sending an email to <code>dev AT
stanbol.apache.org</code> .</p>
<p>We don't have a users mailing list at this time, we'll create it if traffic
becomes too high on the dev list. User questions are welcome on the dev list
for now.</p>
-<p>Mailing list archives are available at <a
href="http://mail-archives.apache.org/mod_mbox/">mail-archives.apache.org</a>,
<a
href="http://markmail.org/search/?q=list:org.apache.incubator.stanbol-*">markmail.org</a>
and the other usual places.</p>
+<p>Mailing list archives are available at <a
href="http://mail-archives.apache.org/mod_mbox/">mail-archives.apache.org</a>,
<a
href="http://markmail.org/search/?q=list:org.apache.stanbol-*">markmail.org</a>
and the other usual places. The archives of mails during incubation are <a
href="http://markmail.org/search/?q=list:org.apache.incubator.stanbol-*">here</a>.</p>
<p>Additional mailing lists:</p>
<ul>
-<li><code>stanbol-commits AT incubator.apache.org</code> : commit messages</li>
-<li><code>stanbol-private AT incubator.apache.org</code> : private list for
Apache Stanbol <a href="http://incubator.apache.org/guides/ppmc.html">PPMC</a>
<a href="team.html">members</a></li>
+<li><code>commits AT stanbol.apache.org</code> : commit messages</li>
+<li><code>private AT stanbol.apache.org</code> : private list for Apache
Stanbol PMC <a href="team.html">members</a></li>
</ul>
<h3 id="issue-tracker">Issue tracker</h3>
<p>The Apache Stanbol issue tracker is at <a
href="https://issues.apache.org/jira/browse/STANBOL">https://issues.apache.org/jira/browse/STANBOL</a>.
You can report issues and submit patches there, and you're welcome to discuss
those on the mailing list first, as needed.</p>
<h2 id="sources-and-software-development">Sources and Software Development</h2>
-<p>The Apache Stanbol <a
href="https://svn.apache.org/repos/asf/incubator/stanbol/trunk/">source
code</a> can checked out via Subversion from</p>
-<div class="codehilite"><pre><span class="n">https:</span><span
class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span
class="n">apache</span><span class="o">.</span><span class="n">org</span><span
class="sr">/repos/</span><span class="n">asf</span><span
class="sr">/incubator/s</span><span class="n">tanbol</span><span
class="sr">/trunk/</span>
+<p>The Apache Stanbol <a
href="https://svn.apache.org/repos/asf/stanbol/trunk/">source code</a> can
checked out via Subversion from</p>
+<div class="codehilite"><pre><span class="n">https:</span><span
class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span
class="n">apache</span><span class="o">.</span><span class="n">org</span><span
class="sr">/repos/</span><span class="n">asf</span><span
class="sr">/stanbol/</span><span class="n">trunk</span><span class="o">/</span>
</pre></div>
Modified: websites/staging/stanbol/trunk/content/development/website.html
==============================================================================
--- websites/staging/stanbol/trunk/content/development/website.html (original)
+++ websites/staging/stanbol/trunk/content/development/website.html Fri Sep 21
08:23:16 2012
@@ -90,7 +90,7 @@
to manage its website. With this approach
the website sources are hosted in SVN along the software sources. The website
source can be checked out from:</p>
-<div class="codehilite"><pre><span class="n">https:</span><span
class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span
class="n">apache</span><span class="o">.</span><span class="n">org</span><span
class="sr">/repos/</span><span class="n">asf</span><span
class="sr">/incubator/s</span><span class="n">tanbol</span><span
class="sr">/site/</span><span class="n">trunk</span><span class="o">/</span>
+<div class="codehilite"><pre><span class="n">https:</span><span
class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span
class="n">apache</span><span class="o">.</span><span class="n">org</span><span
class="sr">/repos/</span><span class="n">asf</span><span
class="sr">/stanbol/si</span><span class="n">te</span><span
class="sr">/trunk/</span>
</pre></div>