Repository: cxf Updated Branches: refs/heads/master 218321c86 -> 8b9009c27
[CXF-6541] a minor readme fix Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8b9009c2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8b9009c2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8b9009c2 Branch: refs/heads/master Commit: 8b9009c2789e65b7c19f379031d359507daf17fc Parents: 218321c Author: Akitoshi Yoshida <[email protected]> Authored: Mon Aug 24 21:50:06 2015 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Mon Aug 24 21:50:06 2015 +0200 ---------------------------------------------------------------------- .../samples/jax_rs/description_swagger2_osgi/README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/8b9009c2/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt index e44e923..16c64fc 100644 --- a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt +++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt @@ -35,11 +35,12 @@ Starting Karaf (refer to http://karaf.apache.org/manual/latest-3.0.x/quick-start Hit '<ctrl-d>' or type 'system:shutdown' or 'logout' to shutdown Karaf. -Install this demo feature using the local features.xml file located at src/test/features, you -can directly use this file or copy it to somewhere. Assuming you have this features.xml file at +Install this demo feature using the local features.xml file that is located in +samples/jax_rs/description_swagger2_osgi/src/test/features, you +can directly use this file or copy it to somewhere. Assuming you have put this features.xml file at /Users/me/work/cxf/samples/features.xml -You can add this local feature url by typeing +You can add this local feature url by typing karaf@root()> feature:repo-add file:///Users/me/work/cxf/samples/features.xml Adding feature url file:///Users/me/work/cxf/samples/features.xml
