Repository: incubator-netbeans Updated Branches: refs/heads/master 8676bbaa4 -> 753eb1829
Adding tweak to requirements section to README Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/753eb182 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/753eb182 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/753eb182 Branch: refs/heads/master Commit: 753eb1829f9c4bb56239dc4f113980b61142453d Parents: 8676bba Author: geertjan <[email protected]> Authored: Fri Sep 29 00:56:29 2017 +0200 Committer: geertjan <[email protected]> Committed: Fri Sep 29 00:56:29 2017 +0200 ---------------------------------------------------------------------- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/753eb182/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index fec14a2..16e79df 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Apache NetBeans is an open source development environment, tooling platform, and ### Requirements -â â * Git -â â * Ant 1.9.9 or above -â â * JDK 8 (to build NetBeans) -â â * JDK 9 (to run NetBeans) + * Git + * Ant 1.9.9 or above + * JDK 8 (to build NetBeans) + * JDK 9 (to run NetBeans) **Note:** NetBeans also runs with JDK 8, although then it will not include tools for the JDK 9 Shell.
