You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/30 14:45:57 UTC

[2/4] git commit: add empty pages

add empty pages


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/83d1e5e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/83d1e5e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/83d1e5e8

Branch: refs/heads/master
Commit: 83d1e5e842787d7d103031517334277432b0c30c
Parents: e5f4854
Author: olivier lamy <ol...@apache.org>
Authored: Tue Oct 30 14:42:30 2012 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Oct 30 14:42:30 2012 +0100

----------------------------------------------------------------------
 src/site/markdown/involved/building.md |   30 +++++++++++++++++++++++++++
 src/site/markdown/involved/release.md  |   23 ++++++++++++++++++++
 2 files changed, 53 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/83d1e5e8/src/site/markdown/involved/building.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/involved/building.md b/src/site/markdown/involved/building.md
new file mode 100644
index 0000000..06f0589
--- /dev/null
+++ b/src/site/markdown/involved/building.md
@@ -0,0 +1,30 @@
+<!---
+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.
+-->
+
+
+Building Apache Helix
+--------------
+
+First you need to install Apache Maven.
+
+To install jars locally:
+mvn clean install (-DskipTests if you don't want to run tests).
+
+
+   

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/83d1e5e8/src/site/markdown/involved/release.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/involved/release.md b/src/site/markdown/involved/release.md
new file mode 100644
index 0000000..f730830
--- /dev/null
+++ b/src/site/markdown/involved/release.md
@@ -0,0 +1,23 @@
+<!---
+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.
+-->
+
+Releasing Apache Helix
+--------------
+
+TODO