You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by bu...@apache.org on 2015/08/04 17:55:28 UTC

svn commit: r960778 [14/14] - in /websites/staging/tamaya/trunk/content: ./ documentation/ javadoc/api/ javadoc/api/index-files/ javadoc/api/java7/ javadoc/api/java7/index-files/ javadoc/api/java7/org/ javadoc/api/java7/org/apache/ javadoc/api/java7/or...

Added: websites/staging/tamaya/trunk/content/javadoc/api/java8/org/apache/tamaya/spi/package-summary.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/api/java8/org/apache/tamaya/spi/package-summary.html (added)
+++ websites/staging/tamaya/trunk/content/javadoc/api/java8/org/apache/tamaya/spi/package-summary.html Tue Aug  4 15:55:27 2015
@@ -0,0 +1,210 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc (1.8.0) on Sat May 02 00:11:40 CEST 2015 -->
+<title>org.apache.tamaya.spi</title>
+<meta name="date" content="2015-05-02">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="org.apache.tamaya.spi";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li class="navBarCell1Rev">Package</li>
+<li>Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-files/index-1.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/tamaya/package-summary.html">Prev&nbsp;Package</a></li>
+<li>Next&nbsp;Package</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/tamaya/spi/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Package" class="title">Package&nbsp;org.apache.tamaya.spi</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
+<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Interface</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi">ConfigurationContext</a></td>
+<td class="colLast">
+<div class="block">Central SPI for programmatically dealing with the setup of the configuration system.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../org/apache/tamaya/spi/ConfigurationContextBuilder.html" title="interface in org.apache.tamaya.spi">ConfigurationContextBuilder</a></td>
+<td class="colLast">
+<div class="block">A builder for creating new or adapting instances of <a href="../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi"><code>ConfigurationContext</code></a>.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/apache/tamaya/spi/ConfigurationProviderSpi.html" title="interface in org.apache.tamaya.spi">ConfigurationProviderSpi</a></td>
+<td class="colLast">
+<div class="block">SPI that must be implemented to provide the component that manages all <a href="../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya"><code>Configuration</code></a>
+ instances in a system.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a>&lt;T&gt;</td>
+<td class="colLast">
+<div class="block">Interface for an property that converts a configured String into something else.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/apache/tamaya/spi/PropertyFilter.html" title="interface in org.apache.tamaya.spi">PropertyFilter</a></td>
+<td class="colLast">
+<div class="block">Interface for filtering the current map of properties during the evaluation of the chain of PropertySources.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../org/apache/tamaya/spi/PropertySource.html" title="interface in org.apache.tamaya.spi">PropertySource</a></td>
+<td class="colLast">
+<div class="block">This interface models a provider that serves configuration properties.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/apache/tamaya/spi/PropertySourceProvider.html" title="interface in org.apache.tamaya.spi">PropertySourceProvider</a></td>
+<td class="colLast">
+<div class="block">Implement this interfaces to provide a PropertySource provider which
+ is able to register multiple PropertySources.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../org/apache/tamaya/spi/PropertyValueCombinationPolicy.html" title="interface in org.apache.tamaya.spi">PropertyValueCombinationPolicy</a></td>
+<td class="colLast">
+<div class="block">Policy that determines how the final value of a configuration entry is evaluated.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/apache/tamaya/spi/ServiceContext.html" title="interface in org.apache.tamaya.spi">ServiceContext</a></td>
+<td class="colLast">
+<div class="block">This class models the component that is managing the lifecycle current the
+ services used by the Configuration API.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
+<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Class</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/apache/tamaya/spi/ServiceContextManager.html" title="class in org.apache.tamaya.spi">ServiceContextManager</a></td>
+<td class="colLast">
+<div class="block">This singleton provides access to the services available in the current <a href="../../../../org/apache/tamaya/spi/ServiceContext.html" title="interface in org.apache.tamaya.spi"><code>ServiceContext</code></a>.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li class="navBarCell1Rev">Package</li>
+<li>Class</li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-files/index-1.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/tamaya/package-summary.html">Prev&nbsp;Package</a></li>
+<li>Next&nbsp;Package</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/tamaya/spi/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

Added: websites/staging/tamaya/trunk/content/javadoc/api/java8/org/apache/tamaya/spi/package-tree.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/api/java8/org/apache/tamaya/spi/package-tree.html (added)
+++ websites/staging/tamaya/trunk/content/javadoc/api/java8/org/apache/tamaya/spi/package-tree.html Tue Aug  4 15:55:27 2015
@@ -0,0 +1,147 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc (1.8.0) on Sat May 02 00:11:40 CEST 2015 -->
+<title>org.apache.tamaya.spi Class Hierarchy</title>
+<meta name="date" content="2015-05-02">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="org.apache.tamaya.spi Class Hierarchy";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li>Class</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-files/index-1.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/tamaya/package-tree.html">Prev</a></li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/tamaya/spi/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">Hierarchy For Package org.apache.tamaya.spi</h1>
+<span class="packageHierarchyLabel">Package Hierarchies:</span>
+<ul class="horizontal">
+<li><a href="../../../../overview-tree.html">All Packages</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">org.apache.tamaya.spi.<a href="../../../../org/apache/tamaya/spi/ServiceContextManager.html" title="class in org.apache.tamaya.spi"><span class="typeNameLink">ServiceContextManager</span></a></li>
+</ul>
+</li>
+</ul>
+<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
+<ul>
+<li type="circle">org.apache.tamaya.spi.<a href="../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">ConfigurationContext</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="../../../../org/apache/tamaya/spi/ConfigurationContextBuilder.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">ConfigurationContextBuilder</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="../../../../org/apache/tamaya/spi/ConfigurationProviderSpi.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">ConfigurationProviderSpi</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">PropertyConverter</span></a>&lt;T&gt;</li>
+<li type="circle">org.apache.tamaya.spi.<a href="../../../../org/apache/tamaya/spi/PropertyFilter.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">PropertyFilter</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="../../../../org/apache/tamaya/spi/PropertySource.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">PropertySource</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="../../../../org/apache/tamaya/spi/PropertySourceProvider.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">PropertySourceProvider</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="../../../../org/apache/tamaya/spi/PropertyValueCombinationPolicy.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">PropertyValueCombinationPolicy</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="../../../../org/apache/tamaya/spi/ServiceContext.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">ServiceContext</span></a></li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li>Class</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-files/index-1.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/tamaya/package-tree.html">Prev</a></li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/tamaya/spi/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

