blob: 42d2238d5ec429a963eecf1c7b6857918fe20e25 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
#
# FreeBSD-specific startup script for Eclipse Platform
#
# See: http://www.eclipse.org
#
# $FreeBSD$
#
JAVA_VERSION="%%JAVA_VERSION%%" exec %%DATADIR%%/eclipse "$@"
|