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/09/16 14:49:01 UTC

svn commit: r922397 - in /websites/staging/olingo/trunk/content: ./ doc/odata2/download.html doc/odata2/index.html

Author: buildbot
Date: Tue Sep 16 12:49:01 2014
New Revision: 922397

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/odata2/download.html
    websites/staging/olingo/trunk/content/doc/odata2/index.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 16 12:49:01 2014
@@ -1 +1 @@
-1625263
+1625266

Modified: websites/staging/olingo/trunk/content/doc/odata2/download.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata2/download.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata2/download.html Tue Sep 16 12:49:01 2014
@@ -143,7 +143,7 @@ on how to verify their integrity, authen
 according to the Apache Software Foundation best practices.
 Please make sure you check the following resources:</p>
 <ul>
-<li><a href="verification.html">Artifact verification</a> details</li>
+<li><a href="/verification.html">Artifact verification</a> details</li>
 <li>Developers and release managers PGP keys are publicly available <a href="http://apache.org/dist/incubator/olingo/KEYS">here</a>.</li>
 </ul><div align="center">
 <p>Copyright © 2013-2014, The Apache Software Foundation<br>

Modified: websites/staging/olingo/trunk/content/doc/odata2/index.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/odata2/index.html (original)
+++ websites/staging/olingo/trunk/content/doc/odata2/index.html Tue Sep 16 12:49:01 2014
@@ -94,38 +94,38 @@
 <h3 id="tutorials-odata-20">Tutorials (OData 2.0)</h3>
 <h5 id="olingo-for-client-usage">Olingo for Client usage</h5>
 <ul>
-<li><a href="/doc/tutorials/OlingoV2BasicClientSample.html">Client Sample Tutorial</a></li>
-<li><a href="/doc/tutorials/deltaClient.html">Consuming Delta Responses</a></li>
-<li><a href="/doc/tutorials/batchClientApi.html">How to use the Batch Client API</a></li>
+<li><a href="/doc/odata2/tutorials/OlingoV2BasicClientSample.html">Client Sample Tutorial</a></li>
+<li><a href="/doc/odata2/tutorials/deltaClient.html">Consuming Delta Responses</a></li>
+<li><a href="/doc/odata2/tutorials/batchClientApi.html">How to use the Batch Client API</a></li>
 </ul>
 <h5 id="olingo-for-server-usage">Olingo for Server usage</h5>
 <ul>
-<li><a href="/doc/tutorials/basicread.html">Read Scenario</a></li>
-<li><a href="/doc/tutorials/Olingo_Tutorial_BasicWrite.html">Write Scenario</a></li>
-<li><a href="/doc/tutorials/read_expand.html">Read Scenario - $expand</a></li>
-<li><a href="/doc/tutorials/read_media-resource.html">Read Scenario - Media Resources</a></li>
-<li><a href="/doc/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.html">Batch Scenario (read/write)</a></li>
-<li><a href="/doc/tutorials/delta.html">Delta Responses</a></li>
+<li><a href="/doc/odata2/tutorials/basicread.html">Read Scenario</a></li>
+<li><a href="/doc/odata2/tutorials/Olingo_Tutorial_BasicWrite.html">Write Scenario</a></li>
+<li><a href="/doc/odata2/tutorials/read_expand.html">Read Scenario - $expand</a></li>
+<li><a href="/doc/odata2/tutorials/read_media-resource.html">Read Scenario - Media Resources</a></li>
+<li><a href="/doc/odata2/tutorials/Olingo_Tutorial_AdvancedReadWrite_Batch.html">Batch Scenario (read/write)</a></li>
+<li><a href="/doc/odata2/tutorials/delta.html">Delta Responses</a></li>
 </ul>
 <h5 id="olingo-library-extensions">Olingo Library Extensions</h5>
 <ul>
