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/26 08:10:00 UTC

svn commit: r879941 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/read_expand.html

Author: buildbot
Date: Thu Sep 26 06:10:00 2013
New Revision: 879941

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Sep 26 06:10:00 2013
@@ -1 +1 @@
-1526391
+1526392

Modified: websites/staging/olingo/trunk/content/doc/tutorials/read_expand.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/read_expand.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/read_expand.html Thu Sep 26 06:10:00 2013
@@ -79,7 +79,7 @@ It shows how to call the <code>EntityPro
 <h2 id="shortcut">Shortcut</h2>
 <p>If you like to directly experiment with the results of the extented basic read scenario, you can use this shortcut: </p>
 <ul>
-<li>Download and unzip <a href="apache-olingo-tutorial-adv_read_expand">Olingo Tutorial 'Basic Read with $expand extension' Project</a> to your local drive which is then your odata project folder (referenced as <code>$ODATA_PROJECT_HOME</code> in the turorial).</li>
+<li>Download and unzip <a href="apache-olingo-tutorial-adv_read_expand">Olingo Tutorial 'Basic Read with $expand extension' Project</a> to your local drive which is your OData Tutorial project folder (referenced as <code>$ODATA_PROJECT_HOME</code> in the turorial).</li>
 <li>Start the command line tool and execute the following command in the folder <code>$ODATA_PROJECT_HOME</code> <ul>
 <li><code>mvn eclipse:eclipse clean install</code> </li>
 </ul>
@@ -87,9 +87,9 @@ It shows how to call the <code>EntityPro
 <li>Go into Eclipse and import the project into your workspace by... <ul>
 <li>Menue <em>File -&gt; Import</em>... </li>
 <li><em>Existing projects into workspace</em>, then choose the <code>$ODATA_PROJECT_HOME</code> folder </li>
+<li>Select both projects <em>olingo.odata2.sample.service</em> and <em>olingo.odata2.sample.web</em> and press <em>Finish</em>. </li>
 </ul>
 </li>
-<li>Select both projects <em>olingo.odata2.sample.service</em> and <em>olingo.odata2.sample.web</em> and press <em>Finish</em>. </li>
 </ul>
 <h2 id="set-up-your-development-project">Set Up your development project</h2>
 <p>If <a href="basicread">Basic Read Scenario</a> is already set up nothing additional is to do. Otherwise please follow the Setup section of the <a href="basicread">Basic Read Scenario</a>.</p>