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 06:34:53 UTC

svn commit: r879931 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/read_media-resource.html

Author: buildbot
Date: Thu Sep 26 04:34:53 2013
New Revision: 879931

Log:
Staging update by buildbot for olingo

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

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Sep 26 04:34:53 2013
@@ -1 +1 @@
-1526376
+1526382

Modified: websites/staging/olingo/trunk/content/doc/tutorials/read_media-resource.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/read_media-resource.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/read_media-resource.html Thu Sep 26 04:34:53 2013
@@ -83,8 +83,8 @@
 <li>Download and unzip the <a href="apache-olingo-tutorial-adv_read_mediaresource">Olingo Tutorial 'Basic Read with Media Resource extension' Project</a> to your local drive </li>
 <li>Start the command line tool and run maven in the folder <em>read.scenario.media-resource-extension</em> to build the war file which then can be deployed. </li>
 <li>Deploy the resulting war to your favorite application server. For the LJS copy the war into the <em>$LJS_HOME/pickup</em> folder and start the server via <code>$LJS_HOME/go.sh</code>. </li>
-<li>Optional: To import the sample project into Eclipse run the following steps: <ul>
-<li>Start the command line tool and run mvn eclipse:eclipse clean install in the folder <em>read.scenario.media-resource-extension</em> to generate the Eclipse project settings and do an initial build. </li>
+<li>Optional: To import the sample project into Eclipse run the following steps:<ul>
+<li>Start the command line tool and run <code>mvn eclipse:eclipse clean install</code> in the folder <em>read.scenario.media-resource-extension</em> to generate the Eclipse project settings and do an initial build. </li>
 <li>Go into Eclipse and import the project into your workspace by...</li>
 <li>Menue "File" -&gt; "Import..."</li>
 <li>"Existing projects into workspace" then choose the olingo.odata2.sample folder</li>