Updated Branches: refs/heads/4.1 255712274 -> 0b5db13c3
Fixing incubating references in Dev Guide Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0b5db13c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0b5db13c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0b5db13c Branch: refs/heads/4.1 Commit: 0b5db13c3a8f8a9b922f4b9703c889c728aee0f0 Parents: 2557122 Author: Joe Brockmeier <[email protected]> Authored: Tue Apr 16 15:11:52 2013 -0500 Committer: Joe Brockmeier <[email protected]> Committed: Tue Apr 16 15:11:52 2013 -0500 ---------------------------------------------------------------------- docs/en-US/source-build.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0b5db13c/docs/en-US/source-build.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/source-build.xml b/docs/en-US/source-build.xml index 3321896..8504385 100644 --- a/docs/en-US/source-build.xml +++ b/docs/en-US/source-build.xml @@ -25,11 +25,11 @@ <section id="source-build"> <title>Building &PRODUCT; from Source</title> <note> - <para>Prior to the 4.0.0 incubating release, Ant was used to build &PRODUCT;. Starting with 4.0.0 a migration to Maven is underway.</para> + <para>Prior to the 4.0.0 incubating release, Ant was used to build &PRODUCT;. A migration to Maven started in the 4.0.0 cycle, and has completed in 4.1.0.</para> <para>The website and the wiki contain up to date information on the build procedure at:</para> <itemizedlist> <listitem><para><ulink url="https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html">https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html</ulink></para></listitem> - <listitem><para><ulink url="http://incubator.apache.org/cloudstack/develop/environment.html">http://incubator.apache.org/cloudstack/develop/environment.html</ulink></para></listitem> + <listitem><para><ulink url="https://cwiki.apache.org/CLOUDSTACK/setting-up-cloudstack-development-environment.html">https://cwiki.apache.org/CLOUDSTACK/setting-up-cloudstack-development-environment.html</ulink></para></listitem> </itemizedlist> </note> <para>The overarching steps to build &PRODUCT; are:.</para>
