Added: websites/staging/sqoop/trunk/content/docs/1.99.4/src/site/sphinx/conf.py
==============================================================================
--- websites/staging/sqoop/trunk/content/docs/1.99.4/src/site/sphinx/conf.py 
(added)
+++ websites/staging/sqoop/trunk/content/docs/1.99.4/src/site/sphinx/conf.py 
Tue Nov 25 21:57:10 2014
@@ -0,0 +1,120 @@
+# 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.
+
+# -*- coding: utf-8 -*-
+
+import sys
+import os
+
+# eventlet/gevent should not monkey patch anything.
+os.environ["GEVENT_NOPATCH"] = "yes"
+os.environ["EVENTLET_NOPATCH"] = "yes"
+#os.environ["CELERY_LOADER"] = "default"
+
+this = os.path.dirname(os.path.abspath(__file__))
+
+# If your extensions are in another directory, add it here. If the directory
+# is relative to the documentation root, use os.path.abspath to make it
+# absolute, like shown here.
+sys.path.append(os.path.join(os.pardir, "tests"))
+sys.path.append(os.path.join(this, "_ext"))
+#import celery
+
+
+
+# General configuration
+# ---------------------
+
+extensions = [
+  'sphinx.ext.autodoc',
+  'sphinx.ext.coverage',
+  'sphinx.ext.pngmath',
+  'sphinx.ext.intersphinx',
+]
+
+html_show_sphinx = False
+
+# Add any paths that contain templates here, relative to this directory.
+templates_path = ['.templates', 'themes']
+
+# The suffix of source filenames.
+source_suffix = '.rst'
+
+# The master toctree document.
+master_doc = 'index'
+
+# General information about the project.
+project = 'Apache Sqoop'
+copyright = '2009-2013 The Apache Software Foundation'
+
+keep_warnings = True
+
+# The version info for the project you're documenting, acts as replacement for
+# |version| and |release|, also used in various other places throughout the
+# built documents.
+#
+# The short X.Y version.
+#version = ".".join(map(str, celery.VERSION[0:2]))
+# The full version, including alpha/beta/rc tags.
+#release = celery.__version__
+
+exclude_trees = ['.build']
+
+# If true, '()' will be appended to :func: etc. cross-reference text.
+add_function_parentheses = True
+
+#intersphinx_mapping = {
+#  "http://docs.python.org/dev": None,
+#  "http://kombu.readthedocs.org/en/latest/": None,
+#  "http://django-celery.readthedocs.org/en/latest": None,
+#}
+
+# The name of the Pygments (syntax highlighting) style to use.
+pygments_style = 'trac'
+highlight_language = 'none'
+
+# Add any paths that contain custom static files (such as style sheets) here,
+# relative to this directory. They are copied after the builtin static files,
+# so a file named "default.css" will overwrite the builtin "default.css".
+#html_static_path = ['../resources/images']
+
+html_logo = 'sqoop-logo.png'
+
+html_use_smartypants = True
+
+# If false, no module index is generated.
+html_use_modindex = True
+
+# If false, no index is generated.
+html_use_index = True
+
+#html_theme = 'default'
+
+html_sidebars = {
+  '**': ['localtoc.html', 'relations.html', 'sourcelink.html'],
+}
+
+# The theme to use for HTML and HTML Help pages.  See the documentation for
+# a list of builtin themes.
+html_theme = 'haiku'
+
+# Theme options are theme-specific and customize the look and feel of a theme
+# further.  For a list of options available for each theme, see the
+# documentation.
+#html_theme_options = {
+#}
+
+# Add any paths that contain custom themes here, relative to this directory.
+html_theme_path = ['themes']

