You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by sh...@apache.org on 2015/11/13 16:12:13 UTC

svn commit: r1714221 [1/6] - in /incubator/unomi/website: ./ css/ images/ images/logos/ img/ js/

Author: shuber
Date: Fri Nov 13 15:12:12 2015
New Revision: 1714221

URL: http://svn.apache.org/viewvc?rev=1714221&view=rev
Log:
[scm-publish] Updating Unomi website

Added:
    incubator/unomi/website/css/bootswatch.css
    incubator/unomi/website/css/docs.css
    incubator/unomi/website/css/lightbox.css
    incubator/unomi/website/css/reflow-skin.css
    incubator/unomi/website/dependencies.html
    incubator/unomi/website/distribution-management.html
    incubator/unomi/website/images/apache-unomi-380x85.png   (with props)
    incubator/unomi/website/images/apache-unomi-571x128.png   (with props)
    incubator/unomi/website/images/apache-unomi-large.png   (with props)
    incubator/unomi/website/images/close.gif   (with props)
    incubator/unomi/website/images/unomi-100x99.png   (with props)
    incubator/unomi/website/images/unomi-200x56.png   (with props)
    incubator/unomi/website/images/unomi-86x20.png   (with props)
    incubator/unomi/website/images/unomi-icon.png   (with props)
    incubator/unomi/website/images/unomi.png   (with props)
    incubator/unomi/website/images/unomi.xcf   (with props)
    incubator/unomi/website/img/
    incubator/unomi/website/img/close.png   (with props)
    incubator/unomi/website/img/glyphicons-halflings-white.png   (with props)
    incubator/unomi/website/img/glyphicons-halflings.png   (with props)
    incubator/unomi/website/img/loading.gif   (with props)
    incubator/unomi/website/img/next.png   (with props)
    incubator/unomi/website/img/prev.png   (with props)
    incubator/unomi/website/js/
    incubator/unomi/website/js/lightbox.min.js
    incubator/unomi/website/js/reflow-scroll.js
    incubator/unomi/website/js/reflow-skin.js
    incubator/unomi/website/modules.html
Removed:
    incubator/unomi/website/css/maven-base.css
    incubator/unomi/website/css/maven-theme.css
    incubator/unomi/website/images/collapsed.gif
    incubator/unomi/website/images/expanded.gif
    incubator/unomi/website/images/external.png
    incubator/unomi/website/images/icon_error_sml.gif
    incubator/unomi/website/images/icon_info_sml.gif
    incubator/unomi/website/images/icon_success_sml.gif
    incubator/unomi/website/images/icon_warning_sml.gif
    incubator/unomi/website/images/logos/
    incubator/unomi/website/images/newwindow.png
Modified:
    incubator/unomi/website/css/print.css
    incubator/unomi/website/dependency-convergence.html
    incubator/unomi/website/dependency-info.html
    incubator/unomi/website/index.html
    incubator/unomi/website/integration.html
    incubator/unomi/website/issue-tracking.html
    incubator/unomi/website/license.html
    incubator/unomi/website/mail-lists.html
    incubator/unomi/website/plugin-management.html
    incubator/unomi/website/plugins.html
    incubator/unomi/website/project-info.html
    incubator/unomi/website/project-summary.html
    incubator/unomi/website/source-repository.html
    incubator/unomi/website/team-list.html

Added: incubator/unomi/website/css/bootswatch.css
URL: http://svn.apache.org/viewvc/incubator/unomi/website/css/bootswatch.css?rev=1714221&view=auto
==============================================================================
--- incubator/unomi/website/css/bootswatch.css (added)
+++ incubator/unomi/website/css/bootswatch.css Fri Nov 13 15:12:12 2015
@@ -0,0 +1,70 @@
+body {
+  padding-top: 80px;
+  padding-bottom: 20px;
+}
+
+.navbar a > i {
+  opacity: 0.5;
+}
+
+.navbar a:hover > i {
+  opacity: 1;
+}
+
+.subhead {
+  padding-bottom: 0;
+  margin-bottom: 9px;
+}
+
+.subhead h1 {
+  font-size: 54px;
+}
+
+
+@media (max-width: 480px) {
+
+  .modal {
+    position: fixed !important;
+    top: 25% !important;
+  }
+}
+
+
+@media (max-width: 767px) {
+
+  body {
+    padding-top: 0;
+  }
+}
+
+/* Portrait tablet to landscape and desktop */
+@media (min-width: 768px) and (max-width: 979px) {
+
+  .thumbnail p {
+    font-size: 12px;
+  }
+
+  .thumbnail .btn {
+    padding: 8px 12px;
+    font-size: 12px;
+  }
+}
+
+@media (min-width: 768px) and (max-width: 979px) {
+
+  /* Remove any padding from the body */
+  body {
+    padding-top: 0;
+  }
+}
+
+@media (max-width: 980px) {
+
+  /* Unfloat brand */
+  .navbar-fixed-top .brand {
+    float: left;
+    margin-left: 0;
+    padding-left: 10px;
+    padding-right: 10px;
+  }
+}
\ No newline at end of file

