[EDGENT-289] Fix for DEVELOPMENT.md
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/67c7f339 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/67c7f339 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/67c7f339 Branch: refs/heads/master Commit: 67c7f339c48da4242ec53589bf3d3382ac5ba10a Parents: f5b10c5 Author: Queenie Ma <[email protected]> Authored: Thu Nov 17 12:52:21 2016 -0800 Committer: Queenie Ma <[email protected]> Committed: Thu Nov 17 12:52:21 2016 -0800 ---------------------------------------------------------------------- DEVELOPMENT.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/67c7f339/DEVELOPMENT.md ---------------------------------------------------------------------- diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 7475ef1..61168ef 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -12,7 +12,7 @@ The Edgent community welcomes contributions, please *Get Involved*! ## Switched from Ant to Gradle -See the updated [Building](#building) and [Using Eclipse](#using-eclipse) sections below. +See the updated _Building_ and _Using Eclipse_ sections below. The Ant tooling is no longer functional. It's recommended that developers of Edgent create a new workspace instead of @@ -39,9 +39,7 @@ these additional development software tools. All Edgent runtime development is done using Java 8. JARs for Java 7 and Android platforms are created as described below. -<a name="building"> ### Building a Binary Release Bundle -</a> Building an Edgent binary release bundle: ``` sh @@ -298,9 +296,7 @@ Notes with the above PR merge directions: * Use an HTTPS URL unless you have a SSH key setup at GitHub: - `$ git remote add mirror https://github.com/apache/incubator-edgent.git` -<a name="using-eclipse"> ### Using Eclipse -</a> The Edgent Git repository contains Eclipse project definitions for the top-level directories that contain code, such as api, runtime, connectors.
