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:27:07 UTC

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

Author: buildbot
Date: Thu Sep 26 04:27:07 2013
New Revision: 879929

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:27:07 2013
@@ -1 +1 @@
-1526375
+1526376

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:27:07 2013
@@ -85,14 +85,13 @@
 <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>Go into Eclipse and import the project into your workspace by... </li>
-<li><strong>Menue "File" -&gt; "Import..."</strong> </li>
-<li><strong>"Existing projects into workspace" then choose the olingo.odata2.sample folder</strong> </li>
-<li><strong>Select both projects olingo.odata2.sample.service and olingo.odata2.sample.web and press "Finish"</strong> </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>
+<li>Select both projects olingo.odata2.sample.service and olingo.odata2.sample.web and press "Finish"</li>
 </ul>
 </li>
 </ul>
-<p><strong><em>[link, list: tbd]</em></strong></p>
 <h2 id="hints">Hints</h2>
 <ul>
 <li>Sometimes a code extension needs one or more new/additional imports. These are not shown in the examples because it would blow up the source code examples and normally the IDE should support an auto fix of missing imports during typing of the code or after an insert of copied code. </li>