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 2014/01/22 06:27:22 UTC

svn commit: r895053 - in /websites/staging/olingo/trunk/content: ./ doc/sample-setup.html

Author: buildbot
Date: Wed Jan 22 05:27:21 2014
New Revision: 895053

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/sample-setup.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 22 05:27:21 2014
@@ -1 +1 @@
-1560254
+1560255

Modified: websites/staging/olingo/trunk/content/doc/sample-setup.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/sample-setup.html (original)
+++ websites/staging/olingo/trunk/content/doc/sample-setup.html Wed Jan 22 05:27:21 2014
@@ -73,13 +73,10 @@
             
             
             <h1 id="sample-project-setup">Sample Project Setup</h1>
-<p>Olingo has prepared a very simple sample car service that can work as a 
-starting point for implementing a custom OData service. This service consists
-of a very simple EDM with two entity sets that are cars and manufactures and 
-a memory based data provider that is a simple hash map.
-The project implements a very basic single OData processor supporting a minimal 
-readonly scenario. The project build result is a web application (war file) which
-can be deployed to any JEE compliant application server (e.g. Tomcat).</p>
+<p>Olingo has prepared a very simple sample car service that can work as a starting point for implementing a custom OData service. 
+This service consists of a very simple EDM with two entity sets that are cars and manufactures and a memory based data provider that is a simple hash map.
+Therefore the project implements a very basic single OData processor supporting a minimal readonly scenario. 
+If build with Maven the build result is a web application (<code>war</code> file) which can be deployed to any JEE compliant web application server (e.g. <a href="http://tomcat.apache.org">Tomcat</a>).</p>
 <hr />
 <h3 id="maven-archetype">Maven Archetype</h3>
 <p>Apache Olingo supports Maven archetypes that are a kind of project template for