diff options
author | swills <swills@FreeBSD.org> | 2013-01-26 10:48:38 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-01-26 10:48:38 +0800 |
commit | c41b1bf11f55a66439b812e0582a9f39b72cfbb4 (patch) | |
tree | dc85290b8d9a41cbac5bb6941742cceb7dee5dd3 /java/Makefile | |
parent | c8393c556dadfa2a7c0262f721d675e7848d38db (diff) | |
download | freebsd-ports-gnome-c41b1bf11f55a66439b812e0582a9f39b72cfbb4.tar.gz freebsd-ports-gnome-c41b1bf11f55a66439b812e0582a9f39b72cfbb4.tar.zst freebsd-ports-gnome-c41b1bf11f55a66439b812e0582a9f39b72cfbb4.zip |
VisualVM is a visual tool integrating several commandline JDK tools and
lightweight profiling capabilities. Designed for both production and
development time use, it further enhances the capability of monitoring and
performance analysis for the Java SE platform.
WWW: http://visualvm.java.net/
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 888a0facdda8..a304f34c90ea 100644 --- a/java/Makefile +++ b/java/Makefile @@ -143,6 +143,7 @@ SUBDIR += subversion-java SUBDIR += trove4j SUBDIR += veditor + SUBDIR += visualvm SUBDIR += xdoclet .include <bsd.port.subdir.mk> |