You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2013/09/26 08:09:53 UTC

svn commit: r1526392 - /incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext

Author: mibo
Date: Thu Sep 26 06:09:52 2013
New Revision: 1526392

URL: http://svn.apache.org/r1526392
Log:
CMS commit to olingo by mibo

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext?rev=1526392&r1=1526391&r2=1526392&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/read_expand.mdtext Thu Sep 26 06:09:52 2013
@@ -31,13 +31,13 @@ Setup of [Basic Read Scenario](basicread
 ## Shortcut 
 If you like to directly experiment with the results of the extented basic read scenario, you can use this shortcut: 
 
-  - Download and unzip [Olingo Tutorial 'Basic Read with $expand extension' Project](apache-olingo-tutorial-adv_read_expand) to your local drive which is then your odata project folder (referenced as `$ODATA_PROJECT_HOME` in the turorial).
+  - Download and unzip [Olingo Tutorial 'Basic Read with $expand extension' Project](apache-olingo-tutorial-adv_read_expand) to your local drive which is your OData Tutorial project folder (referenced as `$ODATA_PROJECT_HOME` in the turorial).
   - Start the command line tool and execute the following command in the folder `$ODATA_PROJECT_HOME` 
     - `mvn eclipse:eclipse clean install` 
   - Go into Eclipse and import the project into your workspace by... 
     - Menue *File -> Import*... 
     - *Existing projects into workspace*, then choose the `$ODATA_PROJECT_HOME` folder 
-   - Select both projects *olingo.odata2.sample.service* and *olingo.odata2.sample.web* and press *Finish*. 
+    - Select both projects *olingo.odata2.sample.service* and *olingo.odata2.sample.web* and press *Finish*. 
 
 ## Set Up your development project 
 If [Basic Read Scenario](basicread) is already set up nothing additional is to do. Otherwise please follow the Setup section of the [Basic Read Scenario](basicread).