Added: 
websites/staging/sqoop/trunk/content/docs/1.99.4/src/site/sphinx/index.rst
==============================================================================
--- websites/staging/sqoop/trunk/content/docs/1.99.4/src/site/sphinx/index.rst 
(added)
+++ websites/staging/sqoop/trunk/content/docs/1.99.4/src/site/sphinx/index.rst 
Tue Nov 25 21:57:10 2014
@@ -0,0 +1,77 @@
+.. 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.
+
+
+=======================================
+Apache Sqoop documentation
+=======================================
+
+Apache Sqoop is a tool designed for efficiently transferring data betweeen 
structured, semi-structured and unstructured data sources. Relational databases 
are examples of structured data sources with well defined schema for the data 
they store. Cassandra, Hbase are  examples of semi-structured data sources and 
HDFS is an example of unstructured data source that Sqoop can support.
+
+License
+-------
+
+::
+
+    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.
+
+
+User Guide
+------------
+If you are excited to start using Sqoop you can follow the links below to get 
a quick overview of the system
+
+- `Sqoop 5 Minute Demo <Sqoop5MinutesDemo.html>`_
+- `Command Line Shell Usage Guide <CommandLineClient.html>`_
+
+Developer Guide
+-----------------
+
+If you are keen on contributing to Sqoop and get your hands dirty building 
connectors or interesting UI/applications for Sqoop internals check out the 
links below
+
+- `Building Sqoop 2 <BuildingSqoop2.html>`_
+- `Sqoop Development Environment Setup <DevEnv.html>`_
+- `Developing a Sqoop Connector with Connection API 
<ConnectorDevelopment.html>`_
+- `Developing Sqoop application with REST API <RESTAPI.html>`_
+- `Developing Sqoop application using Sqoop Java Client API <ClientAPI.html>`_
+
+
+Administrator Guide
+--------------------
+If you are a admin trying to set up Sqoop, check out the links below
+
+- `Sqoop Server and Client Installation <Installation.html>`_
+- `Sqoop Server Upgrade <Upgrade.html>`_
+- `Sqoop Tools <Tools.html>`_
+
+Sqoop Project Details
+---------------------
+
+- `Download Apache Sqoop <http://www.apache.org/dyn/closer.cgi/sqoop>`_
+- `Sqoop Apache Wiki <https://cwiki.apache.org/confluence/display/SQOOP/Home>`_
+- `Sqoop Issue Tracking (JIRA) <https://issues.apache.org/jira/browse/SQOOP>`_
+- `Sqoop Source Code 
<https://git-wip-us.apache.org/repos/asf?p=sqoop.git;a=shortlog;h=refs/heads/sqoop2>`_

Modified: websites/staging/sqoop/trunk/content/index.html
==============================================================================
--- websites/staging/sqoop/trunk/content/index.html (original)
+++ websites/staging/sqoop/trunk/content/index.html Tue Nov 25 21:57:10 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-10
+ | Generated by Apache Maven Doxia at 2014-11-25
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141010" />
+    <meta name="Date-Revision-yyyymmdd" content="20141125" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Sqoop - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.4";  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.3";  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a 
href="http://archive.apache.org/dist/sqoop/1.99.2";  title="1.99.2">1.99.2</a>
@@ -131,6 +133,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a href="docs/1.99.4/index.html"  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a href="docs/1.99.3/index.html"  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a href="docs/1.99.2/index.html"  
title="1.99.2">1.99.2</a>
@@ -220,7 +224,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-10-10</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-11-25</li> 
             
                             </ul>
       </div>
@@ -258,9 +262,9 @@
        More information</a></p>
     
 <p>Latest stable release is 1.4.5 (<a class="externalLink" 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.4.5";>download</a>,
-    <a href="docs/1.4.5/index.html">documentation</a>). Latest cut of Sqoop2 
is 1.99.3
-    (<a class="externalLink" 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.3";>download</a>,
-    <a href="docs/1.99.3/index.html">documentation</a>). Note that 1.99.3 is 
not compatible with 1.4.5 and not feature
+    <a href="docs/1.4.5/index.html">documentation</a>). Latest cut of Sqoop2 
is 1.99.4
+    (<a class="externalLink" 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.4";>download</a>,
+    <a href="docs/1.99.4/index.html">documentation</a>). Note that 1.99.4 is 
not compatible with 1.4.5 and not feature
     complete, it is not intended for production deployment.</p>
 
 

Modified: websites/staging/sqoop/trunk/content/issue-tracking.html
==============================================================================
--- websites/staging/sqoop/trunk/content/issue-tracking.html (original)
+++ websites/staging/sqoop/trunk/content/issue-tracking.html Tue Nov 25 
21:57:10 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-10
+ | Generated by Apache Maven Doxia at 2014-11-25
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141010" />
+    <meta name="Date-Revision-yyyymmdd" content="20141125" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Sqoop - Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.4";  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.3";  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a 
href="http://archive.apache.org/dist/sqoop/1.99.2";  title="1.99.2">1.99.2</a>
@@ -131,6 +133,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a href="docs/1.99.4/index.html"  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a href="docs/1.99.3/index.html"  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a href="docs/1.99.2/index.html"  
title="1.99.2">1.99.2</a>
@@ -220,7 +224,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-10-10</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-11-25</li> 
             
                             </ul>
       </div>

