diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-17 17:22:03 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-17 17:22:03 +0800 |
commit | edb0d29c16ebf08b9e9e4f5e16ce99c3f4d54bd8 (patch) | |
tree | d6f8911b173697efd9ee24a2fb196a8b6d7ecede /java/Makefile | |
parent | 276a8d49e09517f6bdd4f7e9029da32476713a05 (diff) | |
download | freebsd-ports-gnome-edb0d29c16ebf08b9e9e4f5e16ce99c3f4d54bd8.tar.gz freebsd-ports-gnome-edb0d29c16ebf08b9e9e4f5e16ce99c3f4d54bd8.tar.zst freebsd-ports-gnome-edb0d29c16ebf08b9e9e4f5e16ce99c3f4d54bd8.zip |
ShellEd is a superb shell script editor for Eclipse. The great benefit of
this plugin is the integration of man page information for content assist
and text hover.
WWW: http://sourceforge.net/projects/shelled
PR: ports/117174
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 1668fa9ee89f..9cb3125b70dd 100644 --- a/java/Makefile +++ b/java/Makefile @@ -39,6 +39,7 @@ SUBDIR += eclipse-pmd SUBDIR += eclipse-propedit SUBDIR += eclipse-quantum + SUBDIR += eclipse-shelled SUBDIR += eclipse-sqlexplorer SUBDIR += eclipse-sysdeo-tomcat SUBDIR += eclipse-uml |