From ee102947af9a876af2071113ef20c3d1ab695888 Mon Sep 17 00:00:00 2001 From: Attila Kelemen Date: Wed, 4 Mar 2015 22:46:09 +0100 Subject: [PATCH] Added a link to the EE plugin of Hildo in the readme. --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index ae86c68c..0559b978 100644 --- a/readme.md +++ b/readme.md @@ -16,9 +16,8 @@ You can open a folder as a project in NetBeans like with any other project and start editing the code without actually generating any other NetBeans project files. **About J2EE projects**: This plugin sees web projects as simple J2SE projects with an additional "webapp" directory, so many -features related to web projects will be disabled in Gradle projects. If someone is willing to write a plugin for -Gradle web projects, I will gladly help such an effort. The Gradle plugin can already be extended, so you don't need -to implement features already there. +features related to web projects will be disabled in Gradle projects. Hildo's +[Gradle JavaEE Support](http://plugins.netbeans.org/plugin/55529/gradle-javaee-support) might be installed for better support. You can read more about the plugin on the [wiki pages](https://github.com/kelemen/netbeans-gradle-project/wiki).