You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2015/08/14 15:03:24 UTC

cxf git commit: [CXF-6541] fix the basePath

Repository: cxf
Updated Branches:
  refs/heads/master b3c1804ba -> 7dec3c88a


[CXF-6541] fix the basePath


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

Branch: refs/heads/master
Commit: 7dec3c88a0aa82a2fefd403e80e97552c41bf35e
Parents: b3c1804
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Fri Aug 14 15:03:13 2015 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Fri Aug 14 15:03:13 2015 +0200

----------------------------------------------------------------------
 .../src/main/resources/OSGI-INF/blueprint/context.xml              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/7dec3c88/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/src/main/resources/OSGI-INF/blueprint/context.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/src/main/resources/OSGI-INF/blueprint/context.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/src/main/resources/OSGI-INF/blueprint/context.xml
index d1697a1..1f73bcb 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/src/main/resources/OSGI-INF/blueprint/context.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/src/main/resources/OSGI-INF/blueprint/context.xml
@@ -38,7 +38,7 @@
 
     <!-- CXF Swagger2Feature -->  
     <bean id="swagger2Feature" class="org.apache.cxf.jaxrs.swagger.Swagger2Feature">
-        <property name="basePath" value="/app"/>
+        <property name="basePath" value="/cxf/swaggerSample"/>
     </bean>
 
     <cxf:bus>