-<li><a href="/doc/tutorials/CreateWebApp.html">Creating a Web Application Project for Transforming JPA Models into OData Services</a></li>
-<li><a href="/doc/tutorials/ExtendingtheEDM.html">Extending the EDM Generated from the JPA Models</a></li>
-<li><a href="/doc/tutorials/jpafunctionimport.html">Adding Function Imports to OData Services</a></li>
-<li><a href="/doc/tutorials/jparedefinemetadata.html">Redefine Metadata for JPA Model</a></li>
+<li><a href="/doc/odata2/tutorials/CreateWebApp.html">Creating a Web Application Project for Transforming JPA Models into OData Services</a></li>
+<li><a href="/doc/odata2/tutorials/ExtendingtheEDM.html">Extending the EDM Generated from the JPA Models</a></li>
+<li><a href="/doc/odata2/tutorials/jpafunctionimport.html">Adding Function Imports to OData Services</a></li>
+<li><a href="/doc/odata2/tutorials/jparedefinemetadata.html">Redefine Metadata for JPA Model</a></li>
 <li><a href="http://olingo.apache.org/doc/odata2/tutorials/DeltaQuerySupport.html">Delta Token Support</a></li>
 <li><a href="http://olingo.apache.org/doc/odata2/tutorials/HandlingClobAndBlob.html">Handling CLOB and BLOB Data Types</a></li>
 <li><a href="http://olingo.apache.org/doc/odata2/tutorials/CustomODataJPAProcessor.html">Custom OData JPA Processor</a></li>
-<li><a href="/doc/tutorials/AnnotationProcessorExtension.html">Creating a Web Application Project with Annotation Processor Extension</a></li>
+<li><a href="/doc/odata2/tutorials/AnnotationProcessorExtension.html">Creating a Web Application Project with Annotation Processor Extension</a></li>
 </ul>
 <h5 id="miscellaneous">Miscellaneous</h5>
 <ul>
-<li><a href="/doc/tutorials/servlet.html">Non JAX-RS support</a></li>
-<li><a href="/doc/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.html">Implementation of Filter Visitor</a></li>
-<li><a href="/doc/tutorials/Olingo_Tutorial_BasicRead_EDM.html">Parse Metadata</a></li>
-<li><a href="/doc/tutorials/Olingo_Tutorial_Advanced_Service_Resolution.html">Service Resolution</a></li>
-<li><a href="/doc/tutorials/debug.html">Debug Support and Custom Error Handling</a></li>
-<li><a href="/doc/tutorials/osgi.html">OSGi Support</a></li>
+<li><a href="/doc/odata2/tutorials/servlet.html">Non JAX-RS support</a></li>
+<li><a href="/doc/odata2/tutorials/Olingo_Tutorial_AdvancedRead_FilterVisitor.html">Implementation of Filter Visitor</a></li>
+<li><a href="/doc/odata2/tutorials/Olingo_Tutorial_BasicRead_EDM.html">Parse Metadata</a></li>
+<li><a href="/doc/odata2/tutorials/Olingo_Tutorial_Advanced_Service_Resolution.html">Service Resolution</a></li>
+<li><a href="/doc/odata2/tutorials/debug.html">Debug Support and Custom Error Handling</a></li>
+<li><a href="/doc/odata2/tutorials/osgi.html">OSGi Support</a></li>
 </ul>
 <h3 id="javadoc">Javadoc</h3>
 <ul>
@@ -135,7 +135,7 @@
 <ul>
 <li><a href="/doc/odata2/maven.html">Git and Maven Support</a></li>
 <li><a href="/doc/odata2/eclipse.html">Eclipse IDE Support</a></li>
-<li><a href="/doc/release.html">Release Documentation</a></li>
+<li><a href="/doc/odata2/release.html">Release Documentation</a></li>
 </ul><div align="center">
 <p>Copyright © 2013-2014, The Apache Software Foundation<br>
 				                Apache Olingo, Olingo, Apache, the Apache feather, and