Added: incubator/unomi/website/css/docs.css
URL: http://svn.apache.org/viewvc/incubator/unomi/website/css/docs.css?rev=1714221&view=auto
==============================================================================
--- incubator/unomi/website/css/docs.css (added)
+++ incubator/unomi/website/css/docs.css Fri Nov 13 15:12:12 2015
@@ -0,0 +1,150 @@
+/* Add additional stylesheets below
+-------------------------------------------------- */
+/*
+  Bootstrap's documentation styles
+  Special styles for presenting Bootstrap's documentation and examples
+*/
+
+/* Body and structure
+-------------------------------------------------- */
+
+body {
+  position: relative;
+  padding-top: 40px;
+}
+
+/* Code in headings */
+h3 code {
+  font-size: 14px;
+  font-weight: normal;
+}
+
+/* Jumbotrons
+-------------------------------------------------- */
+.jumbotron {
+  position: relative;
+  padding: 40px 0;
+}
+.jumbotron h1 {
+  font-size: 80px;
+  font-weight: bold;
+  letter-spacing: -1px;
+  line-height: 1;
+}
+.jumbotron p {
+  font-size: 24px;
+  font-weight: 300;
+  line-height: 30px;
+  margin-bottom: 30px;
+}
+.jumbotron .btn-large {
+  font-size: 20px;
+  font-weight: normal;
+  padding: 14px 24px;
+  margin-right: 10px;
+  -webkit-border-radius: 6px;
+     -moz-border-radius: 6px;
+          border-radius: 6px;
+}
+.jumbotron .btn-large small {
+  font-size: 14px;
+}
+
+
+/* Specific jumbotrons
+------------------------- */
+/* supporting docs pages */
+.subhead {
+  padding-bottom: 0;
+  margin-bottom: 9px;
+}
+.subhead h1 {
+  font-size: 54px;
+}
+
+/* Responsive Docs
+-------------------------------------------------- */
+@media (max-width: 480px) {
+
+  /* Reduce padding above jumbotron */
+  body {
+    padding-top: 70px;
+  }
+
+  /* Adjust the jumbotron */
+  .jumbotron h1,
+  .jumbotron p {
+    text-align: center;
+    margin-right: 0;
+  }
+  .jumbotron h1 {
+    font-size: 45px;
+    margin-right: 0;
+  }
+  .jumbotron p {
+    margin-right: 0;
+    margin-left: 0;
+    font-size: 18px;
+    line-height: 24px;
+  }
+  .jumbotron .btn {
+    display: block;
+    font-size: 18px;
+    padding: 10px 14px;
+    margin: 0 auto 10px;
+  }
+
+}
+
+
+@media (max-width: 768px) {
+
+  /* Remove any padding from the body */
+  body {
+    padding-top: 0;
+  }
+
+  /* Jumbotron buttons */
+  .jumbotron .btn {
+    margin-bottom: 10px;
+  }
+}
+
+
+@media (min-width: 480px) and (max-width: 768px) {
+
+  /* Scale down the jumbotron content */
+  .jumbotron h1 {
+    font-size: 54px;
+  }
+  .jumbotron p {
+    margin-right: 0;
+    margin-left: 0;
+  }
+}
+
+
+@media (min-width: 768px) and (max-width: 980px) {
+
+  /* Remove any padding from the body */
+  body {
+    padding-top: 0;
+  }
+
+  /* Scale down the jumbotron content */
+  .jumbotron h1 {
+    font-size: 72px;
+  }
+}
+
+
+@media (max-width: 980px) {
+
+  /* Unfloat brand */
+  .navbar-fixed-top .brand {
+    float: left;
+    margin-left: 0;
+    padding-left: 10px;
+    padding-right: 10px;
+  }
+}
\ No newline at end of file