Added: websites/staging/tamaya/trunk/content/javadoc/api/java8/overview-frame.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/api/java8/overview-frame.html (added)
+++ websites/staging/tamaya/trunk/content/javadoc/api/java8/overview-frame.html Tue Aug  4 15:55:27 2015
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc (1.8.0) on Sat May 02 00:11:40 CEST 2015 -->
+<title>Overview List</title>
+<meta name="date" content="2015-05-02">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<div class="indexHeader"><span><a href="allclasses-frame.html" target="packageFrame">All&nbsp;Classes</a></span></div>
+<div class="indexContainer">
+<h2 title="Packages">Packages</h2>
+<ul title="Packages">
+<li><a href="org/apache/tamaya/package-frame.html" target="packageFrame">org.apache.tamaya</a></li>
+<li><a href="org/apache/tamaya/spi/package-frame.html" target="packageFrame">org.apache.tamaya.spi</a></li>
+</ul>
+</div>
+<p>&nbsp;</p>
+</body>
+</html>

Added: websites/staging/tamaya/trunk/content/javadoc/api/java8/overview-summary.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/api/java8/overview-summary.html (added)
+++ websites/staging/tamaya/trunk/content/javadoc/api/java8/overview-summary.html Tue Aug  4 15:55:27 2015
@@ -0,0 +1,137 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc (1.8.0) on Sat May 02 00:11:40 CEST 2015 -->
+<title>Overview</title>
+<meta name="date" content="2015-05-02">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Overview";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li class="navBarCell1Rev">Overview</li>
+<li>Package</li>
+<li>Class</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-files/index-1.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?overview-summary.html" target="_top">Frames</a></li>
+<li><a href="overview-summary.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">
+<caption><span>Packages</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="org/apache/tamaya/package-summary.html">org.apache.tamaya</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="org/apache/tamaya/spi/package-summary.html">org.apache.tamaya.spi</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li class="navBarCell1Rev">Overview</li>
+<li>Package</li>
+<li>Class</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-files/index-1.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?overview-summary.html" target="_top">Frames</a></li>
+<li><a href="overview-summary.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

Added: websites/staging/tamaya/trunk/content/javadoc/api/java8/overview-tree.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/api/java8/overview-tree.html (added)
+++ websites/staging/tamaya/trunk/content/javadoc/api/java8/overview-tree.html Tue Aug  4 15:55:27 2015
@@ -0,0 +1,166 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc (1.8.0) on Sat May 02 00:11:40 CEST 2015 -->
+<title>Class Hierarchy</title>
+<meta name="date" content="2015-05-02">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Class Hierarchy";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-files/index-1.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
+<li><a href="overview-tree.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">Hierarchy For All Packages</h1>
+<span class="packageHierarchyLabel">Package Hierarchies:</span>
+<ul class="horizontal">
+<li><a href="org/apache/tamaya/package-tree.html">org.apache.tamaya</a>, </li>
+<li><a href="org/apache/tamaya/spi/package-tree.html">org.apache.tamaya.spi</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">org.apache.tamaya.<a href="org/apache/tamaya/ConfigurationProvider.html" title="class in org.apache.tamaya"><span class="typeNameLink">ConfigurationProvider</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="org/apache/tamaya/spi/ServiceContextManager.html" title="class in org.apache.tamaya.spi"><span class="typeNameLink">ServiceContextManager</span></a></li>
+<li type="circle">java.lang.Throwable (implements java.io.Serializable)
+<ul>
+<li type="circle">java.lang.Exception
+<ul>
+<li type="circle">java.lang.RuntimeException
+<ul>
+<li type="circle">org.apache.tamaya.<a href="org/apache/tamaya/ConfigException.html" title="class in org.apache.tamaya"><span class="typeNameLink">ConfigException</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+<li type="circle">org.apache.tamaya.<a href="org/apache/tamaya/TypeLiteral.html" title="class in org.apache.tamaya"><span class="typeNameLink">TypeLiteral</span></a>&lt;T&gt; (implements java.io.Serializable)</li>
+</ul>
+</li>
+</ul>
+<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
+<ul>
+<li type="circle">org.apache.tamaya.<a href="org/apache/tamaya/ConfigOperator.html" title="interface in org.apache.tamaya"><span class="typeNameLink">ConfigOperator</span></a></li>
+<li type="circle">org.apache.tamaya.<a href="org/apache/tamaya/ConfigQuery.html" title="interface in org.apache.tamaya"><span class="typeNameLink">ConfigQuery</span></a>&lt;T&gt;</li>
+<li type="circle">org.apache.tamaya.<a href="org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya"><span class="typeNameLink">Configuration</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">ConfigurationContext</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="org/apache/tamaya/spi/ConfigurationContextBuilder.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">ConfigurationContextBuilder</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="org/apache/tamaya/spi/ConfigurationProviderSpi.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">ConfigurationProviderSpi</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">PropertyConverter</span></a>&lt;T&gt;</li>
+<li type="circle">org.apache.tamaya.spi.<a href="org/apache/tamaya/spi/PropertyFilter.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">PropertyFilter</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="org/apache/tamaya/spi/PropertySource.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">PropertySource</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="org/apache/tamaya/spi/PropertySourceProvider.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">PropertySourceProvider</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="org/apache/tamaya/spi/PropertyValueCombinationPolicy.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">PropertyValueCombinationPolicy</span></a></li>
+<li type="circle">org.apache.tamaya.spi.<a href="org/apache/tamaya/spi/ServiceContext.html" title="interface in org.apache.tamaya.spi"><span class="typeNameLink">ServiceContext</span></a></li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li class="navBarCell1Rev">Tree</li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-files/index-1.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?overview-tree.html" target="_top">Frames</a></li>
+<li><a href="overview-tree.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

Added: websites/staging/tamaya/trunk/content/javadoc/api/java8/package-list
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/api/java8/package-list (added)
+++ websites/staging/tamaya/trunk/content/javadoc/api/java8/package-list Tue Aug  4 15:55:27 2015
@@ -0,0 +1,2 @@
+org.apache.tamaya
+org.apache.tamaya.spi

