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:40:43 UTC

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

Author: buildbot
Date: Tue Sep 16 12:40:43 2014
New Revision: 922395

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
    websites/staging/olingo/trunk/content/documentation2.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 16 12:40:43 2014
@@ -1 +1 @@
-1625261
+1625262

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:40:43 2014
@@ -136,7 +136,7 @@ implementing <a href="http://odata.org">
 <p>Apache Olingo OData2 artifacts are available at <a href="http://search.maven.org/#search|ga|1|org.apache.olingo">Maven Central</a>. For POM dependencies see <a href="/doc/odata2/maven.html">here</a>.</p>
 <h3 id="older-releases">Older Releases</h3>
 <p>For older releases please refer to <a href="http://archive.apache.org/dist/olingo/">Archives</a>
-or you can get them <a href="doc/maven.html">using Maven</a>.</p>
+or you can get them <a href="/doc/maven.html">using Maven</a>.</p>
 <h3 id="verify-authenticity-of-downloads-package">Verify Authenticity of Downloads package</h3>
 <p>While downloading the packages, make yourself familiar
 on how to verify their integrity, authenticity and provenience

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:40:43 2014
@@ -94,48 +94,48 @@
 <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/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>
 </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/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>
 </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/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="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/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/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>
 </ul>
 <h3 id="javadoc">Javadoc</h3>
 <ul>
-<li><a href="javadoc/odata2">Javadoc for OData 2.0 Library</a></li>
+<li><a href="/javadoc/odata2">Javadoc for OData 2.0 Library</a></li>
 </ul>
 <h3 id="olingo-project-setup-contributors">Olingo Project Setup (Contributors)</h3>
 <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/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

Modified: websites/staging/olingo/trunk/content/documentation2.html
==============================================================================
--- websites/staging/olingo/trunk/content/documentation2.html (original)
+++ websites/staging/olingo/trunk/content/documentation2.html Tue Sep 16 12:40:43 2014
@@ -139,7 +139,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/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