Repository: hadoop
Updated Branches:
  refs/heads/trunk 66b1335bb -> 9b01f039e


http://git-wip-us.apache.org/repos/asf/hadoop/blob/9b01f039/hadoop-ozone/docs/themes/ozonedoc/static/js/ozonedoc.js
----------------------------------------------------------------------
diff --git a/hadoop-ozone/docs/themes/ozonedoc/static/js/ozonedoc.js 
b/hadoop-ozone/docs/themes/ozonedoc/static/js/ozonedoc.js
deleted file mode 100644
index 3f96f00..0000000
--- a/hadoop-ozone/docs/themes/ozonedoc/static/js/ozonedoc.js
+++ /dev/null
@@ -1,23 +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.
- */
-
-$(
-  function(){
-    $("table").addClass("table table-condensed table-bordered table-striped");
-  }
-);

http://git-wip-us.apache.org/repos/asf/hadoop/blob/9b01f039/hadoop-ozone/docs/themes/ozonedoc/theme.toml
----------------------------------------------------------------------
diff --git a/hadoop-ozone/docs/themes/ozonedoc/theme.toml 
b/hadoop-ozone/docs/themes/ozonedoc/theme.toml
deleted file mode 100644
index 9f427fe..0000000
--- a/hadoop-ozone/docs/themes/ozonedoc/theme.toml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-name = "Ozonedoc"

http://git-wip-us.apache.org/repos/asf/hadoop/blob/9b01f039/hadoop-ozone/ozone-manager/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-ozone/ozone-manager/pom.xml 
b/hadoop-ozone/ozone-manager/pom.xml
index 76e3afb..840d9c8 100644
--- a/hadoop-ozone/ozone-manager/pom.xml
+++ b/hadoop-ozone/ozone-manager/pom.xml
@@ -41,6 +41,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     </dependency>
 
     <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdds-docs</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15on</artifactId>
       <scope>test</scope>
@@ -75,6 +80,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd";>
                   </outputDirectory>
                   <includes>webapps/static/**/*.*</includes>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.hadoop</groupId>
+                  <artifactId>hadoop-hdds-docs</artifactId>
+                  
<outputDirectory>${project.build.outputDirectory}/webapps/ozoneManager</outputDirectory>
+                  <includes>docs/**/*.*</includes>
+                </artifactItem>
               </artifactItems>
               <overWriteSnapshots>true</overWriteSnapshots>
             </configuration>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/9b01f039/hadoop-ozone/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml
index 5bd64a8..f020abe 100644
--- a/hadoop-ozone/pom.xml
+++ b/hadoop-ozone/pom.xml
@@ -51,7 +51,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <module>datanode</module>
     <module>s3gateway</module>
     <module>dist</module>
-    <module>docs</module>
   </modules>
 
   <repositories>
@@ -134,6 +133,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd";>
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-hdds-docs</artifactId>
+        <version>${hdds.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-hdds-container-service</artifactId>
         <version>${hdds.version}</version>
       </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to