[3/3] hadoop git commit: HADOOP-12022. fix site -Pdocs -Pdist in hadoop-project-dist; cleanout remaining forrest bits. Contributed by Allen Wittenauer.

2016-04-06 Thread aajisaka
HADOOP-12022. fix site -Pdocs -Pdist in hadoop-project-dist; cleanout remaining 
forrest bits. Contributed by Allen Wittenauer.

(cherry picked from commit 1371f993a9fa59d7e91321f022eab9974319d641)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e426d1bb
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e426d1bb
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e426d1bb

Branch: refs/heads/branch-2.8
Commit: e426d1bb3f9ea448f65ddda861713c6aa1bcde18
Parents: b7c83d4
Author: Akira Ajisaka 
Authored: Wed Apr 6 17:43:31 2016 +0900
Committer: Akira Ajisaka 
Committed: Wed Apr 6 17:44:54 2016 +0900

--
 hadoop-common-project/hadoop-common/pom.xml | 1 -
 .../src/main/docs/changes/ChangesFancyStyle.css |   170 -
 .../main/docs/changes/ChangesSimpleStyle.css|49 -
 .../src/main/docs/changes/changes2html.pl   |   282 -
 .../src/main/docs/releasenotes.html | 29174 -
 .../src/main/docs/src/documentation/README.txt  | 7 -
 .../classes/CatalogManager.properties   |40 -
 .../main/docs/src/documentation/conf/cli.xconf  |   327 -
 .../src/documentation/content/xdocs/index.xml   |48 -
 .../src/documentation/content/xdocs/site.xml|   263 -
 .../src/documentation/content/xdocs/tabs.xml|37 -
 .../resources/images/architecture.gif   |   Bin 15461 -> 0 bytes
 .../resources/images/common-logo.jpg|   Bin 5887 -> 0 bytes
 .../resources/images/core-logo.gif  |   Bin 6665 -> 0 bytes
 .../documentation/resources/images/favicon.ico  |   Bin 766 -> 0 bytes
 .../resources/images/hadoop-logo-big.jpg|   Bin 127869 -> 0 bytes
 .../resources/images/hadoop-logo.jpg|   Bin 9443 -> 0 bytes
 .../resources/images/hdfsarchitecture.gif   |   Bin 17653 -> 0 bytes
 .../resources/images/hdfsarchitecture.odg   |   Bin 41298 -> 0 bytes
 .../resources/images/hdfsarchitecture.png   |   Bin 40571 -> 0 bytes
 .../resources/images/hdfsdatanodes.gif  |   Bin 16060 -> 0 bytes
 .../resources/images/hdfsdatanodes.odg  |   Bin 37296 -> 0 bytes
 .../resources/images/hdfsdatanodes.png  |   Bin 30012 -> 0 bytes
 .../main/docs/src/documentation/skinconf.xml|   366 -
 .../hadoop-common/src/main/docs/status.xml  |75 -
 hadoop-hdfs-project/hadoop-hdfs/pom.xml | 2 -
 hadoop-project-dist/pom.xml |16 -
 27 files changed, 30857 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/e426d1bb/hadoop-common-project/hadoop-common/pom.xml
--
diff --git a/hadoop-common-project/hadoop-common/pom.xml 
b/hadoop-common-project/hadoop-common/pom.xml
index 6b4888f..d7a0a8b 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -475,7 +475,6 @@
   
 .idea/**
 src/main/conf/*
-src/main/docs/**
 dev-support/jdiff/**
 src/main/native/*
 src/main/native/config/*

http://git-wip-us.apache.org/repos/asf/hadoop/blob/e426d1bb/hadoop-common-project/hadoop-common/src/main/docs/changes/ChangesFancyStyle.css
--
diff --git 
a/hadoop-common-project/hadoop-common/src/main/docs/changes/ChangesFancyStyle.css
 
b/hadoop-common-project/hadoop-common/src/main/docs/changes/ChangesFancyStyle.css
deleted file mode 100644
index 5eef241..000
--- 
a/hadoop-common-project/hadoop-common/src/main/docs/changes/ChangesFancyStyle.css
+++ /dev/null
@@ -1,170 +0,0 @@
-/*
-* 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.
-*/
-/**
- * General
- */
-
-img { border: 0; }
-
-#content table {
-  border: 0;
-  width: 100%;
-}
-/*Hack to get IE to render the table at 100%*/
-* html #content table { margin-left: -3px; }
-
-#content th,
-#content td {
-  margin: 0;
-  padding: 0;
-  vertical-align: top;
-}
-
-.clearboth {
-  clear: both;
-}
-