Added: incubator/unomi/website/css/lightbox.css
URL: http://svn.apache.org/viewvc/incubator/unomi/website/css/lightbox.css?rev=1714221&view=auto
==============================================================================
--- incubator/unomi/website/css/lightbox.css (added)
+++ incubator/unomi/website/css/lightbox.css Fri Nov 13 15:12:12 2015
@@ -0,0 +1,210 @@
+/* Preload images */
+body:after {
+  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
+  display: none;
+}
+
+.lightboxOverlay {
+  position: absolute;
+  top: 0;
+  left: 0;
+  z-index: 9999;
+  background-color: black;
+  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
+  opacity: 0.8;
+  display: none;
+}
+
+.lightbox {
+  position: absolute;
+  left: 0;
+  width: 100%;
+  z-index: 10000;
+  text-align: center;
+  line-height: 0;
+  font-weight: normal;
+}
+
+.lightbox .lb-image {
+  display: block;
+  height: auto;
+  max-width: inherit;
+  -webkit-border-radius: 3px;
+  -moz-border-radius: 3px;
+  -ms-border-radius: 3px;
+  -o-border-radius: 3px;
+  border-radius: 3px;
+}
+
+.lightbox a img {
+  border: none;
+}
+
+.lb-outerContainer {
+  position: relative;
+  background-color: white;
+  *zoom: 1;
+  width: 250px;
+  height: 250px;
+  margin: 0 auto;
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  -ms-border-radius: 4px;
+  -o-border-radius: 4px;
+  border-radius: 4px;
+}
+
+.lb-outerContainer:after {
+  content: "";
+  display: table;
+  clear: both;
+}
+
+.lb-container {
+  padding: 4px;
+}
+
+.lb-loader {
+  position: absolute;
+  top: 43%;
+  left: 0;
+  height: 25%;
+  width: 100%;
+  text-align: center;
+  line-height: 0;
+}
+
+.lb-cancel {
+  display: block;
+  width: 32px;
+  height: 32px;
+  margin: 0 auto;
+  background: url(../img/loading.gif) no-repeat;
+}
+
+.lb-nav {
+  position: absolute;
+  top: 0;
+  left: 0;
+  height: 100%;
+  width: 100%;
+  z-index: 10;
+}
+
+.lb-container > .nav {
+  left: 0;
+}
+
+.lb-nav a {
+  outline: none;
+  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
+}
+
+.lb-prev, .lb-next {
+  height: 100%;
+  cursor: pointer;
+  display: block;
+}
+
+.lb-nav a.lb-prev {
+  width: 34%;
+  left: 0;
+  float: left;
+  background: url(../img/prev.png) left 48% no-repeat;
+  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
+  opacity: 0;
+  -webkit-transition: opacity 0.6s;
+  -moz-transition: opacity 0.6s;
+  -o-transition: opacity 0.6s;
+  transition: opacity 0.6s;
+}
+
+.lb-nav a.lb-prev:hover {
+  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+  opacity: 1;
+}
+
+.lb-nav a.lb-next {
+  width: 64%;
+  right: 0;
+  float: right;
+  background: url(../img/next.png) right 48% no-repeat;
+  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
+  opacity: 0;
+  -webkit-transition: opacity 0.6s;
+  -moz-transition: opacity 0.6s;
+  -o-transition: opacity 0.6s;
+  transition: opacity 0.6s;
+}
+
+.lb-nav a.lb-next:hover {
+  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+  opacity: 1;
+}
+
+.lb-dataContainer {
+  margin: 0 auto;
+  padding-top: 5px;
+  *zoom: 1;
+  width: 100%;
+  -moz-border-radius-bottomleft: 4px;
+  -webkit-border-bottom-left-radius: 4px;
+  border-bottom-left-radius: 4px;
+  -moz-border-radius-bottomright: 4px;
+  -webkit-border-bottom-right-radius: 4px;
+  border-bottom-right-radius: 4px;
+}
+
+.lb-dataContainer:after {
+  content: "";
+  display: table;
+  clear: both;
+}
+
+.lb-data {
+  padding: 0 4px;
+  color: #ccc;
+}
+
+.lb-data .lb-details {
+  width: 85%;
+  float: left;
+  text-align: left;
+  line-height: 1.1em;
+}
+
+.lb-data .lb-caption {
+  font-size: 13px;
+  font-weight: bold;
+  line-height: 1em;
+}
+
+.lb-data .lb-number {
+  display: block;
+  clear: left;
+  padding-bottom: 1em;
+  font-size: 12px;
+  color: #999999;
+}
+
+.lb-data .lb-close {
+  display: block;
+  float: right;
+  width: 30px;
+  height: 30px;
+  background: url(../img/close.png) top right no-repeat;
+  text-align: right;
+  outline: none;
+  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
+  opacity: 0.7;
+  -webkit-transition: opacity 0.2s;
+  -moz-transition: opacity 0.2s;
+  -o-transition: opacity 0.2s;
+  transition: opacity 0.2s;
+}
+
+.lb-data .lb-close:hover {
+  cursor: pointer;
+  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
+  opacity: 1;
+}
\ No newline at end of file

Modified: incubator/unomi/website/css/print.css
URL: http://svn.apache.org/viewvc/incubator/unomi/website/css/print.css?rev=1714221&r1=1714220&r2=1714221&view=diff
==============================================================================
--- incubator/unomi/website/css/print.css (original)
+++ incubator/unomi/website/css/print.css Fri Nov 13 15:12:12 2015
@@ -1,7 +1,80 @@
-#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+.navbar,
+.breadcrumb,
+.toc-separator
+#toc-bar,
+#toc-sidebar,
+footer,
+.subfooter {
 	display: none !important;
 }
