Author: mibo
Date: Tue May 19 08:46:11 2015
New Revision: 1680203
URL: http://svn.apache.org/r1680203
Log:
Updated license header
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read.mdtext
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read_mvn.mdtext
olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.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=1680203&r1=1680202&r2=1680203&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 May 19 08:46:11 2015
@@ -1,4 +1,4 @@
-Title:
+Title: Tutorial - Read service with Olingo V4
Notice: Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read_mvn.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read_mvn.mdtext?rev=1680203&r1=1680202&r2=1680203&view=diff
==============================================================================
---
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read_mvn.mdtext
(original)
+++
olingo/site/trunk/content/doc/odata4/tutorials/read/tutorial_read_mvn.mdtext
Tue May 19 08:46:11 2015
@@ -1,4 +1,4 @@
-Title:
+Title: Tutorial - Read service with Olingo V4 - Maven appendix
Notice: Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -30,7 +30,7 @@ To create a Maven project without Eclips
-DarchetypeArtifactId=maven-archetype-webapp \
-DinteractiveMode=false
-
+
This creates a project skeleton.
Afterwards, use the goal `eclipse:eclipse` in order to make the project
Eclipse-like.
This allows to import the project into Eclipse using the default
Eclipse-importer:
@@ -73,4 +73,4 @@ To add support for run the Demo Service
</build>
-Afterwards it is possible to call `mvn` (or `mvn jetty:run`) on the console to
build the project and start the Jetty server on <http://localhost:8080>
\ No newline at end of file
+Afterwards it is possible to call `mvn` (or `mvn jetty:run`) on the console to
build the project and start the Jetty server on <http://localhost:8080>
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext?rev=1680203&r1=1680202&r2=1680203&view=diff
==============================================================================
---
olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext
(original)
+++
olingo/site/trunk/content/doc/odata4/tutorials/readep/tutorial_readep.mdtext
Tue May 19 08:46:11 2015
@@ -1,3 +1,21 @@
+Title: Tutorial - Read service with Olingo V4
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
# How to build an OData Service with Olingo V4
## Part 2: Read scenario continued