update to javaPathHelper-0.2 which fixes some bugs and adds support
for finding jre's.
This commit is contained in:
parent
76f18b72e0
commit
518b9016bc
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/08/01 14:43:56 kurt Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2006/08/03 19:27:03 kurt Exp $
|
||||
|
||||
COMMENT= "helper script for launching java applications"
|
||||
|
||||
DISTNAME= javaPathHelper-0.1
|
||||
DISTNAME= javaPathHelper-0.2
|
||||
CATEGORIES= java
|
||||
|
||||
HOMEPAGE= http://www.intricatesoftware.com/OpenBSD/java
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (javaPathHelper-0.1.tar.gz) = d8eb59ae07fcfcdb4aff34edd060a222
|
||||
RMD160 (javaPathHelper-0.1.tar.gz) = 34de9f1d76856036d437f727c83f2451bd47eafe
|
||||
SHA1 (javaPathHelper-0.1.tar.gz) = f0fd5e26650c5020a5744496ca3e1b1abe896617
|
||||
SIZE (javaPathHelper-0.1.tar.gz) = 1763
|
||||
MD5 (javaPathHelper-0.2.tar.gz) = 8afa2ea642b8240997e556e3e52cff70
|
||||
RMD160 (javaPathHelper-0.2.tar.gz) = 66813611d3ec755d1995ff2bf3eabce5ad740f75
|
||||
SHA1 (javaPathHelper-0.2.tar.gz) = c476b4f5fb0466bc587d3dccd32fd506da81151c
|
||||
SIZE (javaPathHelper-0.2.tar.gz) = 1816
|
||||
|
@ -1,5 +1,5 @@
|
||||
javaPathHelper is a script that java applications can use to provide a
|
||||
constant and familiar method for launching java applications on
|
||||
consistent and familiar method for launching java applications on
|
||||
OpenBSD. The use of JAVACMD, JAVA_HOME and PATH environment variables are
|
||||
well known methods for users to control which JVM is used to launch a
|
||||
java application. When a user sets up his environment javaPathHelp will
|
||||
|
Loading…
Reference in New Issue
Block a user