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 2013/09/16 13:02:16 UTC

svn commit: r878602 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/basicread.html

Author: buildbot
Date: Mon Sep 16 11:02:15 2013
New Revision: 878602

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/tutorials/basicread.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Sep 16 11:02:15 2013
@@ -1 +1 @@
-1522608
+1523589

Modified: websites/staging/olingo/trunk/content/doc/tutorials/basicread.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/basicread.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/basicread.html Mon Sep 16 11:02:15 2013
@@ -69,7 +69,7 @@
             
             
             
-            <h1 id="read-scenario-odata-library-java">Read Scenario - OData Library (Java)</h1>
+            <h1 id="read-scenario">Read Scenario</h1>
 <h3 id="how-to-guide-for-building-a-sample-odata-service-with-the-odata-library-java">How To Guide for building a Sample OData service with the OData Library (Java)</h3>
 <p>This How To Guide prerequisites a Project Setup (Git, Maven, etc.) and then shows how to develop an OData Service and make the same available.
 It shows in addition how to implement the Model Provider to expose the Entity Data Model (EDM) and the Data Provider to expose the runtime data.
@@ -696,7 +696,6 @@ The implementation of the Data Provider 
 <p>After the implementation of the <code>MyODataSingleProcessor</code> the web application can be tested.</p>
 <ul>
 <li>Build your project. Remember? <code>mvn clean install</code> </li>
-<li>In Eclipse, run the Web Application via <em>Run As -&gt; Run on Server</em> </li>
 <li>Show the Manufacturers: ~/MyODataSample.svc/Manufacturers</li>
 <li>Show one Manufacturer: ~/MyODataSample.svc/Manufacturers(1)</li>
 <li>Show the Cars: ~/MyODataSample.svc/Cars</li>