- Remove unneeded pkg-descr file

- Restore files/jedit.sh.in
This commit is contained in:
Wen Heping 2009-12-23 13:01:16 +00:00
parent 061d2d1fa8
commit d0c3e5a57c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246495
2 changed files with 7 additions and 8 deletions

View file

@ -0,0 +1,7 @@
#!/bin/sh
# $FreeBSD$
# Java heap size, in megabytes
JAVA_HEAP_SIZE=32
JAVA_VERSION="1.5+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar "%%DATADIR%%/jedit.jar" "$@"

View file

@ -1,8 +0,0 @@
******************************************************
In order to use the optional SFTP plug-in for jEdit,
you will need to have Java JDK version 1.4 or newer
installed.
******************************************************