-#bodyColumn, body.docs div.docs {
-	margin: 0 !important;
-	border: none !important
+
+body {
+  padding-top: 0px !important;
+}
+
+/* CSS below taken from HTML5 Boilerplate */
+* {
+  background: transparent !important;
+  color: #000 !important; /* Black prints faster: h5bp.com/s */
+  box-shadow:none !important;
+  text-shadow: none !important;
+}
+
+a,
+a:visited {
+  text-decoration: underline;
+}
+
+a[href]:after {
+  content: " (" attr(href) ")";
+}
+
+abbr[title]:after {
+  content: " (" attr(title) ")";
+}
+
+/*
+ * Don't show links for images, or javascript/internal links, or header links
+ */
+
+header a:after,
+.ir a:after,
+a[href^="javascript:"]:after,
+a[href^="#"]:after {
+  content: "" !important;
+}
+
+pre,
+blockquote {
+  border: 1px solid #999;
+  page-break-inside: avoid;
+}
+
+thead {
+  display: table-header-group; /* h5bp.com/t */
+}
+
+tr,
+img {
+  page-break-inside: avoid;
+}
+
+img {
+  max-width: 100% !important;
+}
+
+@page {
+  margin: 0.5cm;
+}
+
+p,
+h2,
+h3 {
+  orphans: 3;
+  widows: 3;
+}
+
+h2,
+h3 {
+  page-break-after: avoid;
 }
\ No newline at end of file

Added: incubator/unomi/website/css/reflow-skin.css
URL: http://svn.apache.org/viewvc/incubator/unomi/website/css/reflow-skin.css?rev=1714221&view=auto
==============================================================================
--- incubator/unomi/website/css/reflow-skin.css (added)
+++ incubator/unomi/website/css/reflow-skin.css Fri Nov 13 15:12:12 2015
@@ -0,0 +1,99 @@
+/* Jumps to in-page links (e.g. page.html#foo) do not honor fixed navbar.
+   Use pseudo element to move them down.
+   Taken from http://nicolasgallagher.com/jump-links-and-viewport-positioning/demo/#method-B
+ */
+h1[id]:before,
+h2[id]:before,
+h3[id]:before,
+h4[id]:before,
+h5[id]:before,
+h6[id]:before,
+a[name]:before {
+    display:block; 
+    content:""; 
+    height:90px; 
+    margin:-90px 0 0; 
+}
+
+
+/* Fixed subnav support: */
+
+/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
+@media (min-width: 980px) {
+  .navbar.affix {
+    position: fixed;
+    top: 40px;
+    right: 0;
+    left: 0;
+    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
+    margin-bottom: 0;
+  }
+  
+  .navbar.affix .navbar-inner {
+    border-width: 0 0 1px;
+    padding-right: 0;
+    padding-left: 0;
+    -webkit-border-radius: 0;
+       -moz-border-radius: 0;
+            border-radius: 0;
+    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
+       -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
+            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
+  }
+
+  .navbar.affix .container {
+    width: 940px;
+  }
+}
+
+/* Other screen sizes navbar container width */
+@media (min-width: 1200px) {
+  .navbar.affix .container {
+    width: 1170px;
+  }
+}
+
+@media (max-width: 979px) {
+  .navbar.affix {
+    position: static;
+  }
+
+  /* Give a positive z-index to ToC bar, otherwise the pseudo elements before may overlap and
+     make the button unclickable. */
+  #toc-bar {
+    position: relative;
+    z-index:1020;
+    margin-bottom: 20px;
+  }
+
+}
+
+/* Fix for header links - do not color/underline them */
+#banner a {
+	color: inherit;
+	text-decoration: inherit;
+}
+
+
+/* Footer */
+
+footer.well {
+  padding: 50px 0;
+  margin-top: 70px;
+  margin-bottom: 0;
+  -webkit-border-radius: 0;
+     -moz-border-radius: 0;
+          border-radius: 0;
+  border-right: 0;
+  border-left: 0;
+  font-size: 90%;
+}
+
+footer.well p,
+.subfooter p {
+  margin-bottom: 0;
+}
+
+.subfooter {
+  padding: 30px 0;
+}
\ No newline at end of file

