Author: buildbot
Date: Tue Mar 3 14:07:29 2020
New Revision: 1057313
Log:
Staging update by buildbot for felix
Modified:
websites/staging/felix/trunk/content/ (props changed)
websites/staging/felix/trunk/content/documentation/development/building-felix.html
websites/staging/felix/trunk/content/documentation/development/source-code.html
Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 3 14:07:29 2020
@@ -1 +1 @@
-1874682
+1874721
Modified:
websites/staging/felix/trunk/content/documentation/development/building-felix.html
==============================================================================
---
websites/staging/felix/trunk/content/documentation/development/building-felix.html
(original)
+++
websites/staging/felix/trunk/content/documentation/development/building-felix.html
Tue Mar 3 14:07:29 2020
@@ -18,7 +18,7 @@
limitations under the License.
-->
<head>
- <title>Apache Felix - Building Felix</title>
+ <title>Apache Felix - Building Apache Felix</title>
<link rel="icon" href="/res/favicon.ico">
<link rel="stylesheet" href="/res/site.css" type="text/css" media="all">
<link rel="stylesheet" href="/res/codehilite.css" type="text/css"
media="all">
@@ -76,7 +76,7 @@ h2:hover > .headerlink, h3:hover > .head
<a href="/">Home</a> » <a
href="/documentation.html">Documentation</a> » <a
href="/documentation/development.html">Development</a>
</div>
- <h1>Building Felix</h1>
+ <h1>Building Apache Felix</h1>
<style type="text/css">
/* The following code is added by mdx_elementid.py
It was originally lifted from http://subversion.apache.org/style/site.css */
@@ -92,11 +92,11 @@ h2:hover > .headerlink, h3:hover > .head
<p>To get started:</p>
<ul>
<li>Most Apache Felix projects use Apache Maven as the build tool. Therefore,
download and install the latest Apache Maven 3 release.</li>
-<li>Check out or update the Felix trunk (i.e., <code>svn checkout
http://svn.apache.org/repos/asf/felix/trunk felix</code>).</li>
-<li>Go to sub project you're interested in and type: "mvn clean install" to
build it. If this project is not using Maven, refer to the docs for the sub
project on how to build it.</li>
+<li>Check out or update the <code>felix-dev</code> git repository (i.e.,
<code>git clone https://github.com/apache/felix-dev.git</code>).</li>
+<li>Go to the sub project you're interested in and type: "mvn clean install"
to build it. If this project is not using Maven, refer to the docs for the sub
project on how to build it.</li>
</ul>
<div class="timestamp" style="margin-top: 30px; font-size: 80%;
text-align: right;">
- Rev. 1742679 by cziegeler on Sat, 7 May 2016 00:26:47 +0000
+ Rev. 1874721 by cziegeler on Tue, 3 Mar 2020 14:06:41 +0000
</div>
<div class="trademarkFooter">
Apache Felix, Felix, Apache, the Apache feather logo, and the Apache
Felix project
Modified:
websites/staging/felix/trunk/content/documentation/development/source-code.html
==============================================================================
---
websites/staging/felix/trunk/content/documentation/development/source-code.html
(original)
+++
websites/staging/felix/trunk/content/documentation/development/source-code.html
Tue Mar 3 14:07:29 2020
@@ -88,39 +88,20 @@ h2:hover > .headerlink, h3:hover > .head
visibility: hidden;
}
h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
-<p>This project uses <a href="http://subversion.apache.org/">Subversion</a> to
manage its source code. Instructions on Subversion use can be found at
[http://svnbook.red-bean.com/].</p>
+<p>This project uses <a href="https://git-scm.com/">git</a> to manage its
source code. Instructions on git can be found at [https://git-scm.com/docs].</p>
<h1 id="web-access">Web Access<a class="headerlink" href="#web-access"
title="Permanent link">¶</a></h1>
<p>The following is a link to the online source repository.</p>
-<p><a
href="http://svn.apache.org/viewvc/felix/">http://svn.apache.org/viewvc/felix/</a></p>
+<p>[https://github.com/apache/felix-dev]https://github.com/apache/felix-dev)</p>
<h1 id="anonymous-access">Anonymous access<a class="headerlink"
href="#anonymous-access" title="Permanent link">¶</a></h1>
-<p>The Felix trunk can be checked out anonymously with the following
command:</p>
-<div class="codehilite"><pre><span class="nv">$ </span>svn checkout
http://svn.apache.org/repos/asf/felix/trunk felix-trunk
+<p>The Felix master can be checked out anonymously with the following
command:</p>
+<div class="codehilite"><pre><span class="nv">$ </span>git clone
https://github.com/apache/felix-dev
</pre></div>
-<p>If you are a Felix committer, you should use <code>https</code> as the
protocol in the above URL.</p>
-<p>The source for individual subprojects can be checked out by simply adding
their directory name in the repository to the end of the above trunk URL. Use
the "web access" link above to determine the precise portion of the repository
you wish to check out.</p>
-<h1 id="access-from-behind-a-firewall">Access from behind a firewall<a
class="headerlink" href="#access-from-behind-a-firewall" title="Permanent
link">¶</a></h1>
-<p>Refer to the documentation of the SCM used for more information about an
access behind a firewall.</p>
-<h1 id="access-through-a-proxy">Access through a proxy<a class="headerlink"
href="#access-through-a-proxy" title="Permanent link">¶</a></h1>
-<p>The Subversion client can go through a proxy, if you configure it to do so.
First, edit your <code>servers</code> configuration file to indicate which
proxy to use. The files location depends on your operating system. On Linux or
Unix it is located in the directory <code>~/.subversion</code>. On Windows it
is in <code>%APPDATA%\Subversion</code>. (Try <code>echo %APPDATA%</code>, note
this is a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have
that file, get the latest Subversion client and run any command; this will
cause the configuration directory and template files to be created.</p>
-<p>Example : Edit the <code>servers</code> file and add something like :</p>
-<div class="codehilite"><pre><span class="k">[global]</span>
-<span class="na">http-proxy-host</span> <span class="o">=</span> <span
class="s">your.proxy.name</span>
-<span class="na">http-proxy-port</span> <span class="o">=</span> <span
class="s">3128</span>
-</pre></div>
-
-
-<h1 id="migrating-your-repository">Migrating your repository<a
class="headerlink" href="#migrating-your-repository" title="Permanent
link">¶</a></h1>
-<p>For people with checked out copies of the original incubator repository,
you will need to use the "svn switch" command to associate your workspace with
the new URL. The command for doing this for the trunk is:</p>
-<div class="codehilite"><pre><span class="nv">$ </span>svn switch
https://svn.apache.org/repos/asf/felix/trunk
-</pre></div>
-
-
-<p>If you have other directories checked out, e.g., sandbox or releases, then
you will need to do for those too, modifying the above URL accordingly.</p>
+<h1 id="developer-access">Developer access<a class="headerlink"
href="#developer-access" title="Permanent link">¶</a></h1>
+<p>Committers of the Apache Felix project can use the same above command to
checkout the source.</p>
<div class="timestamp" style="margin-top: 30px; font-size: 80%;
text-align: right;">
- Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
+ Rev. 1874721 by cziegeler on Tue, 3 Mar 2020 14:06:41 +0000
</div>
<div class="trademarkFooter">
Apache Felix, Felix, Apache, the Apache feather logo, and the Apache
Felix project