diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-03-05 08:00:29 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-03-05 08:00:29 +0800 |
commit | bbb295f1818ce1a920ce389d1630038fa9fb94a9 (patch) | |
tree | 5c1bff42330c09f120860ffba335525643ee7acc /www | |
parent | ed0c1d8ed7bf4713a86c117d37f8d529418b9b1b (diff) | |
download | freebsd-ports-gnome-bbb295f1818ce1a920ce389d1630038fa9fb94a9.tar.gz freebsd-ports-gnome-bbb295f1818ce1a920ce389d1630038fa9fb94a9.tar.zst freebsd-ports-gnome-bbb295f1818ce1a920ce389d1630038fa9fb94a9.zip |
Remove a bogus statement about there not being a 1.0 release
PR: 17192
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/gnujsp/pkg-descr | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/gnujsp/pkg-descr b/www/gnujsp/pkg-descr index d6a6a46b92ea..446cb4c6f902 100644 --- a/www/gnujsp/pkg-descr +++ b/www/gnujsp/pkg-descr @@ -1,8 +1,6 @@ GNUJSP is a free implementation of Sun's Java Server Pages. Once the GNUJSP servlet is correctly installed, files with the extension .jsp -are translated into java source files, compiled, and run. Although -this software is quite stable, there is no 1.0 release yet, because -the JSP specification has not been finalized yet. +are translated into java source files, compiled, and run. WWW: http://www.klomp.org/gnujsp/ |