Added: incubator/unomi/website/dependencies.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/dependencies.html?rev=1714221&view=auto
==============================================================================
--- incubator/unomi/website/dependencies.html (added)
+++ incubator/unomi/website/dependencies.html Fri Nov 13 15:12:12 2015
@@ -0,0 +1,518 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2015-11-13
+ Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+	<head>
+		<meta charset="UTF-8" />
+		<title>Project Dependencies | Apache Unomi</title>
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta name="description" content="" />
+		<meta http-equiv="content-language" content="en" />
+ 
+		<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet" />
+		<link href=".//css/docs.css" rel="stylesheet" />
+		<link href=".//css/reflow-skin.css" rel="stylesheet" />
+
+		<link href="http://yandex.st/highlightjs/7.5/styles/github.min.css" rel="stylesheet" />
+
+		<link href=".//css/lightbox.css" rel="stylesheet" />
+
+		<link href=".//css/site.css" rel="stylesheet" />
+		<link href=".//css/print.css" rel="stylesheet" media="print" />
+
+		<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+		<!--[if lt IE 9]>
+			<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+		<![endif]-->
+
+
+
+	</head>
+
+	<body class="page-dependencies project-context-server" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+
+		<div class="navbar navbar-fixed-top">
+			<div class="navbar-inner">
+				<div class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<a class="brand" href="./"><img src="images/unomi-86x20.png" /></a>
+					<div class="nav-collapse collapse" id="top-nav-collapse">
+						<ul class="nav pull-right">
+							<li ><a href="skin/index.html#Usage" title="Download">Download</a></li>
+							<li class="dropdown active">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Project Documentation <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li class="dropdown-submenu ">
+										<a href="project-info.html" title="Project Information">Project Information</a>
+										<ul class="dropdown-menu">
+											<li ><a href="integration.html" title="Continuous Integration">Continuous Integration</a></li>
+											<li class="active"><a href="" title="Dependencies">Dependencies</a></li>
+											<li ><a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a></li>
+											<li ><a href="dependency-info.html" title="Dependency Information">Dependency Information</a></li>
+											<li ><a href="distribution-management.html" title="Distribution Management">Distribution Management</a></li>
+											<li ><a href="index.html" title="About">About</a></li>
+											<li ><a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a></li>
+											<li ><a href="license.html" title="Project License">Project License</a></li>
+											<li ><a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a></li>
+											<li ><a href="modules.html" title="Project Modules">Project Modules</a></li>
+											<li ><a href="plugin-management.html" title="Plugin Management">Plugin Management</a></li>
+											<li ><a href="plugins.html" title="Project Plugins">Project Plugins</a></li>
+											<li ><a href="team-list.html" title="Project Team">Project Team</a></li>
+											<li ><a href="source-repository.html" title="Source Repository">Source Repository</a></li>
+											<li ><a href="project-summary.html" title="Project Summary">Project Summary</a></li>
+										</ul>
+									</li>
+								</ul>
+							</li>
+						</ul>
+					</div><!--/.nav-collapse -->
+				</div>
+			</div>
+		</div>
+
+	<div class="container">
+
+	<!-- Masthead
+	================================================== -->
+
+	<header>
+	<div class="jumbotron subhead">
+		<div class="row" id="banner">
+			<div class="span12">
+				<div class="pull-left">
+					<a href="./" id="bannerLeft"><img src="images/apache-unomi-380x85.png" alt='"'Apache Unomi'"' /></a>
+					<p class="lead">Reference implementation of the OASIS Context Server specification</p>
+				</div>
+				<div class="pull-right">
+				</div>
+			</div>
+		</div>
+	</div>
+		<div>
+			<ul class="breadcrumb">
+				<li class="projectVersion version-date">Version: 2.0.0-SNAPSHOT</li>
+				<li class="divider">|</li>
+				<li class="publishDate version-date">Last Published: 2015-11-13</li>
+			</ul>
+		</div>
+		<hr class="toc-separator" />
+		<div id="toc-bar" class="navbar" data-spy="affix" data-offset-top="250">
+			<div class="navbar-inner">
+				<div id="toc-scroll-target" class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target="#toc-nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<div class="nav-collapse collapse" id="toc-nav-collapse">
+						<ul id="toc" class="nav">
+						<li class="dropdown">
+							<a href="#Project_Dependencies" title="Project Dependencies" class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#">Project Dependencies <b class="caret"></b></a>
+							<ul class="dropdown-menu" role="menu">
+								<!-- Repeat the item, otherwise it is not clickable as the dropdown root -->
+								<li><a href="#Project_Dependencies" title="Project Dependencies">Project Dependencies</a></li>
+								<li class="divider"></li>
+								<li><a href="#provided" title="provided">provided</a></li>
+
+							</ul>
+						</li>
+						<li class="divider-vertical"></li>
+						<li class="toplevel"><a href="#Project_Transitive_Dependencies" title="Project Transitive Dependencies">Project Transitive Dependencies</a></li>
+						<li class="divider-vertical"></li>
+						<li class="dropdown">
+							<a href="#Project_Dependency_Graph" title="Project Dependency Graph" class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#">Project Dependency Graph <b class="caret"></b></a>
+							<ul class="dropdown-menu" role="menu">
+								<!-- Repeat the item, otherwise it is not clickable as the dropdown root -->
+								<li><a href="#Project_Dependency_Graph" title="Project Dependency Graph">Project Dependency Graph</a></li>
+								<li class="divider"></li>
+								<li><a href="#Dependency_Tree" title="Dependency Tree">Dependency Tree</a></li>
+
+							</ul>
+						</li>
+						<li class="divider-vertical"></li>
+						<li class="toplevel"><a href="#Licenses" title="Licenses">Licenses</a></li>
+						<li class="divider-vertical"></li>
+						<li class="toplevel"><a href="#Dependency_File_Details" title="Dependency File Details">Dependency File Details</a></li>
+						<li class="divider-vertical"></li>
+						<li class="toplevel"><a href="#Dependency_Repository_Locations" title="Dependency Repository Locations">Dependency Repository Locations</a></li>
+						</ul>
+					</div>
+				</div>
+			</div>
+		</div>
+	</header>
+
+	<div class="main-body">
+	<div class="row">
+		<div class="span12">
+			<div class="body-content">
+<a name="Project_Dependencies"></a> 
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Project_Dependencies">Project Dependencies</h2>
+ </div> 
+ <a name="Project_Dependencies_provided"></a> 
+ <div class="section"> 
+  <h3 id="provided">provided</h3> 
+  <p>The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:</p> 
+  <table border="0" class="bodyTable table table-striped table-hover"> 
+   <thead> 
+    <tr class="a"> 
+     <th>GroupId</th> 
+     <th>ArtifactId</th> 
+     <th>Version</th> 
+     <th>Type</th> 
+     <th>License</th> 
+    </tr> 
+   </thead> 
+   <tbody> 
+    <tr class="b"> 
+     <td>org.slf4j</td> 
+     <td><a class="externalLink" href="http://www.slf4j.org">slf4j-api</a></td> 
+     <td>1.7.1</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></td> 
+    </tr> 
+   </tbody> 
+  </table> 
+ </div> 
+</div> 
+<a name="Project_Transitive_Dependencies"></a> 
+<div class="section"> 
+ <h2 id="Project_Transitive_Dependencies">Project Transitive Dependencies</h2> 
+ <p>No transitive dependencies are required for this project.</p> 
+</div> 
+<a name="Project_Dependency_Graph"></a> 
+<div class="section"> 
+ <h2 id="Project_Dependency_Graph">Project Dependency Graph</h2> 
+ <script language="javascript" type="text/javascript">
+      function toggleDependencyDetail( divId, imgId )
+      {
+        var div = document.getElementById( divId );
+        var img = document.getElementById( imgId );
+        if( div.style.display == '' )
+        {
+          div.style.display = 'none';
+          img.src='./images/icon_info_sml.gif';
+        }
+        else
+        {
+          div.style.display = '';
+          img.src='./images/close.gif';
+        }
+      }
+</script> 
+ <a name="Dependency_Tree"></a> 
+ <div class="section"> 
+  <h3 id="Dependency_Tree">Dependency Tree</h3> 
+  <ul> 
+   <li>org.oasis-open.contextserver:context-server:pom:2.0.0-SNAPSHOT <button title="Information" class="btn btn-link btn-small" type="button" data-toggle="collapse" data-target="#_dep0"><i class="icon-info-sign"></i></button> 
+    <div id="_dep0" style="" class=" collapse"> 
+     <table border="0" class="bodyTable table table-striped table-hover"> 
+      <thead> 
+       <tr class="a"> 
+        <th>Apache Unomi</th> 
+       </tr> 
+      </thead> 
+      <tbody> 
+       <tr class="b"> 
+        <td> <p><b>Description: </b>Unomi is a reference implementation of the OASIS Context Server specification currently being worked on by the OASIS Context Server Technical Committee. It provides a high-performance user profile and event tracking server.</p> <p><b>URL: </b><a class="externalLink" href="http://unomi.incubator.apache.org">http://unomi.incubator.apache.org</a></p> <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td> 
+       </tr> 
+      </tbody> 
+     </table> 
+    </div> 
+    <ul> 
+     <li>org.slf4j:slf4j-api:jar:1.7.1 (provided) <button title="Information" class="btn btn-link btn-small" type="button" data-toggle="collapse" data-target="#_dep2"><i class="icon-info-sign"></i></button> 
+      <div id="_dep2" style="" class=" collapse"> 
+       <table border="0" class="bodyTable table table-striped table-hover"> 
+        <thead> 
+         <tr class="a"> 
+          <th>SLF4J API Module</th> 
+         </tr> 
+        </thead> 
+        <tbody> 
+         <tr class="b"> 
+          <td> <p><b>Description: </b>The slf4j API</p> <p><b>URL: </b><a class="externalLink" href="http://www.slf4j.org">http://www.slf4j.org</a></p> <p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></p></td> 
+         </tr> 
+        </tbody> 
+       </table> 
+      </div></li> 
+    </ul></li> 
+  </ul> 
+ </div> 
+</div> 
+<a name="Licenses"></a> 
+<div class="section"> 
+ <h2 id="Licenses">Licenses</h2> 
+ <p><b>MIT License: </b>SLF4J API Module</p> 
+ <p><b>The Apache Software License, Version 2.0: </b>Apache Unomi</p> 
+</div> 
+<a name="Dependency_File_Details"></a> 
+<div class="section"> 
+ <h2 id="Dependency_File_Details">Dependency File Details</h2> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>Total</th> 
+    <th>Size</th> 
+    <th>Entries</th> 
+    <th>Classes</th> 
+    <th>Packages</th> 
+    <th>Java Version</th> 
+    <th>Debug Information</th> 
+   </tr> 
+  </thead> 
+  <thead> 
+   <tr class="a"> 
+    <th>Filename</th> 
+    <th>Size</th> 
+    <th>Entries</th> 
+    <th>Classes</th> 
+    <th>Packages</th> 
+    <th>Java Version</th> 
+    <th title="Indicates whether these dependencies have been compiled with debug information.">Debug Information</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td>slf4j-api-1.7.1.jar</td> 
+    <td>26.07 kB</td> 
+    <td>34</td> 
+    <td>23</td> 
+    <td>3</td> 
+    <td>1.5</td> 
+    <td>Yes</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>1</td> 
+    <td>26.07 kB</td> 
+    <td>34</td> 
+    <td>23</td> 
+    <td>3</td> 
+    <td>1.5</td> 
+    <td>1</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>provided: 1</td> 
+    <td>provided: 26.07 kB</td> 
+    <td>provided: 34</td> 
+    <td>provided: 23</td> 
+    <td>provided: 3</td> 
+    <td>-</td> 
+    <td>provided: 1</td> 
+   </tr> 
+  </tbody> 
+ </table> 
+</div> 
+<a name="Dependency_Repository_Locations"></a> 
+<div class="section"> 
+ <h2 id="Dependency_Repository_Locations">Dependency Repository Locations</h2> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>Repo ID</th> 
+    <th>URL</th> 
+    <th>Release</th> 
+    <th>Snapshot</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td>jahia-public</td> 
+    <td><a class="externalLink" href="https://devtools.jahia.com/nexus/content/groups/public">https://devtools.jahia.com/nexus/content/groups/public</a></td> 
+    <td>Yes</td> 
+    <td>Yes</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>central</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2">https://repo.maven.apache.org/maven2</a></td> 
+    <td>Yes</td> 
+    <td>No</td> 
+   </tr> 
+  </tbody> 
+ </table> 
+ <p>Repository locations for each of the Dependencies.</p> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>Total</th> 
+    <th>jahia-public</th> 
+    <th>central</th> 
+   </tr> 
+  </thead> 
+  <thead> 
+   <tr class="a"> 
+    <th>Artifact</th> 
+    <th>jahia-public</th> 
+    <th>central</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td>org.slf4j:slf4j-api:jar:1.7.1</td> 
+    <td><a class="externalLink" href="https://devtools.jahia.com/nexus/content/groups/public/org/slf4j/slf4j-api/1.7.1/slf4j-api-1.7.1.jar"><i class="icon-ok"></i></a></td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.1/slf4j-api-1.7.1.jar"><i class="icon-ok"></i></a></td> 
+   </tr> 
+   <tr class="b"> 
+    <td>1 (provided: 1)</td> 
+    <td>1</td> 
+    <td>1</td> 
+   </tr> 
+  </tbody> 
+ </table> 
+</div>
+			</div>
+		</div>
+	</div>
+	</div>
+
+	</div><!-- /container -->
+
+	<!-- Footer
+	================================================== -->
+	<footer class="well">
+		<div class="container">
+			<div class="row">
+				<div class="span3 bottom-nav">
+					<ul class="nav nav-list">
+						<li class="nav-header">Main</li>
+						<li >
+							<a href="./" title="Home">Home</a>
+						</li>
+						<li >
+							<a href="release-notes.html" title="Release notes">Release notes</a>
+						</li>
+					</ul>
+				</div>
+				<div class="span3 bottom-nav">
+					<ul class="nav nav-list">
+					</ul>
+				</div>
+				<div class="span3 bottom-nav">
+					<ul class="nav nav-list">
+						<li class="nav-header">Modules</li>
+						<li >
+							<a href="context-server-api/index.html" title="Unomi Context Server :: Specification Api">Unomi Context Server :: Specification Api</a>
+						</li>
+						<li >
+							<a href="context-server-persistence-spi/index.html" title="Unnamed - org.oasis-open.contextserver:context-server-persistence-spi:bundle:2.0.0-SNAPSHOT">Unnamed - org.oasis-open.contextserver:context-server-persistence-spi:bundle:2.0.0-SNAPSHOT</a>
+						</li>
+						<li >
+							<a href="context-server-persistence-elasticsearch/index.html" title="Unnamed - org.oasis-open.contextserver:context-server-persistence-elasticsearch:pom:2.0.0-SNAPSHOT">Unnamed - org.oasis-open.contextserver:context-server-persistence-elasticsearch:pom:2.0.0-SNAPSHOT</a>
+						</li>
+						<li >
+							<a href="context-server-services/index.html" title="Unnamed - org.oasis-open.contextserver:context-server-services:bundle:2.0.0-SNAPSHOT">Unnamed - org.oasis-open.contextserver:context-server-services:bundle:2.0.0-SNAPSHOT</a>
+						</li>
+						<li >
+							<a href="context-server-rest/index.html" title="Unnamed - org.oasis-open.contextserver:context-server-rest:bundle:2.0.0-SNAPSHOT">Unnamed - org.oasis-open.contextserver:context-server-rest:bundle:2.0.0-SNAPSHOT</a>
+						</li>
+						<li >
+							<a href="context-server-wab/index.html" title="Unnamed - org.oasis-open.contextserver:context-server-wab:bundle:2.0.0-SNAPSHOT">Unnamed - org.oasis-open.contextserver:context-server-wab:bundle:2.0.0-SNAPSHOT</a>
+						</li>
+						<li >
+							<a href="context-server-plugins/index.html" title="Unnamed - org.oasis-open.contextserver:context-server-plugins:pom:2.0.0-SNAPSHOT">Unnamed - org.oasis-open.contextserver:context-server-plugins:pom:2.0.0-SNAPSHOT</a>
+						</li>
+						<li >
+							<a href="cxs-lists-extension/index.html" title="Unnamed - org.jahia.unomi:cxs-lists-extension:pom:2.0.0-SNAPSHOT">Unnamed - org.jahia.unomi:cxs-lists-extension:pom:2.0.0-SNAPSHOT</a>
+						</li>
+						<li >
+							<a href="cxs-privacy-extension/index.html" title="Unnamed - org.jahia.unomi:cxs-privacy-extension:pom:2.0.0-SNAPSHOT">Unnamed - org.jahia.unomi:cxs-privacy-extension:pom:2.0.0-SNAPSHOT</a>
+						</li>
+						<li >
+							<a href="cxs-geonames/index.html" title="Unnamed - org.jahia.unomi:cxs-geonames:pom:2.0.0-SNAPSHOT">Unnamed - org.jahia.unomi:cxs-geonames:pom:2.0.0-SNAPSHOT</a>
+						</li>
+						<li >
+							<a href="context-server-kar/index.html" title="Unnamed - org.oasis-open.contextserver:context-server-kar:kar:2.0.0-SNAPSHOT">Unnamed - org.oasis-open.contextserver:context-server-kar:kar:2.0.0-SNAPSHOT</a>
+						</li>
+						<li class="nav-header">Project Documentation</li>
+						<li >
+							<a href="project-info.html" title="Project Information">Project Information <i class="icon-chevron-down"></i></a>
+							<ul class="nav nav-list">
+						<li >
+							<a href="integration.html" title="Continuous Integration">Continuous Integration</a>
+						</li>
+						<li class="active">
+							<a href="#" title="Dependencies">Dependencies</a>
+						</li>
+						<li >
+							<a href="dependency-convergence.html" title="Dependency Convergence">Dependency Convergence</a>
+						</li>
+						<li >
+							<a href="dependency-info.html" title="Dependency Information">Dependency Information</a>
+						</li>
+						<li >
+							<a href="distribution-management.html" title="Distribution Management">Distribution Management</a>
+						</li>
+						<li >
+							<a href="index.html" title="About">About</a>
+						</li>
+						<li >
+							<a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+						</li>
+						<li >
+							<a href="license.html" title="Project License">Project License</a>
+						</li>
+						<li >
+							<a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+						</li>
+						<li >
+							<a href="modules.html" title="Project Modules">Project Modules</a>
+						</li>
+						<li >
+							<a href="plugin-management.html" title="Plugin Management">Plugin Management</a>
+						</li>
+						<li >
+							<a href="plugins.html" title="Project Plugins">Project Plugins</a>
+						</li>
+						<li >
+							<a href="team-list.html" title="Project Team">Project Team</a>
+						</li>
+						<li >
+							<a href="source-repository.html" title="Source Repository">Source Repository</a>
+						</li>
+						<li >
+							<a href="project-summary.html" title="Project Summary">Project Summary</a>
+						</li>
+							</ul>
+						</li>
+					</ul>
+				</div>
+				<div class="span3 bottom-description">
+					<blockquote>Powered by Apache Karaf</blockquote>
+				</div>
+			</div>
+		</div>
+	</footer>
+
+	<div class="container subfooter">
+		<div class="row">
+			<div class="span12">
+				<p class="pull-right"><a href="#">Back to top</a></p>
+				<p class="copyright">Copyright &copy;2014-2015 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+			</div>
+		</div>
+	</div>
+
+	<!-- Le javascript
+	================================================== -->
+	<!-- Placed at the end of the document so the pages load faster -->
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+
+	<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
+	<script src=".//js/lightbox.min.js"></script>
+	<script src=".//js/reflow-scroll.js"></script>
+	<script src="http://yandex.st/highlightjs/7.5/highlight.min.js"></script>
+
+	<script src=".//js/reflow-skin.js"></script>
+
+	</body>
+</html>
\ No newline at end of file