fix IDE clone template doc
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/commit/f16cdda6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/tree/f16cdda6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/diff/f16cdda6 Branch: refs/heads/develop Commit: f16cdda654119cb60cdb9bfc419377c0ef53eeb9 Parents: d7be292 Author: Dale LaBossiere <dlab...@us.ibm.com> Authored: Tue Dec 5 14:38:42 2017 -0500 Committer: Dale LaBossiere <dlab...@us.ibm.com> Committed: Tue Dec 5 14:38:42 2017 -0500 ---------------------------------------------------------------------- IDE_USE.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/f16cdda6/IDE_USE.md ---------------------------------------------------------------------- diff --git a/IDE_USE.md b/IDE_USE.md index bd5bfae..bcca89d 100644 --- a/IDE_USE.md +++ b/IDE_USE.md @@ -60,7 +60,7 @@ Once the samples projects have been imported you can run them from Eclipse in the usual manner. E.g., 1. From the Eclipse *Navigate* menu, select *Open Type* - + enter type type name `HelloEdgent` and click *OK* + + enter type name `HelloEdgent` and click *OK* 2. right click on the `HelloEdgent` class name and from the context menu + click on *Run As*, then *Java application*. `HelloEdgent` runs and prints to the Console view. @@ -75,13 +75,13 @@ To clone the template project for your application project: from the unpacked samples folder + cp -R template ~/myApp 2. Import the new project into your Eclipse workspace - 1. from the Eclipse *File* menu, select *Import...* - 2. from the *Maven* folder, select *Existing Maven Projects* and click *Next* - + browse to the new folder and select it. The project's pom.xml file will be - listed and selected. - + click *Finish*. Eclipse starts the import process and builds the workspace. - Note, the new imported project's name will be `my-app`. - This can be renamed later. + 1. from the Eclipse *File* menu, select *Import...* + 2. from the *Maven* folder, select *Existing Maven Projects* and click *Next* + + browse to the new folder and select it. The project's pom.xml file will be + listed and selected. + + click *Finish*. Eclipse starts the import process and builds the workspace. + Note, the new imported project's name will be `my-app`. + This can be renamed later. Verify you can run the imported template app: