You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2014/03/27 17:17:15 UTC

svn commit: r903932 [14/23] - in /websites/staging/olingo/trunk/content: ./ javadoc/odata2/ javadoc/odata2/org/apache/olingo/odata2/annotation/processor/api/ javadoc/odata2/org/apache/olingo/odata2/annotation/processor/api/class-use/ javadoc/odata2/org...

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataMessageException.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataMessageException.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataMessageException.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:51 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataMessageException (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataMessageException (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataMessageException (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataMessageException (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>
@@ -99,12 +99,18 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="#org.apache.olingo.odata2.api.rt">org.apache.olingo.odata2.api.rt</a></td>
+<td class="colLast">
+<div class="block">Runtime Support</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.olingo.odata2.api.uri">org.apache.olingo.odata2.api.uri</a></td>
 <td class="colLast">
 <div class="block">URI Parser Facade</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.olingo.odata2.api.uri.expression">org.apache.olingo.odata2.api.uri.expression</a></td>
 <td class="colLast">
 <div class="block">Expression Parser</div>
@@ -296,6 +302,32 @@
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.olingo.odata2.api.rt">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../../../org/apache/olingo/odata2/api/exception/ODataMessageException.html" title="class in org.apache.olingo.odata2.api.exception">ODataMessageException</a> in <a href="../../../../../../../org/apache/olingo/odata2/api/rt/package-summary.html">org.apache.olingo.odata2.api.rt</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../../org/apache/olingo/odata2/api/rt/package-summary.html">org.apache.olingo.odata2.api.rt</a> with parameters of type <a href="../../../../../../../org/apache/olingo/odata2/api/exception/ODataMessageException.html" title="class in org.apache.olingo.odata2.api.exception">ODataMessageException</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><span class="strong">RuntimeDelegate.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/rt/RuntimeDelegate.html#extractExceptionMessage(org.apache.olingo.odata2.api.exception.ODataMessageException)">extractExceptionMessage</a></strong>(<a href="../../../../../../../org/apache/olingo/odata2/api/exception/ODataMessageException.html" title="class in org.apache.olingo.odata2.api.exception">ODataMessageException</a>&nbsp;exception)</code>
+<div class="block">Extract message of <a href="../../../../../../../org/apache/olingo/odata2/api/exception/ODataMessageException.html" title="class in org.apache.olingo.odata2.api.exception"><code>ODataMessageException</code></a> and return it as a string.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><span class="strong">RuntimeDelegate.RuntimeDelegateInstance.</span><code><strong><a href="../../../../../../../org/apache/olingo/odata2/api/rt/RuntimeDelegate.RuntimeDelegateInstance.html#extractExceptionMessage(org.apache.olingo.odata2.api.exception.ODataMessageException)">extractExceptionMessage</a></strong>(<a href="../../../../../../../org/apache/olingo/odata2/api/exception/ODataMessageException.html" title="class in org.apache.olingo.odata2.api.exception">ODataMessageException</a>&nbsp;exception)</code>
+<div class="block">Extract message of <a href="../../../../../../../org/apache/olingo/odata2/api/exception/ODataMessageException.html" title="class in org.apache.olingo.odata2.api.exception"><code>ODataMessageException</code></a> and return it as a string.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.olingo.odata2.api.uri">
 <!--   -->
 </a>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataMethodNotAllowedException.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataMethodNotAllowedException.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataMethodNotAllowedException.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:51 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataMethodNotAllowedException (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataMethodNotAllowedException (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataMethodNotAllowedException (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataMethodNotAllowedException (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataNotAcceptableException.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataNotAcceptableException.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataNotAcceptableException.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:51 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataNotAcceptableException (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataNotAcceptableException (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataNotAcceptableException (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataNotAcceptableException (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataNotFoundException.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataNotFoundException.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataNotFoundException.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:51 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataNotFoundException (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataNotFoundException (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataNotFoundException (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataNotFoundException (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataNotImplementedException.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataNotImplementedException.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataNotImplementedException.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:51 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataNotImplementedException (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataNotImplementedException (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataNotImplementedException (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataNotImplementedException (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataPreconditionFailedException.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataPreconditionFailedException.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataPreconditionFailedException.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:51 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataPreconditionFailedException (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataPreconditionFailedException (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataPreconditionFailedException (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataPreconditionFailedException (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataPreconditionRequiredException.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataPreconditionRequiredException.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataPreconditionRequiredException.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:51 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataPreconditionRequiredException (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataPreconditionRequiredException (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataPreconditionRequiredException (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataPreconditionRequiredException (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataServiceUnavailableException.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataServiceUnavailableException.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataServiceUnavailableException.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:51 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataServiceUnavailableException (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataServiceUnavailableException (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataServiceUnavailableException (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataServiceUnavailableException (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataUnsupportedMediaTypeException.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataUnsupportedMediaTypeException.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/class-use/ODataUnsupportedMediaTypeException.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:51 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataUnsupportedMediaTypeException (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.exception.ODataUnsupportedMediaTypeException (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataUnsupportedMediaTypeException (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.exception.ODataUnsupportedMediaTypeException (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-frame.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-frame.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-frame.html Thu Mar 27 16:16:55 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:49 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.exception (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api.exception (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-summary.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-summary.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-summary.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:49 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.exception (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api.exception (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api.exception (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="org.apache.olingo.odata2.api.exception (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-tree.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-tree.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-tree.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:49 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.exception Class Hierarchy (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api.exception Class Hierarchy (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api.exception Class Hierarchy (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="org.apache.olingo.odata2.api.exception Class Hierarchy (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-use.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-use.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/exception/package-use.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:55 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:37 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.olingo.odata2.api.exception (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Package org.apache.olingo.odata2.api.exception (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.olingo.odata2.api.exception (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Package org.apache.olingo.odata2.api.exception (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>
@@ -145,38 +145,44 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="#org.apache.olingo.odata2.api.rt">org.apache.olingo.odata2.api.rt</a></td>
+<td class="colLast">
+<div class="block">Runtime Support</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.olingo.odata2.api.uri">org.apache.olingo.odata2.api.uri</a></td>
 <td class="colLast">
 <div class="block">URI Parser Facade</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.olingo.odata2.api.uri.expression">org.apache.olingo.odata2.api.uri.expression</a></td>
 <td class="colLast">
 <div class="block">Expression Parser</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.olingo.odata2.jpa.processor.api">org.apache.olingo.odata2.jpa.processor.api</a></td>
 <td class="colLast">
 <div class="block">OData JPA Processor API Library</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.olingo.odata2.jpa.processor.api.exception">org.apache.olingo.odata2.jpa.processor.api.exception</a></td>
 <td class="colLast">
 <div class="block">OData JPA Processor API Library - Exceptions</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.olingo.odata2.jpa.processor.ref.extension">org.apache.olingo.odata2.jpa.processor.ref.extension</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.olingo.odata2.ref.edm">org.apache.olingo.odata2.ref.edm</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.olingo.odata2.ref.processor">org.apache.olingo.odata2.ref.processor</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -442,6 +448,23 @@
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.olingo.odata2.api.rt">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../../org/apache/olingo/odata2/api/exception/package-summary.html">org.apache.olingo.odata2.api.exception</a> used by <a href="../../../../../../org/apache/olingo/odata2/api/rt/package-summary.html">org.apache.olingo.odata2.api.rt</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../../org/apache/olingo/odata2/api/exception/class-use/ODataMessageException.html#org.apache.olingo.odata2.api.rt">ODataMessageException</a>
+<div class="block">DO NOT EXTEND THIS EXCEPTION</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
 <li class="blockList"><a name="org.apache.olingo.odata2.api.uri">
 <!--   -->
 </a>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-frame.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-frame.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-frame.html Thu Mar 27 16:16:55 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:48 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-summary.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-summary.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-summary.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:48 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="org.apache.olingo.odata2.api (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-tree.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-tree.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-tree.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:48 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api Class Hierarchy (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api Class Hierarchy (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api Class Hierarchy (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="org.apache.olingo.odata2.api Class Hierarchy (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-use.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-use.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/package-use.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:55 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:36 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.olingo.odata2.api (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Package org.apache.olingo.odata2.api (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.olingo.odata2.api (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Package org.apache.olingo.odata2.api (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataContext.RuntimeMeasurement.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataContext.RuntimeMeasurement.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataContext.RuntimeMeasurement.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:25 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataContext.RuntimeMeasurement (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>ODataContext.RuntimeMeasurement (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataContext.RuntimeMeasurement (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="ODataContext.RuntimeMeasurement (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataContext.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataContext.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataContext.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:25 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataContext (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>ODataContext (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataContext (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="ODataContext (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataErrorCallback.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataErrorCallback.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataErrorCallback.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:26 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataErrorCallback (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>ODataErrorCallback (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataErrorCallback (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="ODataErrorCallback (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataErrorContext.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataErrorContext.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataErrorContext.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:26 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataErrorContext (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>ODataErrorContext (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataErrorContext (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="ODataErrorContext (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataProcessor.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:26 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataProcessor (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>ODataProcessor (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataProcessor (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="ODataProcessor (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataRequest.ODataRequestBuilder.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:26 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataRequest.ODataRequestBuilder (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>ODataRequest.ODataRequestBuilder (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataRequest.ODataRequestBuilder (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="ODataRequest.ODataRequestBuilder (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataRequest.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataRequest.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataRequest.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:26 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataRequest (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>ODataRequest (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataRequest (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="ODataRequest (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.ODataResponseBuilder.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.ODataResponseBuilder.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.ODataResponseBuilder.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:26 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataResponse.ODataResponseBuilder (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>ODataResponse.ODataResponseBuilder (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataResponse.ODataResponseBuilder (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="ODataResponse.ODataResponseBuilder (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataResponse.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:26 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataResponse (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>ODataResponse (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataResponse (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="ODataResponse (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataSingleProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataSingleProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/ODataSingleProcessor.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:26 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataSingleProcessor (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>ODataSingleProcessor (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataSingleProcessor (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="ODataSingleProcessor (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.RuntimeMeasurement.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.RuntimeMeasurement.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.RuntimeMeasurement.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:34 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext.RuntimeMeasurement (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext.RuntimeMeasurement (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext.RuntimeMeasurement (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext.RuntimeMeasurement (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataContext.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataContext (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorCallback.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorCallback.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorCallback.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataErrorCallback (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataErrorCallback (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataErrorCallback (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataErrorCallback (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorContext.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorContext.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataErrorContext.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataErrorContext (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataErrorContext (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataErrorContext (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataErrorContext (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataProcessor.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataProcessor (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.ODataProcessor (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataProcessor (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.ODataProcessor (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>
@@ -357,7 +357,7 @@
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/olingo/odata2/ref/processor/ListsProcessor.html" title="class in org.apache.olingo.odata2.ref.processor">ListsProcessor</a></strong></code>
 <div class="block">Implementation of the centralized parts of OData processing,
- allowing to use the simplified <code>DataSource</code> for the
+ allowing to use the simplified DataSource for the
  actual data handling.</div>
 </td>
 </tr>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.ODataRequestBuilder.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.ODataRequestBuilder.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.ODataRequestBuilder.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest.ODataRequestBuilder (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest.ODataRequestBuilder (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest.ODataRequestBuilder (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest.ODataRequestBuilder (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataRequest.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataRequest (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.ODataResponseBuilder.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.ODataResponseBuilder.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.ODataResponseBuilder.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilder (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilder (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilder (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse.ODataResponseBuilder (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataResponse.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataResponse (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataSingleProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataSingleProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/class-use/ODataSingleProcessor.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataSingleProcessor (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Class org.apache.olingo.odata2.api.processor.ODataSingleProcessor (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataSingleProcessor (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Class org.apache.olingo.odata2.api.processor.ODataSingleProcessor (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>
@@ -212,7 +212,7 @@
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../org/apache/olingo/odata2/ref/processor/ListsProcessor.html" title="class in org.apache.olingo.odata2.ref.processor">ListsProcessor</a></strong></code>
 <div class="block">Implementation of the centralized parts of OData processing,
- allowing to use the simplified <code>DataSource</code> for the
+ allowing to use the simplified DataSource for the
  actual data handling.</div>
 </td>
 </tr>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/CustomContentType.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/CustomContentType.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/CustomContentType.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:25 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CustomContentType (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>CustomContentType (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CustomContentType (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="CustomContentType (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/ODataProcessorFeature.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/ODataProcessorFeature.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/ODataProcessorFeature.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:25 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ODataProcessorFeature (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>ODataProcessorFeature (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ODataProcessorFeature (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="ODataProcessorFeature (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/CustomContentType.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/CustomContentType.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/CustomContentType.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.feature.CustomContentType (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.feature.CustomContentType (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.feature.CustomContentType (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.feature.CustomContentType (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>
@@ -153,7 +153,7 @@
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../../org/apache/olingo/odata2/ref/processor/ListsProcessor.html" title="class in org.apache.olingo.odata2.ref.processor">ListsProcessor</a></strong></code>
 <div class="block">Implementation of the centralized parts of OData processing,
- allowing to use the simplified <code>DataSource</code> for the
+ allowing to use the simplified DataSource for the
  actual data handling.</div>
 </td>
 </tr>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/ODataProcessorFeature.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/ODataProcessorFeature.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/class-use/ODataProcessorFeature.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:52 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:33 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.olingo.odata2.api.processor.feature.ODataProcessorFeature (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Interface org.apache.olingo.odata2.api.processor.feature.ODataProcessorFeature (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.feature.ODataProcessorFeature (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Interface org.apache.olingo.odata2.api.processor.feature.ODataProcessorFeature (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>
@@ -179,7 +179,7 @@
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../../../org/apache/olingo/odata2/ref/processor/ListsProcessor.html" title="class in org.apache.olingo.odata2.ref.processor">ListsProcessor</a></strong></code>
 <div class="block">Implementation of the centralized parts of OData processing,
- allowing to use the simplified <code>DataSource</code> for the
+ allowing to use the simplified DataSource for the
  actual data handling.</div>
 </td>
 </tr>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-frame.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-frame.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-frame.html Thu Mar 27 16:16:55 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:49 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-summary.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-summary.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-summary.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:49 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-tree.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-tree.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-tree.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:49 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor.feature Class Hierarchy (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api.processor.feature Class Hierarchy (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api.processor.feature Class Hierarchy (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="org.apache.olingo.odata2.api.processor.feature Class Hierarchy (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-use.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-use.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/feature/package-use.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:55 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:37 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Package org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Package org.apache.olingo.odata2.api.processor.feature (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-frame.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-frame.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-frame.html Thu Mar 27 16:16:55 2014
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:49 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api.processor (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-summary.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-summary.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-summary.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:49 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api.processor (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api.processor (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="org.apache.olingo.odata2.api.processor (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-tree.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-tree.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-tree.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:49 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:30 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.olingo.odata2.api.processor Class Hierarchy (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>org.apache.olingo.odata2.api.processor Class Hierarchy (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.olingo.odata2.api.processor Class Hierarchy (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="org.apache.olingo.odata2.api.processor Class Hierarchy (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-use.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-use.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/package-use.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:55 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:37 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.olingo.odata2.api.processor (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>Uses of Package org.apache.olingo.odata2.api.processor (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.olingo.odata2.api.processor (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="Uses of Package org.apache.olingo.odata2.api.processor (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/BatchProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/BatchProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/BatchProcessor.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:26 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>BatchProcessor (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>BatchProcessor (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BatchProcessor (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="BatchProcessor (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>

Modified: websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityComplexPropertyProcessor.html
==============================================================================
--- websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityComplexPropertyProcessor.html (original)
+++ websites/staging/olingo/trunk/content/javadoc/odata2/org/apache/olingo/odata2/api/processor/part/EntityComplexPropertyProcessor.html Thu Mar 27 16:16:55 2014
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_09) on Mon Feb 10 13:03:44 CET 2014 -->
+<!-- Generated by javadoc (version 1.7.0_09) on Mon Mar 24 14:25:26 CET 2014 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>EntityComplexPropertyProcessor (olingo-odata2-parent-incubating 1.1.0 API)</title>
-<meta name="date" content="2014-02-10">
+<title>EntityComplexPropertyProcessor (olingo-odata2-parent 1.2.0 API)</title>
+<meta name="date" content="2014-03-24">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="EntityComplexPropertyProcessor (olingo-odata2-parent-incubating 1.1.0 API)";
+        parent.document.title="EntityComplexPropertyProcessor (olingo-odata2-parent 1.2.0 API)";
     }
 //-->
 </script>