[3/3] hadoop git commit: HADOOP-12022. fix site -Pdocs -Pdist in hadoop-project-dist; cleanout remaining forrest bits. Contributed by Allen Wittenauer.

2016-04-06 Thread aajisaka
HADOOP-12022. fix site -Pdocs -Pdist in hadoop-project-dist; cleanout remaining 
forrest bits. Contributed by Allen Wittenauer.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1371f993
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1371f993
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1371f993

Branch: refs/heads/branch-2
Commit: 1371f993a9fa59d7e91321f022eab9974319d641
Parents: 8f9b97c
Author: Akira Ajisaka 
Authored: Wed Apr 6 17:43:31 2016 +0900
Committer: Akira Ajisaka 
Committed: Wed Apr 6 17:43:31 2016 +0900

--
 hadoop-common-project/hadoop-common/pom.xml | 1 -
 .../src/main/docs/changes/ChangesFancyStyle.css |   170 -
 .../main/docs/changes/ChangesSimpleStyle.css|49 -
 .../src/main/docs/changes/changes2html.pl   |   282 -
 .../src/main/docs/releasenotes.html | 29174 -
 .../src/main/docs/src/documentation/README.txt  | 7 -
 .../classes/CatalogManager.properties   |40 -
 .../main/docs/src/documentation/conf/cli.xconf  |   327 -
 .../src/documentation/content/xdocs/index.xml   |48 -
 .../src/documentation/content/xdocs/site.xml|   263 -
 .../src/documentation/content/xdocs/tabs.xml|37 -
 .../resources/images/architecture.gif   |   Bin 15461 -> 0 bytes
 .../resources/images/common-logo.jpg|   Bin 5887 -> 0 bytes
 .../resources/images/core-logo.gif  |   Bin 6665 -> 0 bytes
 .../documentation/resources/images/favicon.ico  |   Bin 766 -> 0 bytes
 .../resources/images/hadoop-logo-big.jpg|   Bin 127869 -> 0 bytes
 .../resources/images/hadoop-logo.jpg|   Bin 9443 -> 0 bytes
 .../resources/images/hdfsarchitecture.gif   |   Bin 17653 -> 0 bytes
 .../resources/images/hdfsarchitecture.odg   |   Bin 41298 -> 0 bytes
 .../resources/images/hdfsarchitecture.png   |   Bin 40571 -> 0 bytes
 .../resources/images/hdfsdatanodes.gif  |   Bin 16060 -> 0 bytes
 .../resources/images/hdfsdatanodes.odg  |   Bin 37296 -> 0 bytes
 .../resources/images/hdfsdatanodes.png  |   Bin 30012 -> 0 bytes
 .../main/docs/src/documentation/skinconf.xml|   366 -
 .../hadoop-common/src/main/docs/status.xml  |75 -
 hadoop-hdfs-project/hadoop-hdfs/pom.xml | 2 -
 hadoop-project-dist/pom.xml |16 -
 27 files changed, 30857 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1371f993/hadoop-common-project/hadoop-common/pom.xml
--
diff --git a/hadoop-common-project/hadoop-common/pom.xml 
b/hadoop-common-project/hadoop-common/pom.xml
index bbc90e2..b6ef253 100644
--- a/hadoop-common-project/hadoop-common/pom.xml
+++ b/hadoop-common-project/hadoop-common/pom.xml
@@ -475,7 +475,6 @@
   
 .idea/**
 src/main/conf/*
-src/main/docs/**
 dev-support/jdiff/**
 src/main/native/*
 src/main/native/config/*

http://git-wip-us.apache.org/repos/asf/hadoop/blob/1371f993/hadoop-common-project/hadoop-common/src/main/docs/changes/ChangesFancyStyle.css
--
diff --git 
a/hadoop-common-project/hadoop-common/src/main/docs/changes/ChangesFancyStyle.css
 
b/hadoop-common-project/hadoop-common/src/main/docs/changes/ChangesFancyStyle.css
deleted file mode 100644
index 5eef241..000
--- 
a/hadoop-common-project/hadoop-common/src/main/docs/changes/ChangesFancyStyle.css
+++ /dev/null
@@ -1,170 +0,0 @@
-/*
-* 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.
-*/
-/**
- * General
- */
-
-img { border: 0; }
-
-#content table {
-  border: 0;
-  width: 100%;
-}
-/*Hack to get IE to render the table at 100%*/
-* html #content table { margin-left: -3px; }
-
-#content th,
-#content td {
-  margin: 0;
-  padding: 0;
-  vertical-align: top;
-}
-
-.clearboth {
-  clear: both;
-}
-
-.note, .warning, .fixme {
-  border: solid black 1px;
-  margin: 1em