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:10:51 UTC

svn commit: r1526394 - /incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext

Author: mibo
Date: Thu Sep 26 06:10:51 2013
New Revision: 1526394

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

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext?rev=1526394&r1=1526393&r2=1526394&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext Thu Sep 26 06:10:51 2013
@@ -38,7 +38,7 @@ If you like to directly experiment with 
   - Start the command line tool and run maven in the folder `$ODATA_PROJECT_HOME` to build the war file which then can be deployed. 
   - Deploy the resulting war to your favorite application server. For the LJS copy the war into the *$LJS_HOME/pickup* folder and start the server via `$LJS_HOME/go.sh`. 
   - Optional: To import the sample project into Eclipse run the following steps:
-    - Start the command line tool and run `mvn eclipse:eclipse clean install` in the folder *read.scenario.media-resource-extension* to generate the Eclipse project settings and do an initial build. 
+    - Start the command line tool and run `mvn eclipse:eclipse clean install` in the folder `$ODATA_PROJECT_HOME` to generate the Eclipse project settings and do an initial build. 
     - 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