Author: buildbot
Date: Thu Apr 30 13:46:20 2015
New Revision: 949724
Log:
Staging update by buildbot for olingo
Modified:
websites/staging/olingo/trunk/content/ (props changed)
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 30 13:46:20 2015
@@ -1 +1 @@
-1676921
+1676984
Modified:
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
==============================================================================
---
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
(original)
+++
websites/staging/olingo/trunk/content/doc/odata4/tutorials/read/tutorial_read.html
Thu Apr 30 13:46:20 2015
@@ -166,10 +166,12 @@ Furthermore, for building with maven, we
</ul>
<hr />
<h1 id="2-preparation">2. Preparation</h1>
-<p>Before starting off with the creation of our OData service, we need to
prepare for the following needs:
-1. An IDE for writing the Java code
-2. A builder to build the .war file, which will be deployed on server
-3. A web server to run our web application / OData service</p>
+<p>Before starting off with the creation of our OData service, we need to
prepare for the following needs:</p>
+<ol>
+<li>An IDE for writing the Java code</li>
+<li>A builder to build the .war file, which will be deployed on server</li>
+<li>A web server to run our web application / OData service</li>
+</ol>
<p>I recommend using Eclipse for all 3 needs, as it is the easiest approach.
This means, you should install the pre-packed Eclipse distribution called
âEclipse IDE for Java EE developersâ and which can be found here:
http://www.eclipse.org/downloads/</p>
<p><img alt="eclipseDownload" src="eclipseDownload.png" title="The Eclipse EE
download" /></p>