Author: chrish
Date: Tue Dec  8 14:56:10 2015
New Revision: 1718628

URL: http://svn.apache.org/viewvc?rev=1718628&view=rev
Log:
CMS commit to olingo by chrish

Modified:
    olingo/site/trunk/content/contribute.mdtext

Modified: olingo/site/trunk/content/contribute.mdtext
URL: 
http://svn.apache.org/viewvc/olingo/site/trunk/content/contribute.mdtext?rev=1718628&r1=1718627&r2=1718628&view=diff
==============================================================================
--- olingo/site/trunk/content/contribute.mdtext (original)
+++ olingo/site/trunk/content/contribute.mdtext Tue Dec  8 14:56:10 2015
@@ -38,15 +38,16 @@ The Olingo uses the following process fo
 
 
 ### Clone the Olingo Project
-The current development version can be found in the Apache git repository. 
Please note that there are two different repositories, one for Version 2 and 
one for Version 4 of the OData protocol.
+The current development version can be found in the Apache git repository. 
+Please note Olingo provides two different libraries. One one hand Olingo V2 
which implements the OData V2 specification and Olingo V4, which implements the 
OData V4 specification.
 
 To clone the current master branch of the Olingo project please use one of the 
following commands:
 
-**OData V2 Code**
+**Olingo V2 Code**
 
     git clone https://git-wip-us.apache.org/repos/asf/olingo-odata2
 
-**OData V4 code**
+**Olingo V4 code**
 
     git clone https://git-wip-us.apache.org/repos/asf/olingo-odata4
 
@@ -72,7 +73,7 @@ The Olingo project uses the following de
   - Critical - The bug should be resolved immediately and must be fixed before 
the next major release.
   - Major - This bug should be resolved as soon as possible in the normal 
course of development activity, before the software is released.
   - Minor (**default**) - This bug should be repaired after serious bugs have 
been fixed.
-  - Trivial -It can be resolved in a future major system revision or not be 
resolved at all.
+  - Trivial - It can be resolved in a future major system revision or not be 
resolved at all.
 
 The default priority is **Minor**.
 
@@ -102,7 +103,7 @@ You have done several commits and want t
        git rebase -i HEAD~3
        git format-patch -1
 
-First rebase your local history to create a single commit. After that create a 
patch file using git format-patch. Now you can upload and append your created 
patch file to the JIRA issue.
+First rebase your local history to create a single commit. After that create a 
patch file using `git format-patch`. Now you can upload and append your created 
patch file to the JIRA issue.
 
 **Example - Appling a patch file**    
 You like to apply a patch file named "OLINGO_42.patch". Use the following 
commands:


Reply via email to