Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 48d5300a1 -> c3ce9ae6b
[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/c3ce9ae6 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c3ce9ae6 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c3ce9ae6 Branch: refs/heads/3.0.x-fixes Commit: c3ce9ae6b974d3bb51e6c3a4b688d250b6424364 Parents: 48d5300 Author: Akitoshi Yoshida <[email protected]> Authored: Fri Aug 14 15:03:13 2015 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Fri Aug 14 15:03:52 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/c3ce9ae6/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>
