diff options
| author | Jerry Haltom <wasabi@larvalstage.net> | 2005-07-07 21:42:17 +0000 |
|---|---|---|
| committer | Jerry Haltom <wasabi@larvalstage.net> | 2005-07-07 21:42:17 +0000 |
| commit | baa2fc4a8b3007d839780cab8084271d1a529806 (patch) | |
| tree | 05c1cb92a5885f77f6043169635fd1fdb1d788be | |
| parent | ee9f96d7a52ddeb8e4cdd462adb091f13ec3e4e6 (diff) | |
| download | java-common-debian/0.24.tar.gz | |
Missing files.debian/0.24
| -rw-r--r-- | debian/java-common.install | 3 | ||||
| -rw-r--r-- | etc/jvm | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/java-common.install b/debian/java-common.install new file mode 100644 index 0000000..6153158 --- /dev/null +++ b/debian/java-common.install @@ -0,0 +1,3 @@ +share/java-common.sh usr/share/java-common +share/jvm-find.sh usr/share/java-common +etc/jvm etc @@ -0,0 +1,6 @@ +# This file defines the default system JVM search order. Each +# JVM should list their JAVA_HOME compatible directory in this file. +# The default system JVM is the first one available from top to +# bottom. + +/usr |
