CLOUDSTACK-1: Working on new install/compiling documentation for 4.1
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8e29a030 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8e29a030 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8e29a030 Branch: refs/heads/gslb-wip Commit: 8e29a030f19b08b77321f09b7c18597741cdb3d1 Parents: a1fdb0c Author: Joe Brockmeier <j...@zonker.net> Authored: Fri Mar 8 08:52:54 2013 -0600 Committer: Joe Brockmeier <j...@zonker.net> Committed: Fri Mar 8 08:53:28 2013 -0600 ---------------------------------------------------------------------- docs/en-US/source-prereqs.xml | 10 +++++----- docs/en-US/verifying-source.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8e29a030/docs/en-US/source-prereqs.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/source-prereqs.xml b/docs/en-US/source-prereqs.xml index 6c2bc2a..3e25e8a 100644 --- a/docs/en-US/source-prereqs.xml +++ b/docs/en-US/source-prereqs.xml @@ -30,13 +30,13 @@ for package management. </para> <para> - The minimum bootstrapped prerequisites for building &PRODUCT; includes - the following: + You will need, at a minimum, the following to compile &PRODUCT;: <orderedlist> - <listitem><para>ant</para></listitem> - <listitem><para>maven (version 3)</para></listitem> - <listitem><para>Java (Java 6/OpenJDK 1.6) </para></listitem> + <listitem><para>Maven (version 3)</para></listitem> + <listitem><para>Java (OpenJDK 1.6 or Java 7/OpenJDK 1.7)</para></listitem> + <listitem><para>Apache log4j</para></listitem> <listitem><para>rpmbuild or dpkg-dev</para></listitem> + </orderedlist> </para> </section> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8e29a030/docs/en-US/verifying-source.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/verifying-source.xml b/docs/en-US/verifying-source.xml index b445aa4..b20b9bb 100644 --- a/docs/en-US/verifying-source.xml +++ b/docs/en-US/verifying-source.xml @@ -36,7 +36,7 @@ file. </para> <para> - You next need to import those keys, which you can do by running the following command: + You next need to import those keys, which you can do by running: <programlisting><prompt>#</prompt> <command>gpg</command> --import KEYS</programlisting> </para> </section>