first iteration of source.xml
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/6a4dc6a2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/6a4dc6a2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/6a4dc6a2 Branch: refs/heads/4.0 Commit: 6a4dc6a2ce828d07a17f1c5531024cdba0916583 Parents: 3a3beee Author: David Nalley <da...@gnsa.us> Authored: Tue Oct 16 20:27:16 2012 -0400 Committer: Chip Childers <chip.child...@gmail.com> Committed: Mon Oct 22 10:49:09 2012 -0400 ---------------------------------------------------------------------- cloud.spec | 2 +- docs/en-US/source.xml | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6a4dc6a2/cloud.spec ---------------------------------------------------------------------- diff --git a/cloud.spec b/cloud.spec index 7e31edf..deaf1ca 100644 --- a/cloud.spec +++ b/cloud.spec @@ -38,7 +38,7 @@ Group: System Environment/Libraries Source0: %{name}-%{_ver}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{_ver}-%{release}-build -BuildRequires: java-1.6.0-openjdk-devel +BuildRequires: java-1.7.0-openjdk-devel BuildRequires: tomcat6 BuildRequires: ws-commons-util BuildRequires: jpackage-utils http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6a4dc6a2/docs/en-US/source.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/source.xml b/docs/en-US/source.xml new file mode 100644 index 0000000..ffa3d0c --- /dev/null +++ b/docs/en-US/source.xml @@ -0,0 +1,37 @@ +<?xml version='1.0' encoding='utf-8' ?> +<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent"> +%BOOK_ENTITIES; +]> + +<!-- Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +<section id="sect-source"> + <title>Building from Source</title> + <para>The official &PRODUCT; release is always in source code form. While there may + exist convenience binaries in various forms from a number of places, the + source is the canonical release will be source. In this document we'll cover + acquiring the source release, building that into binary, deployable packages. + </para> + <xi:include href="getting-release.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="verifying-source.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="source-prereqs.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="build-deb-packages" xmlns:xi="http://www.w3.org/2001/XInclude" /> + <xi:include href="build-rpm-packages" xmlns:xi="http://www.w3.org/2001/XInclude" /> +</section>