Added: websites/staging/tamaya/trunk/content/javadoc/api/java8/script.js
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/api/java8/script.js (added)
+++ websites/staging/tamaya/trunk/content/javadoc/api/java8/script.js Tue Aug  4 15:55:27 2015
@@ -0,0 +1,30 @@
+function show(type)
+{
+    count = 0;
+    for (var key in methods) {
+        var row = document.getElementById(key);
+        if ((methods[key] &  type) != 0) {
+            row.style.display = '';
+            row.className = (count++ % 2) ? rowColor : altColor;
+        }
+        else
+            row.style.display = 'none';
+    }
+    updateTabs(type);
+}
+
+function updateTabs(type)
+{
+    for (var value in tabs) {
+        var sNode = document.getElementById(tabs[value][0]);
+        var spanNode = sNode.firstChild;
+        if (value == type) {
+            sNode.className = activeTableTab;
+            spanNode.innerHTML = tabs[value][1];
+        }
+        else {
+            sNode.className = tableTab;
+            spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
+        }
+    }
+}

Added: websites/staging/tamaya/trunk/content/javadoc/api/java8/serialized-form.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/api/java8/serialized-form.html (added)
+++ websites/staging/tamaya/trunk/content/javadoc/api/java8/serialized-form.html Tue Aug  4 15:55:27 2015
@@ -0,0 +1,159 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc (1.8.0) on Sat May 02 00:11:40 CEST 2015 -->
+<title>Serialized Form</title>
+<meta name="date" content="2015-05-02">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+<script type="text/javascript" src="script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Serialized Form";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-files/index-1.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
+<li><a href="serialized-form.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="Serialized Form" class="title">Serialized Form</h1>
+</div>
+<div class="serializedFormContainer">
+<ul class="blockList">
+<li class="blockList">
+<h2 title="Package">Package&nbsp;org.apache.tamaya</h2>
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.tamaya.ConfigException">
+<!--   -->
+</a>
+<h3>Class <a href="org/apache/tamaya/ConfigException.html" title="class in org.apache.tamaya">org.apache.tamaya.ConfigException</a> extends java.lang.RuntimeException implements Serializable</h3>
+<dl class="nameValue">
+<dt>serialVersionUID:</dt>
+<dd>-5886094818057522680L</dd>
+</dl>
+</li>
+<li class="blockList"><a name="org.apache.tamaya.TypeLiteral">
+<!--   -->
+</a>
+<h3>Class <a href="org/apache/tamaya/TypeLiteral.html" title="class in org.apache.tamaya">org.apache.tamaya.TypeLiteral</a> extends java.lang.Object implements Serializable</h3>
+<dl class="nameValue">
+<dt>serialVersionUID:</dt>
+<dd>1L</dd>
+</dl>
+<ul class="blockList">
+<li class="blockList">
+<h3>Serialized Fields</h3>
+<ul class="blockList">
+<li class="blockListLast">
+<h4>type</h4>
+<pre>java.lang.reflect.Type type</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="overview-summary.html">Overview</a></li>
+<li>Package</li>
+<li>Class</li>
+<li><a href="overview-tree.html">Tree</a></li>
+<li><a href="deprecated-list.html">Deprecated</a></li>
+<li><a href="index-files/index-1.html">Index</a></li>
+<li><a href="help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
+<li><a href="serialized-form.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip.navbar.bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>