Modified: websites/staging/sqoop/trunk/content/license.html
==============================================================================
--- websites/staging/sqoop/trunk/content/license.html (original)
+++ websites/staging/sqoop/trunk/content/license.html Tue Nov 25 21:57:10 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-10
+ | Generated by Apache Maven Doxia at 2014-11-25
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141010" />
+    <meta name="Date-Revision-yyyymmdd" content="20141125" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Sqoop - Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.4";  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.3";  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a 
href="http://archive.apache.org/dist/sqoop/1.99.2";  title="1.99.2">1.99.2</a>
@@ -131,6 +133,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a href="docs/1.99.4/index.html"  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a href="docs/1.99.3/index.html"  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a href="docs/1.99.2/index.html"  
title="1.99.2">1.99.2</a>
@@ -220,7 +224,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-10-10</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-11-25</li> 
             
                             </ul>
       </div>

Modified: websites/staging/sqoop/trunk/content/mail-lists.html
==============================================================================
--- websites/staging/sqoop/trunk/content/mail-lists.html (original)
+++ websites/staging/sqoop/trunk/content/mail-lists.html Tue Nov 25 21:57:10 
2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-10
+ | Generated by Apache Maven Doxia at 2014-11-25
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141010" />
+    <meta name="Date-Revision-yyyymmdd" content="20141125" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Sqoop - Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.4";  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.3";  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a 
href="http://archive.apache.org/dist/sqoop/1.99.2";  title="1.99.2">1.99.2</a>
@@ -131,6 +133,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a href="docs/1.99.4/index.html"  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a href="docs/1.99.3/index.html"  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a href="docs/1.99.2/index.html"  
title="1.99.2">1.99.2</a>
@@ -220,7 +224,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-10-10</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-11-25</li> 
             
                             </ul>
       </div>

Modified: websites/staging/sqoop/trunk/content/project-info.html
==============================================================================
--- websites/staging/sqoop/trunk/content/project-info.html (original)
+++ websites/staging/sqoop/trunk/content/project-info.html Tue Nov 25 21:57:10 
2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-10
+ | Generated by Apache Maven Doxia at 2014-11-25
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141010" />
+    <meta name="Date-Revision-yyyymmdd" content="20141125" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Sqoop - Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.4";  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.3";  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a 
href="http://archive.apache.org/dist/sqoop/1.99.2";  title="1.99.2">1.99.2</a>
@@ -131,6 +133,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a href="docs/1.99.4/index.html"  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a href="docs/1.99.3/index.html"  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a href="docs/1.99.2/index.html"  
title="1.99.2">1.99.2</a>
@@ -220,7 +224,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-10-10</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-11-25</li> 
             
                             </ul>
       </div>

Modified: websites/staging/sqoop/trunk/content/source-repository.html
==============================================================================
--- websites/staging/sqoop/trunk/content/source-repository.html (original)
+++ websites/staging/sqoop/trunk/content/source-repository.html Tue Nov 25 
21:57:10 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-10
+ | Generated by Apache Maven Doxia at 2014-11-25
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141010" />
+    <meta name="Date-Revision-yyyymmdd" content="20141125" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Sqoop - Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.4";  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.3";  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a 
href="http://archive.apache.org/dist/sqoop/1.99.2";  title="1.99.2">1.99.2</a>
@@ -131,6 +133,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a href="docs/1.99.4/index.html"  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a href="docs/1.99.3/index.html"  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a href="docs/1.99.2/index.html"  
title="1.99.2">1.99.2</a>
@@ -220,7 +224,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-10-10</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-11-25</li> 
             
                             </ul>
       </div>

Modified: websites/staging/sqoop/trunk/content/team-list.html
==============================================================================
--- websites/staging/sqoop/trunk/content/team-list.html (original)
+++ websites/staging/sqoop/trunk/content/team-list.html Tue Nov 25 21:57:10 2014
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2014-10-10
+ | Generated by Apache Maven Doxia at 2014-11-25
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20141010" />
+    <meta name="Date-Revision-yyyymmdd" content="20141125" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Sqoop - Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,6 +96,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.4";  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/sqoop/1.99.3";  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a 
href="http://archive.apache.org/dist/sqoop/1.99.2";  title="1.99.2">1.99.2</a>
@@ -131,6 +133,8 @@
                       <li class="dropdown-submenu">
                                       <a href=""  title="Sqoop 2">Sqoop 2</a>
               <ul class="dropdown-menu">
+                                  <li>      <a href="docs/1.99.4/index.html"  
title="1.99.4">1.99.4</a>
+</li>
                                   <li>      <a href="docs/1.99.3/index.html"  
title="1.99.3">1.99.3</a>
 </li>
                                   <li>      <a href="docs/1.99.2/index.html"  
title="1.99.2">1.99.2</a>
@@ -220,7 +224,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2014-10-10</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2014-11-25</li> 
             
                             </ul>
       </div>


Reply via email to