diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-21 19:16:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-21 19:16:49 +0800 |
commit | e101018bb13ddc7fa5f86c9f4597204ecf572036 (patch) | |
tree | c50506dc221ddcab9c1b85fbbb2496b017d303d5 /java/Makefile | |
parent | 5594893242f8db494c500803b408c8511e4bd934 (diff) | |
download | freebsd-ports-gnome-e101018bb13ddc7fa5f86c9f4597204ecf572036.tar.gz freebsd-ports-gnome-e101018bb13ddc7fa5f86c9f4597204ecf572036.tar.zst freebsd-ports-gnome-e101018bb13ddc7fa5f86c9f4597204ecf572036.zip |
Commonclipse is an eclipse plugin for jakarta commons-lang users.
It features automatic generation of the following methods using
commons-lang builders: toString(), hashCode(), equals(Object),
compareTo(Object).
WWW: http://sourceforge.net/projects/commonclipse/
PR: ports/118890
Submitted by: Sutra Zhou <zhoushuqun at gmail.com>
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 b4b5b5cb3f31..2063eae379e3 100644 --- a/java/Makefile +++ b/java/Makefile @@ -11,6 +11,7 @@ SUBDIR += cacao SUBDIR += castor SUBDIR += classpath + SUBDIR += commonclipse SUBDIR += cos SUBDIR += cryptix-jce SUBDIR += dbvis |