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/25 04:39:13 UTC

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

Author: buildbot
Date: Wed Sep 25 02:39:12 2013
New Revision: 879798

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 Wed Sep 25 02:39:12 2013
@@ -1 +1 @@
-1525616
+1526087

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 Wed Sep 25 02:39:12 2013
@@ -79,10 +79,10 @@ The implementation of the Data Provider 
 <p><a href="../project-setup.html">Project Setup</a> is successfully done.</p>
 <h2 id="implement-your-odata-service">Implement your OData Service</h2>
 <h3 id="shortcut">Shortcut</h3>
-<p>As a shortcut you can download the <a href="cars-sample-basic-read.zip">Cars-Sample-Read-Basic Project</a>.</p>
+<p>As a shortcut you can download the <a href="apache-olingo-tutorial-basic_read">Olingo Tutorial 'Basic-Read' Project</a>.</p>
 <h3 id="deployment-descriptor">Deployment Descriptor</h3>
 <ul>
-<li>The sample-web project contains a Deployment Descriptor. Create the web.xml file in the org.apache.olingo.odata2.sample.web project by generating a Deployment Descriptor Stub. Replace the xml in the stub with the following deployment descriptor xml. </li>
+<li>The sample-web project contains a Deployment Descriptor. Create the web.xml file in the <code>olingo.odata2.sample.cars.web</code> project by generating a Deployment Descriptor Stub. Replace the xml in the stub with the following deployment descriptor xml. </li>
 </ul>
 <h6 id="sample-code">Sample Code</h6>
 <div class="codehilite"><pre><span class="cp">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</span>
@@ -114,7 +114,7 @@ The implementation of the Data Provider 
 
 <ul>
 <li>
-<p>Start the command line tool, goto folder <em>~git_repository~\org.apache.olingo.odata2.sample</em> and enter
+<p>Start the command line tool, goto folder <em>~git_repository~\org.apache.olingo.odata2.sample.cars</em> and enter
 <code>mvn clean install</code> to build your projects </p>
 </li>
 <li>