Repository: cxf Updated Branches: refs/heads/3.0.x-fixes b38766b4a -> 3341bbc56
[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/3341bbc5 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3341bbc5 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3341bbc5 Branch: refs/heads/3.0.x-fixes Commit: 3341bbc5688750e76653c9ac6b2628aad32df544 Parents: b38766b Author: Akitoshi Yoshida <[email protected]> Authored: Mon Aug 24 21:50:06 2015 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Mon Aug 24 21:52:09 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/3341bbc5/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
