You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2017/06/12 09:30:23 UTC

cxf-dosgi git commit: Fix description

Repository: cxf-dosgi
Updated Branches:
  refs/heads/master 640516eac -> caaacede6


Fix description


Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/caaacede
Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/caaacede
Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/caaacede

Branch: refs/heads/master
Commit: caaacede656160fb2840b21e50558141f552463c
Parents: 640516e
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Jun 12 11:30:17 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Jun 12 11:30:17 2017 +0200

----------------------------------------------------------------------
 Readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/caaacede/Readme.md
----------------------------------------------------------------------
diff --git a/Readme.md b/Readme.md
index c624b8d..16ff485 100644
--- a/Readme.md
+++ b/Readme.md
@@ -16,8 +16,8 @@ CXF DOSGi allows to easily publish and consume SOAP and REST services without us
 
 ## Intents
 
-A service can list the named intents it requires. It will then only be exported / imported 
-once all the intents are available. This allows for example security restrictions or logging.
+Intents allow a service to leverage CXF extensions like features. A service can list the named intents it requires. 
+It will then only be exported / imported once all the intents are available. This allows for example security restrictions or logging.
 For more informations see [common module](common).
 
 ## Build