Added: websites/staging/tamaya/trunk/content/javadoc/api/java8/stylesheet.css
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/api/java8/stylesheet.css (added)
+++ websites/staging/tamaya/trunk/content/javadoc/api/java8/stylesheet.css Tue Aug  4 15:55:27 2015
@@ -0,0 +1,574 @@
+/* Javadoc style sheet */
+/*
+Overall document style
+*/
+
+@import url('resources/fonts/dejavu.css');
+
+body {
+    background-color:#ffffff;
+    color:#353833;
+    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
+    font-size:14px;
+    margin:0;
+}
+a:link, a:visited {
+    text-decoration:none;
+    color:#4A6782;
+}
+a:hover, a:focus {
+    text-decoration:none;
+    color:#bb7a2a;
+}
+a:active {
+    text-decoration:none;
+    color:#4A6782;
+}
+a[name] {
+    color:#353833;
+}
+a[name]:hover {
+    text-decoration:none;
+    color:#353833;
+}
+pre {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+}
+h1 {
+    font-size:20px;
+}
+h2 {
+    font-size:18px;
+}
+h3 {
+    font-size:16px;
+    font-style:italic;
+}
+h4 {
+    font-size:13px;
+}
+h5 {
+    font-size:12px;
+}
+h6 {
+    font-size:11px;
+}
+ul {
+    list-style-type:disc;
+}
+code, tt {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
+    margin-top:8px;
+    line-height:1.4em;
+}
+dt code {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    padding-top:4px;
+}
+table tr td dt code {
+    font-family:'DejaVu Sans Mono', monospace;
+    font-size:14px;
+    vertical-align:top;
+    padding-top:4px;
+}
+sup {
+    font-size:8px;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+    clear:both;
+    height:0px;
+    overflow:hidden;
+}
+.aboutLanguage {
+    float:right;
+    padding:0px 21px;
+    font-size:11px;
+    z-index:200;
+    margin-top:-9px;
+}
+.legalCopy {
+    margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+    color:#FFFFFF;
+    text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+    color:#bb7a2a;
+}
+.tab {
+    background-color:#0066FF;
+    color:#ffffff;
+    padding:8px;
+    width:5em;
+    font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+    background-color:#4D7A97;
+    color:#FFFFFF;
+    padding:.8em .5em .4em .8em;
+    height:auto;/*height:1.8em;*/
+    font-size:11px;
+    margin:0;
+}
+.topNav {
+    background-color:#4D7A97;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+    font-size:12px; 
+}
+.bottomNav {
+    margin-top:10px;
+    background-color:#4D7A97;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+    font-size:12px;
+}
+.subNav {
+    background-color:#dee3e9;
+    float:left;
+    width:100%;
+    overflow:hidden;
+    font-size:12px;
+}
+.subNav div {
+    clear:left;
+    float:left;
+    padding:0 0 5px 6px;
+    text-transform:uppercase;
+}
+ul.navList, ul.subNavList {
+    float:left;
+    margin:0 25px 0 0;
+    padding:0;
+}
+ul.navList li{
+    list-style:none;
+    float:left;
+    padding: 5px 6px;
+    text-transform:uppercase;
+}
+ul.subNavList li{
+    list-style:none;
+    float:left;
+}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
+    color:#FFFFFF;
+    text-decoration:none;
+    text-transform:uppercase;
+}
+.topNav a:hover, .bottomNav a:hover {
+    text-decoration:none;
+    color:#bb7a2a;
+    text-transform:uppercase;
+}
+.navBarCell1Rev {
+    background-color:#F8981D;
+    color:#253441;
+    margin: auto 5px;
+}
+.skipNav {
+    position:absolute;
+    top:auto;
+    left:-9999px;
+    overflow:hidden;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+    clear:both;
+    margin:0 20px;
+    padding:5px 0 0 0;
+}
+.indexHeader {
+    margin:10px;
+    position:relative;
+}
+.indexHeader span{
+    margin-right:15px;
+}
+.indexHeader h1 {
+    font-size:13px;
+}
+.title {
+    color:#2c4557;
+    margin:10px 0;
+}
+.subTitle {
+    margin:5px 0 0 0;
+}
+.header ul {
+    margin:0 0 15px 0;
+    padding:0;
+}
+.footer ul {
+    margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+    list-style:none;
+    font-size:13px;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+    background-color:#dee3e9;
+    border:1px solid #d0d9e0;
+    margin:0 0 6px -8px;
+    padding:7px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    background-color:#dee3e9;
+    border:1px solid #d0d9e0;
+    margin:0 0 6px -8px;
+    padding:7px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+    padding:0;
+    margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+    padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+    clear:both;
+    padding:10px 20px;
+    position:relative;
+}
+.indexContainer {
+    margin:10px;
+    position:relative;
+    font-size:12px;
+}
+.indexContainer h2 {
+    font-size:13px;
+    padding:0 0 3px 0;
+}
+.indexContainer ul {
+    margin:0;
+    padding:0;
+}
+.indexContainer ul li {
+    list-style:none;
+    padding-top:2px;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+    font-size:12px;
+    font-weight:bold;
+    margin:10px 0 0 0;
+    color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
+    margin:5px 0 10px 0px;
+    font-size:14px;
+    font-family:'DejaVu Sans Mono',monospace;
+}
+.serializedFormContainer dl.nameValue dt {
+    margin-left:1px;
+    font-size:1.1em;
+    display:inline;
+    font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+    margin:0 0 0 1px;
+    font-size:1.1em;
+    display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+    display:inline;
+    font-size:0.9em;
+}
+ul.inheritance {
+    margin:0;
+    padding:0;
+}
+ul.inheritance li {
+    display:inline;
+    list-style:none;
+}
+ul.inheritance li ul.inheritance {
+    margin-left:15px;
+    padding-left:15px;
+    padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+    margin:10px 0 10px 0;
+    padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+    list-style:none;
+    margin-bottom:15px;
+    line-height:1.4;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+    padding:0px 20px 5px 10px;
+    border:1px solid #ededed; 
+    background-color:#f8f8f8;
+}
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
+    padding:0 0 5px 8px;
+    background-color:#ffffff;
+    border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+    margin-left:0;
+    padding-left:0;
+    padding-bottom:15px;
+    border:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+    list-style:none;
+    border-bottom:none;
+    padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+    margin-top:0;
+    margin-bottom:1px;
+}
+/*
+Table styles
+*/
+.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
+    width:100%;
+    border-left:1px solid #EEE; 
+    border-right:1px solid #EEE; 
+    border-bottom:1px solid #EEE; 
+}
+.overviewSummary, .memberSummary  {
+    padding:0px;
+}
+.overviewSummary caption, .memberSummary caption, .typeSummary caption,
+.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
+    position:relative;
+    text-align:left;
+    background-repeat:no-repeat;
+    color:#253441;
+    font-weight:bold;
+    clear:none;
+    overflow:hidden;
+    padding:0px;
+    padding-top:10px;
+    padding-left:1px;
+    margin:0px;
+    white-space:pre;
+}
+.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
+.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
+.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
+.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
+.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
+.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
+.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
+.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
+    color:#FFFFFF;
+}
+.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
+.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    padding-bottom:7px;
+    display:inline-block;
+    float:left;
+    background-color:#F8981D;
+    border: none;
+    height:16px;
+}
+.memberSummary caption span.activeTableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
+    float:left;
+    background-color:#F8981D;
+    height:16px;
+}
+.memberSummary caption span.tableTab span {
+    white-space:nowrap;
+    padding-top:5px;
+    padding-left:12px;
+    padding-right:12px;
+    margin-right:3px;
+    display:inline-block;
+    float:left;
+    background-color:#4D7A97;
+    height:16px;
+}
+.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
+    padding-top:0px;
+    padding-left:0px;
+    padding-right:0px;
+    background-image:none;
+    float:none;
+    display:inline;
+}
+.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
+.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
+    display:none;
+    width:5px;
+    position:relative;
+    float:left;
+    background-color:#F8981D;
+}
+.memberSummary .activeTableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative; 
+    float:left;
+    background-color:#F8981D;
+}
+.memberSummary .tableTab .tabEnd {
+    display:none;
+    width:5px;
+    margin-right:3px;
+    position:relative;
+    background-color:#4D7A97;
+    float:left;
+
+}
+.overviewSummary td, .memberSummary td, .typeSummary td,
+.useSummary td, .constantsSummary td, .deprecatedSummary td {
+    text-align:left;
+    padding:0px 0px 12px 10px;
+    width:100%;
+}
+th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
+td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
+    vertical-align:top;
+    padding-right:0px;
+    padding-top:8px;
+    padding-bottom:3px;
+}
+th.colFirst, th.colLast, th.colOne, .constantsSummary th {
+    background:#dee3e9;
+    text-align:left;
+    padding:8px 3px 3px 7px;
+}
+td.colFirst, th.colFirst {
+    white-space:nowrap;
+    font-size:13px;
+}
+td.colLast, th.colLast {
+    font-size:13px;
+}
+td.colOne, th.colOne {
+    font-size:13px;
+}
+.overviewSummary td.colFirst, .overviewSummary th.colFirst,
+.overviewSummary td.colOne, .overviewSummary th.colOne,
+.memberSummary td.colFirst, .memberSummary th.colFirst,
+.memberSummary td.colOne, .memberSummary th.colOne,
+.typeSummary td.colFirst{
+    width:25%;
+    vertical-align:top;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+    font-weight:bold;
+}
+.tableSubHeadingColor {
+    background-color:#EEEEFF;
+}
+.altColor {
+    background-color:#FFFFFF;
+}
+.rowColor {
+    background-color:#EEEEEF;
+}
+/*
+Content styles
+*/
+.description pre {
+    margin-top:0;
+}
+.deprecatedContent {
+    margin:0;
+    padding:10px 0;
+}
+.docSummary {
+    padding:0;
+}
+
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    font-style:normal;
+}
+
+div.block {
+    font-size:14px;
+    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
+}
+
+td.colLast div {
+    padding-top:0px;
+}
+
+
+td.colLast a {
+    padding-bottom:3px;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+    color:green;
+    padding:0 30px 0 0;
+}
+h1.hidden {
+    visibility:hidden;
+    overflow:hidden;
+    font-size:10px;
+}
+.block {
+    display:block;
+    margin:3px 10px 2px 0px;
+    color:#474747;
+}
+.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
+.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
+.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
+    font-weight:bold;
+}
+.deprecationComment, .emphasizedPhrase, .interfaceName {
+    font-style:italic;
+}
+
+div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
+div.block div.block span.interfaceName {
+    font-style:normal;
+}
+
+div.contentContainer ul.blockList li.blockList h2{
+    padding-bottom:0px;
+}

