- 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
2 changed files with 7 additions and 8 deletions
+7
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" "$@"
-8
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.
******************************************************