diff options
author | gahr <gahr@FreeBSD.org> | 2008-09-04 22:25:39 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-09-04 22:25:39 +0800 |
commit | 88d7d7e8be3d97912ed8c63ed7f1d38cc3215812 (patch) | |
tree | 47e4d0de63d516320e55d4565be511d6e966a80c /java/Makefile | |
parent | 219a8504d0abe77a8ed311a14931f4b18c8b6e4a (diff) | |
download | freebsd-ports-gnome-88d7d7e8be3d97912ed8c63ed7f1d38cc3215812.tar.gz freebsd-ports-gnome-88d7d7e8be3d97912ed8c63ed7f1d38cc3215812.tar.zst freebsd-ports-gnome-88d7d7e8be3d97912ed8c63ed7f1d38cc3215812.zip |
- New port: netbeans-devel
The NetBeans IDE 6.5 Beta release provides several new features and
enhancements, such as a new IDE-wide QuickSearch shortcut, more
user-friendly interface, and automatic Compile on Save. In addition
to full support of all Java editions (Java SE, Java EE, Java ME), the
NetBeans IDE is the ideal tool for software development with PHP,
C/C++, Groovy and Grails, Ruby and Rails, Ajax and JavaScript.
The 6.5 release also includes enhanced support for web frameworks
(Hibernate, Spring, JSF, JPA), the GlassFish application server, and
databases.
More here: http://www.netbeans.org/community/releases/65/
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index aa68b8b1f680..2de90267d9e1 100644 --- a/java/Makefile +++ b/java/Makefile @@ -141,6 +141,7 @@ SUBDIR += mmake SUBDIR += mx4j SUBDIR += netbeans + SUBDIR += netbeans-devel SUBDIR += netbeans3 SUBDIR += netbeans4 SUBDIR += netbeans5 |