Modified: websites/staging/tamaya/trunk/content/modules.html
==============================================================================
--- websites/staging/tamaya/trunk/content/modules.html (original)
+++ websites/staging/tamaya/trunk/content/modules.html Tue Aug  4 15:55:27 2015
@@ -80,7 +80,18 @@
                 <h1>Parts &amp; Modules</h1>
 				  <img src="http://incubator.apache.org/images/egg-logo.png" alt="The Apache Software Foundation - Incubator" align="right"/>
               </div>
-              <div class="toc">
+              <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<div class="toc">
 <ul>
 <li><a href="#overview">Overview</a></li>
 <li><a href="#api">API</a></li>
@@ -105,7 +116,7 @@
 </ul>
 </div>
 <hr />
-<h1 id="overview">Overview</h1>
+<h1 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h1>
 <p>Tamaya has a modular design comprising the following parts:</p>
 <ul>
 <li>Tamaya contains a <strong>API</strong> with artifacts such as <strong>Configuration, ConfigurationProvider,
@@ -131,7 +142,7 @@ of a <em>Tamaya</em> release and which n
 <ul>
 <li>Finally the dhe <strong>Documentation</strong> module contains overall documentations in <em>asciidoc</em> .</li>
 </ul>
-<h1 id="api">API</h1>
+<h1 id="api">API<a class="headerlink" href="#api" title="Permanent link">&para;</a></h1>
 <p>The <strong>API</strong> models a complete Java SE API for configuration. It is possible to implement an application completely
 against this API only. The API takes about 20k of disk space (Java 8) and is available from Maven central as</p>
 <div class="codehilite"><pre>   <span class="nt">&lt;dependency&gt;</span>
@@ -144,7 +155,7 @@ against this API only. The API takes abo
 
 <p>Nevertheless the API is also minimalistic and many users will wish more functionality available. This is where
 so called <em>Tamaya</em> extensions come into the place (see later).</p>
-<h1 id="core">Core</h1>
+<h1 id="core">Core<a class="headerlink" href="#core" title="Permanent link">&para;</a></h1>
 <p>The Core module implements the API based on Java SE and provides additional features as useful.
 The Core part hereby does <em>not have any external dependencies</em>, beside the API and also only takes about 70k of space.
 So with the API less than 100k of space is needed for configuring your application.
