- Remove unneeded pkg-descr file
- Restore files/jedit.sh.in
This commit is contained in:
@@ -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" "$@"
|
||||
@@ -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.
|
||||
|
||||
******************************************************
|
||||
Reference in New Issue
Block a user