diff options
author | jgh <jgh@FreeBSD.org> | 2012-03-20 06:22:47 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-03-20 06:22:47 +0800 |
commit | 9345dbbf25853e620ab734ed0944b74f0c70da50 (patch) | |
tree | 3549aa3310bf4d04733cac8e5b66fa9eaa5be0e7 /java/Makefile | |
parent | 9894123a709785995942810749b60c459c89be6c (diff) | |
download | freebsd-ports-gnome-9345dbbf25853e620ab734ed0944b74f0c70da50.tar.gz freebsd-ports-gnome-9345dbbf25853e620ab734ed0944b74f0c70da50.tar.zst freebsd-ports-gnome-9345dbbf25853e620ab734ed0944b74f0c70da50.zip |
Add new port: java/eclipse-ecj
An incremental Java compiler. Implemented as an Eclipse builder, it is based on
technology evolved from VisualAge for Java compiler. In particular, it allows to
run and debug code which still contains unresolved errors.
WWW: http://www.eclipse.org/
Feature safe: yes
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 5c2f59596581..25cb15afb209 100644 --- a/java/Makefile +++ b/java/Makefile @@ -31,6 +31,7 @@ SUBDIR += eclipse-datatools SUBDIR += eclipse-devel SUBDIR += eclipse-drjava + SUBDIR += eclipse-ecj SUBDIR += eclipse-emf SUBDIR += eclipse-examples SUBDIR += eclipse-findbugs |