Author: mibo
Date: Tue Apr 28 12:30:10 2015
New Revision: 1676514

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

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext

Modified: 
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
URL: 
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext?rev=1676514&r1=1676513&r2=1676514&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext 
(original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext 
Tue Apr 28 12:30:10 2015
@@ -53,6 +53,7 @@ http://localhost:8080/DemoService/DemoSe
 
 And the browser will display the following little collection of data:
 
+    :::json
     {
       "@odata.context": "$metadata#Products",
       "value": [
@@ -163,6 +164,7 @@ Furthermore, the pom.xml file tells Mave
 
 In our example, the pom.xml file looks as follows:
 
+    :::xml
     <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
        <modelVersion>4.0.0</modelVersion>


Reply via email to