This is an automated email from the ASF dual-hosted git repository.

sergeyb pushed a commit to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.1.x-fixes by this push:
     new 3d85e62  [CXF-7492] Fixing the option schema
3d85e62 is described below

commit 3d85e629d717244795271c090d75401e49368e22
Author: Sergey Beryozkin <[email protected]>
AuthorDate: Tue Sep 12 10:55:02 2017 +0100

    [CXF-7492] Fixing the option schema
---
 .../main/java/org/apache/cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/tools/wadlto/jaxrs/src/main/java/org/apache/cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml
 
b/tools/wadlto/jaxrs/src/main/java/org/apache/cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml
index f57a737..a4c6569 100644
--- 
a/tools/wadlto/jaxrs/src/main/java/org/apache/cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml
+++ 
b/tools/wadlto/jaxrs/src/main/java/org/apache/cxf/tools/wadlto/jaxrs/jaxrs-toolspec.xml
@@ -265,9 +265,9 @@ Examples:
                     remote WADL content from the servers requiring Basic 
authentication                      
                 </annotation>
                 <associatedArgument placement="afterSpace">
-                    <annotation>namePassword</annotation>
+                    <annotation>authorization</annotation>
                 </associatedArgument>
-                <switch>namePassword</switch>
+                <switch>authorization</switch>
             </option>
         </optionGroup>
         <optionGroup id="common_options">

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to