- Remove unneeded pkg-descr file
- Restore files/jedit.sh.in
This commit is contained in:
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
7
editors/jedit/files/jedit.sh.in
Normal file
7
editors/jedit/files/jedit.sh.in
Normal 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" "$@"
|
|
@ -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.
|
||||
|
||||
******************************************************
|
Loading…
Reference in a new issue