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:06:20 UTC

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

Author: mibo
Date: Thu Sep 26 06:06:20 2013
New Revision: 1526390

URL: http://svn.apache.org/r1526390
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=1526390&r1=1526389&r2=1526390&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:06:20 2013
@@ -31,18 +31,16 @@ 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 
-  - Start the command line tool and execute the following command in the folder *olingo.odata2.sample* 
+  - 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).
+  - 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 *olingo.odata2.sample* folder 
+    - *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*. 
 
 ## Set Up your development project 
-If ***Basic Read Scenario*** is already set up nothing additional is to do. Otherwise please follow the Setup section of the ***Basic Read Scenario***.
-
-**[links: tbd]**
+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).
 
 ## Extend Basic Read Scenario
 The steps to extend the basic read with $expand support for the Car and Manufacturer entities (not entity sets) are to provide the expanded data via ODataCallbacks and register these for the corresponding navigation properties.