@@ -190,13 +201,13 @@ follows (first sources have lower priori
 <li><strong>Environment Properties</strong>, mapped to <em>env.*</em>
 The_.properties_ format hereby is as defined by <em>java.util.Properties</em>.</li>
 </ul>
-<h1 id="modules">Modules</h1>
+<h1 id="modules">Modules<a class="headerlink" href="#modules" title="Permanent link">&para;</a></h1>
 <p>Tamaya ships with several extension modules that provide additional APIs, SPIs or integration functionality. The
 most important ones are shortly listed in this section.</p>
-<h2 id="configuration-injection">Configuration Injection</h2>
+<h2 id="configuration-injection">Configuration Injection<a class="headerlink" href="#configuration-injection" title="Permanent link">&para;</a></h2>
 <p>Now with JSR 299/330 we all are aware of inversion of control and dependency injection as a very elegant way to resolve
 our dependencies. The same is also true for configuration. Instead of adding boilerplate configuration code just let
-_Tamaya: do the work for you. To use this feature simply add the following dependency to your porject:</p>
+_Tamaya: do the work for you. To use this feature simply add the following dependency to your project:</p>
 <div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.tamaya.ext<span class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>tamaya-innject<span class="nt">&lt;/artifactId&gt;</span>
@@ -245,17 +256,17 @@ annotations on your template and let <em
 </pre></div>
 
 
-<h2 id="integrations">Integrations</h2>
+<h2 id="integrations">Integrations<a class="headerlink" href="#integrations" title="Permanent link">&para;</a></h2>
 <p>Integrations adapt <em>Tamaya</em> for being interoperable with other solutions, or on the other way round
 existing configuration solutions can transparently hooked into <em>Tamaya</em>.</p>
-<h3 id="cdi-integration">CDI Integration</h3>
+<h3 id="cdi-integration">CDI Integration<a class="headerlink" href="#cdi-integration" title="Permanent link">&para;</a></h3>
 <p>Planned for the future.</p>
-<h3 id="spring-integration">Spring Integration</h3>
+<h3 id="spring-integration">Spring Integration<a class="headerlink" href="#spring-integration" title="Permanent link">&para;</a></h3>
 <p>Planned for the future.</p>
-<h3 id="apache-commons-configuration-integration">Apache Commons Configuration Integration</h3>
+<h3 id="apache-commons-configuration-integration">Apache Commons Configuration Integration<a class="headerlink" href="#apache-commons-configuration-integration" title="Permanent link">&para;</a></h3>
 <p>Planned for the future.</p>
-<h2 id="meta-models">Meta-Models</h2>
-<h3 id="simple-meta-model">Simple (Meta-Model)</h3>
+<h2 id="meta-models">Meta-Models<a class="headerlink" href="#meta-models" title="Permanent link">&para;</a></h2>
+<h3 id="simple-meta-model">Simple (Meta-Model)<a class="headerlink" href="#simple-meta-model" title="Permanent link">&para;</a></h3>
 <p>This meta-model module provides a simple, but already powerful configuration meta-model suitable for most SE
 applications. To use it, you just must simply add the following dependency:</p>
 <div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
@@ -285,11 +296,11 @@ counterpart:</p>
 </pre></div>
 
 
-<h3 id="classloader-aware-meta-model">Classloader Aware Meta-Model</h3>
+<h3 id="classloader-aware-meta-model">Classloader Aware Meta-Model<a class="headerlink" href="#classloader-aware-meta-model" title="Permanent link">&para;</a></h3>
 <p>Planned for the future.</p>
-<h3 id="java-ee-base-meta-model">Java EE Base Meta-Model</h3>
+<h3 id="java-ee-base-meta-model">Java EE Base Meta-Model<a class="headerlink" href="#java-ee-base-meta-model" title="Permanent link">&para;</a></h3>
 <p>Planned for the future.</p>
-<h2 id="environment-module">Environment Module</h2>
+<h2 id="environment-module">Environment Module<a class="headerlink" href="#environment-module" title="Permanent link">&para;</a></h2>
 <p>Planned for the future.</p>
           </div>
       </div>
@@ -297,7 +308,7 @@ counterpart:</p>
       <hr>
 
       <footer>
-        <p>Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Copyright © 2014-2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
         <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>
 

Modified: websites/staging/tamaya/trunk/content/news.html
==============================================================================
--- websites/staging/tamaya/trunk/content/news.html (original)
+++ websites/staging/tamaya/trunk/content/news.html Tue Aug  4 15:55:27 2015
@@ -80,11 +80,24 @@
                 <h1>Apache Tamaya News
</h1>
 				  <img src="http://incubator.apache.org/images/egg-logo.png" alt="The Apache Software Foundation - Incubator" align="right"/>
               </div>
-              <div class="toc">
+              <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<div class="toc">
 <ul>
 <li><a href="#overview">Overview</a><ul>
-<li><a href="#project-page-updated-232014">Project Page Updated (2.3.2014)</a></li>
-<li><a href="#api-entered-stabilization-132014">API entered stabilization (1.3.2014)</a></li>
+<li><a href="#project-page-updated-452015">Project Page Updated (4.5.2015)</a></li>
+<li><a href="#api-streamlined-142015">API streamlined (1.4.2015)</a></li>
+<li><a href="#project-page-updated-232015">Project Page Updated (2.3.2015)</a></li>
+<li><a href="#api-entered-stabilization-132015">API entered stabilization (1.3.2015)</a></li>
 <li><a href="#apache-cms-9122014">Apache CMS (9.12.2014)</a></li>
 <li><a href="#first-report-december-2014">First report December 2014</a></li>
 <li><a href="#initial-code-contribution-by-anatole-tresch-november-2014">Initial Code Contribution by Anatole Tresch (November 2014)</a></li>
@@ -97,20 +110,24 @@
 </ul>
 </div>
 <hr />
-<h1 id="overview">Overview</h1>
-<h2 id="project-page-updated-232014">Project Page Updated (2.3.2014)</h2>
-<p>Updated project page, preparing first release.</p>
-<h2 id="api-entered-stabilization-132014">API entered stabilization (1.3.2014)</h2>
+<h1 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h1>
+<h2 id="project-page-updated-452015">Project Page Updated (4.5.2015)<a class="headerlink" href="#project-page-updated-452015" title="Permanent link">&para;</a></h2>
+<p>Updated project page, also adding information on the available modules and examples created during Javaland conference.</p>
+<h2 id="api-streamlined-142015">API streamlined (1.4.2015)<a class="headerlink" href="#api-streamlined-142015" title="Permanent link">&para;</a></h2>
+<p>API was further simplified.</p>
+<h2 id="project-page-updated-232015">Project Page Updated (2.3.2015)<a class="headerlink" href="#project-page-updated-232015" title="Permanent link">&para;</a></h2>
+<p>Updated project page.</p>
+<h2 id="api-entered-stabilization-132015">API entered stabilization (1.3.2015)<a class="headerlink" href="#api-entered-stabilization-132015" title="Permanent link">&para;</a></h2>
 <p>Basic API and Core implementations are ongoing stabilization for preparing first release.</p>
-<h2 id="apache-cms-9122014">Apache CMS (9.12.2014)</h2>
+<h2 id="apache-cms-9122014">Apache CMS (9.12.2014)<a class="headerlink" href="#apache-cms-9122014" title="Permanent link">&para;</a></h2>
 <p>The setup of the project-site in Apache CMS started.</p>
-<h2 id="first-report-december-2014">First report December 2014</h2>
+<h2 id="first-report-december-2014">First report December 2014<a class="headerlink" href="#first-report-december-2014" title="Permanent link">&para;</a></h2>
 <p>We submitted the first report to <a href="http://wiki.apache.org/incubator/November2014">http://wiki.apache.org/incubator/December2014</a></p>
-<h2 id="initial-code-contribution-by-anatole-tresch-november-2014">Initial Code Contribution by Anatole Tresch (November 2014)</h2>
+<h2 id="initial-code-contribution-by-anatole-tresch-november-2014">Initial Code Contribution by Anatole Tresch (November 2014)<a class="headerlink" href="#initial-code-contribution-by-anatole-tresch-november-2014" title="Permanent link">&para;</a></h2>
 <p>Anatole Tresch submitted its GitHub project into the Apache git repository.</p>
-<h2 id="twitter-account-november-2014">Twitter Account (November 2014)</h2>
+<h2 id="twitter-account-november-2014">Twitter Account (November 2014)<a class="headerlink" href="#twitter-account-november-2014" title="Permanent link">&para;</a></h2>
 <p>We created our Twitter account @TamayaConf</p>
-<h2 id="vote-closed-tbd">Vote closed (tbd)</h2>
+<h2 id="vote-closed-tbd">Vote closed (tbd)<a class="headerlink" href="#vote-closed-tbd" title="Permanent link">&para;</a></h2>
 <p>The vote to join the incubator was closed. There were xxx binding +1 votes, xxx non-binding +1 votes and no -1 votes. In parallel several other folks showed up and told us that they are interested to join the effort.</p>
 <p>We start with the following initial committers (and therefore PPMC members):</p>
 <ul>
@@ -128,9 +145,9 @@
 <li>Gerhard Petracek</li>
 <li>Mark Struberg</li>
 </ul>
-<h2 id="vote-to-join-the-incubator-4122011">Vote to join the Incubator (4.12.2011)</h2>
+<h2 id="vote-to-join-the-incubator-4122011">Vote to join the Incubator (4.12.2011)<a class="headerlink" href="#vote-to-join-the-incubator-4122011" title="Permanent link">&para;</a></h2>
 <p>Anatole Tresch started the official <a href="http://s.apache.org/h8">vote</a>.</p>
-<h2 id="proposal-30112011">Proposal (30.11.2011)</h2>
+<h2 id="proposal-30112011">Proposal (30.11.2011)<a class="headerlink" href="#proposal-30112011" title="Permanent link">&para;</a></h2>
 <p>After some discussions on the general mailing list Anatole Tresch submitted the <a href="http://wiki.apache.org/incubator/TamayaProposal">proposal</a>.</p>
           </div>
       </div>
@@ -138,7 +155,7 @@
       <hr>
 
       <footer>
-        <p>Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Copyright © 2014-2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
         <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>
 

Modified: websites/staging/tamaya/trunk/content/quickstart.html
==============================================================================
--- websites/staging/tamaya/trunk/content/quickstart.html (original)
+++ websites/staging/tamaya/trunk/content/quickstart.html Tue Aug  4 15:55:27 2015
@@ -80,7 +80,18 @@
                 <h1>Tamaya Quickstart
</h1>
 				  <img src="http://incubator.apache.org/images/egg-logo.png" alt="The Apache Software Foundation - Incubator" align="right"/>
               </div>
-              <div class="toc">
+              <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<div class="toc">
 <ul>
 <li><a href="#minimal-dependency">Minimal Dependency</a></li>
 <li><a href="#adding-additional-features">Adding additional features</a><ul>
@@ -92,7 +103,7 @@
 </ul>
 </div>
 <hr />
-<h1 id="minimal-dependency">Minimal Dependency</h1>
+<h1 id="minimal-dependency">Minimal Dependency<a class="headerlink" href="#minimal-dependency" title="Permanent link">&para;</a></h1>
 <p>The fastest way to start with Tamaya is just using the <em>Core</em> implementation, implementing the <em>API</em> in small,
 minimalistic way. FOr that add the following dependency to your project:</p>
 <div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
@@ -133,11 +144,11 @@ ordinals (used, if no custom ordinal is
 <p>If you want to add additional file locations or formats or other functionality you miss, have a look at the numerous
 Tamaya extension modules (see below). Or just implement a PropertySource (or PropertySourceProvider) on your own and register
 it using the Java ServiceLoader.</p>
-<h1 id="adding-additional-features">Adding additional features</h1>
+<h1 id="adding-additional-features">Adding additional features<a class="headerlink" href="#adding-additional-features" title="Permanent link">&para;</a></h1>
 <p>There many modules that extend the capabilities of Tamaya. These modules doe not depend on core, so alternative
 implementations of the Tamaya API should work similarly. Following a small extract of most important modules
 available (or available soon):</p>
-<h2 id="dynamic-resolution-and-value-placeholders">Dynamic Resolution and Value Placeholders</h2>
+<h2 id="dynamic-resolution-and-value-placeholders">Dynamic Resolution and Value Placeholders<a class="headerlink" href="#dynamic-resolution-and-value-placeholders" title="Permanent link">&para;</a></h2>
 <div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>org.apache.tamaya.ext<span class="nt">&lt;/id&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>tamaya-resolver<span class="nt">&lt;/artifactId&gt;</span>
@@ -153,8 +164,8 @@ a <em>Resolver</em> singleton:</p>
 <span class="n">String</span> <span class="n">resolved</span> <span class="p">=</span> <span class="n">Resolver</span><span class="p">.</span><span class="n">evaluateExpression</span><span class="p">(</span><span class="n">myExpression</span><span class="p">);</span>
 </pre></div>
 
-
-<h2 id="ant-styled-path-resolution-of-resources">Ant-styled Path Resolution of Resources</h2>
+cycles done.</p>
+<h2 id="ant-styled-path-resolution-of-resources">Ant-styled Path Resolution of Resources<a class="headerlink" href="#ant-styled-path-resolution-of-resources" title="Permanent link">&para;</a></h2>
 <div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>org.apache.tamaya.ext<span class="nt">&lt;/id&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>tamaya-resolution<span class="nt">&lt;/artifactId&gt;</span>
@@ -170,7 +181,7 @@ resource description, e.g.</p>
 
 
 <p>For further details refer to the module documentation.</p>
-<h2 id="configuration-injection">Configuration Injection</h2>
+<h2 id="configuration-injection">Configuration Injection<a class="headerlink" href="#configuration-injection" title="Permanent link">&para;</a></h2>
 <div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>org.apache.tamaya.ext<span class="nt">&lt;/id&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>tamaya-inject<span class="nt">&lt;/artifactId&gt;</span>
@@ -216,14 +227,14 @@ corresponding configuration:</p>
 <li><em>url</em> referencing a resource addressable by an URL.</li>
 <li><em>file</em> referencing a file, replacing the expression with the file's text value.</li>
 <li><em>resource</em> referencing a classpath resource, replacing the expression with the resource's text value.</li>
-</ul>
+</pre></div>
           </div>
       </div>
 
       <hr>
 
       <footer>
-        <p>Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Copyright © 2014-2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
         <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>
 
@@ -248,4 +259,3 @@ corresponding configuration:</p>
     <script src="./resources/js/bootstrap-carousel.js"></script>
     <script src="./resources/js/bootstrap-typeahead.js"></script>
 </body>
-</html>

Modified: websites/staging/tamaya/trunk/content/sitemap.html
==============================================================================
--- websites/staging/tamaya/trunk/content/sitemap.html (original)
+++ websites/staging/tamaya/trunk/content/sitemap.html Tue Aug  4 15:55:27 2015
@@ -40,7 +40,18 @@
         </form>
       </div>
       <div class="clear"></div>
-      <div id="content" class="grid_16"><div class="section-content"><ul>
+      <div id="content" class="grid_16"><div class="section-content"><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<ul>
 <li><a href="/community.html">Community</a></li>
 <li><a href="/documentation.html">Documentation</a></li>
 <li><a href="/download.html">Download</a></li>

Modified: websites/staging/tamaya/trunk/content/source.html
==============================================================================
--- websites/staging/tamaya/trunk/content/source.html (original)
+++ websites/staging/tamaya/trunk/content/source.html Tue Aug  4 15:55:27 2015
@@ -80,7 +80,19 @@
                 <h1>Source</h1>
 				  <img src="http://incubator.apache.org/images/egg-logo.png" alt="The Apache Software Foundation - Incubator" align="right"/>
               </div>
-              <p>The current source code can be found at:</p>
+              <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="source-code">Source Code<a class="headerlink" href="#source-code" title="Permanent link">&para;</a></h1>
+<p>The current source code can be found at:</p>
 <ul>
 <li><a href="http://git-wip-us.apache.org/repos/asf/incubator-tamaya.git">http://git-wip-us.apache.org/repos/asf/incubator-tamaya.git (read-only)</a></li>
 <li><a href="https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git">https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git</a></li>
@@ -89,6 +101,11 @@
 <ul>
 <li><a href="https://github.com/apache/incubator-tamaya.git">https://github.com/apache/incubator-tamaya</a></li>
 </ul>
+<h1 id="building-the-source">Building The Source<a class="headerlink" href="#building-the-source" title="Permanent link">&para;</a></h1>
+<p>We use maven to build the source code.  Since we have both Java 7 and Java 8 compliant modules, we require both JDKs
+to be installed on the client machine.  To dthis, we use <a href="https://maven.apache.org/guides/mini/guide-using-toolchains.html">Maven Toolchains</a> to link to both JDKs.  Your toolchains.xml
+should have references to both 1.7 and 1.8 in it.</p>
+<h1 id="contributions">Contributions<a class="headerlink" href="#contributions" title="Permanent link">&para;</a></h1>
 <p>If you like to contribute to this project please also refer also to our <a href="./contributors.html">Contributors section</a>.</p>
           </div>
       </div>
@@ -96,7 +113,7 @@
       <hr>
 
       <footer>
-        <p>Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Copyright © 2014-2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
         <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>
 

Modified: websites/staging/tamaya/trunk/content/suggested-git-workflows.html
==============================================================================
--- websites/staging/tamaya/trunk/content/suggested-git-workflows.html (original)
+++ websites/staging/tamaya/trunk/content/suggested-git-workflows.html Tue Aug  4 15:55:27 2015
@@ -80,7 +80,18 @@
                 <h1></h1>
 				  <img src="http://incubator.apache.org/images/egg-logo.png" alt="The Apache Software Foundation - Incubator" align="right"/>
               </div>
-              <div class="toc">
+              <style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<div class="toc">
 <ul>
 <li><a href="#suggested-git-workflows">Suggested GIT workflows</a><ul>
 <li><a href="#avoid-git-pull">Avoid git-pull!</a></li>
@@ -99,15 +110,15 @@
 </ul>
 </div>
 <hr />
-<h1 id="suggested-git-workflows">Suggested GIT workflows</h1>
-<h2 id="avoid-git-pull">Avoid git-pull!</h2>
+<h1 id="suggested-git-workflows">Suggested GIT workflows<a class="headerlink" href="#suggested-git-workflows" title="Permanent link">&para;</a></h1>
+<h2 id="avoid-git-pull">Avoid git-pull!<a class="headerlink" href="#avoid-git-pull" title="Permanent link">&para;</a></h2>
 <p>git-pull should never get invoked if you have dirty files lying around or if your branch is ahead of master.
 This will always lead to some dirty artifacts in the commit history:</p>
 <div class="codehilite"><pre><span class="n">Merge</span> <span class="n">branch</span> <span class="s">&#39;master&#39;</span> <span class="n">of</span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">git</span><span class="o">-</span><span class="n">wip</span><span class="o">-</span><span class="n">us</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">tamaya</span> <span class="n">into</span> <span class="n">master</span>
 </pre></div>
 
 
-<h2 id="git-pull-rebase">git pull --rebase</h2>
+<h2 id="git-pull-rebase">git pull --rebase<a class="headerlink" href="#git-pull-rebase" title="Permanent link">&para;</a></h2>
 <p>An easy version for getting rid of the auto-merges is using </p>
 <div class="codehilite"><pre><span class="c">%&gt; git pull --rebase</span>
 </pre></div>
@@ -115,7 +126,7 @@ This will always lead to some dirty arti
 
 <p>Please note that this sometimes trashes your working tree if there are unmergeable files around. Cleaning this up with
 a forced manual rebase is not something we would recommend for a git beginner.</p>
-<h3 id="working-in-an-own-branch">Working in an own branch</h3>
+<h3 id="working-in-an-own-branch">Working in an own branch<a class="headerlink" href="#working-in-an-own-branch" title="Permanent link">&para;</a></h3>
 <p>This is actually the suggested way to prevent auto-merges.</p>
 <p>Create an own branch where you do your feature work. Either do all your work in one branch or create one branch per
 feature you are working on.</p>
@@ -153,8 +164,8 @@ If all is well, go back to the master br
 </pre></div>
 
 
-<h2 id="contribution-workflow">Contribution workflow</h2>
-<h3 id="creating-patches">Creating patches</h3>
+<h2 id="contribution-workflow">Contribution workflow<a class="headerlink" href="#contribution-workflow" title="Permanent link">&para;</a></h2>
+<h3 id="creating-patches">Creating patches<a class="headerlink" href="#creating-patches" title="Permanent link">&para;</a></h3>
 <p>You should use the following workflow, if you plan to contribute patches or new features to Tamaya.</p>
 <p>First update you local copy of the repository:</p>
 <div class="codehilite"><pre><span class="c">%&gt; git checkout master</span>
@@ -192,7 +203,7 @@ latest changes from the upstream reposit
 
 
 <p>Please attach the resulting patch file to the correspoding JIRA issue.</p>
-<h3 id="applying-patches">Applying patches</h3>
+<h3 id="applying-patches">Applying patches<a class="headerlink" href="#applying-patches" title="Permanent link">&para;</a></h3>
 <p>If you are a committer and want to apply a patch you should do so in a separate branch.</p>
 <div class="codehilite"><pre><span class="c">%&gt; git checkout -b TAMAYA-XXX</span>
 </pre></div>
@@ -211,7 +222,7 @@ latest changes from the upstream reposit
 </pre></div>
 
 
-<h2 id="discussion-workflow-optional">Discussion workflow (optional)</h2>
+<h2 id="discussion-workflow-optional">Discussion workflow (optional)<a class="headerlink" href="#discussion-workflow-optional" title="Permanent link">&para;</a></h2>
 <p>All discussions which lead to a decision take place on the mailing list. Sometimes it's required to show-case an idea
 esp. if the solution is more than few lines. As shown above it makes sense to use local branches for developing new
 parts. Git allows to push such local branches to a public repository. So it's easier to share it with the community
@@ -246,7 +257,7 @@ A contributor has to follow the steps de
       <hr>
 
       <footer>
-        <p>Copyright © 2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p>Copyright © 2014-2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
         <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>