You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by de...@apache.org on 2014/01/02 07:54:55 UTC

svn commit: r1554750 - /incubator/olingo/site/trunk/content/doc/tutorials/jparedefinemetadata.mdtext

Author: deepa
Date: Thu Jan  2 06:54:55 2014
New Revision: 1554750

URL: http://svn.apache.org/r1554750
Log:
CMS commit to olingo by deepa

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/jparedefinemetadata.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/jparedefinemetadata.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/jparedefinemetadata.mdtext?rev=1554750&r1=1554749&r2=1554750&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/jparedefinemetadata.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/jparedefinemetadata.mdtext Thu Jan  2 06:54:55 2014
@@ -45,14 +45,11 @@ The OData JPA Processor Library applies 
 		<?xml version="1.0" encoding="UTF-8"?>
 		<!--
  		  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
+                  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
   
-           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 ANYKIND, either express or implied.  
-          See the License for the specific language governing permissions and limitations under the License.
+                  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 ANYKIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
 		-->
 		<xs:schema attributeFormDefault="unqualified"
 	        elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"
@@ -63,9 +60,10 @@ The OData JPA Processor Library applies 
 				<xs:annotation>
 					<xs:documentation xml:lang="en">
 					    Java Persistence (JPA) -
-					    Entity Data Model (EDM) Mapping schema. The schema defines a mapping model to describe EDM names for entity types, entity sets, entity properties, 
-                        entity navigation properties. By default the names of Java Persistence entity types, entity attributes and entity relationships are transformed into their corresponding EDM names. 
-                        To override the default names the mapping model is defined.
+					    Entity Data Model (EDM) Mapping schema. The schema defines a mapping model to describe EDM names for entity types, entity sets,
+                                            entity properties, entity navigation properties. By default the names of Java Persistence entity types, entity attributes 
+                                            and entity relationships are transformed into their corresponding EDM names. To override the default names the mapping model
+                                            is defined.
 
                   *Note*:- Define the mapping model for only those default names that needs to be overridden.