blob: a8e33f1289927197e7c957d85a7691c0c87dfa33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
0.4.2:
* Install more tool symlinks (#742335)
jcmd jdeprscan jdeps jfr jhsdb jimage
jjs jlink jmod jshell unpack200
0.4.0:
* Don't emit (unset) or (not a symlink) on stderr (#549498)
* Fix mkdir die message in java-vm module
* Sort java-vm targets in version order rather than alphanumeric
* Fix showing and highlighting current ecj + mvn targets (#585224)
* Fix insufficient quoting in java-vm module
* Add --if-unset option to java-vm's set action
0.3.0:
* run-java-tool.bash.in: fix shellcheck issues
* run-java-tool.bash.in: replace `which` with `command -v`
0.2.0:
* Make run-java-tool POSIX-compliant
* Utilise the VM's PATH variable in run-java-tool
* Treat javaws as a special case in run-java-tool
* Remove the java-nsplugin eselect module
0.1.0:
* Support ROOT and Gentoo Prefix in java-vm and java-nsplugin
* Add support for icedtea-web with selectable jvm to java-nsplugin
* run-java-tool no longer installed in PATH
* BGO227507: Remove unused code
* BGO362745: Remove code in global scope
* BGO398367: Return proper version infromation
0.0.0:
* Import eselect modules "java-vm" and "java-nsplugin" as well as
run-java-tool from java-config-2.1.12
* Import eselect module "maven" from eselect-maven-0.2
* import eselect module "ecj" from eselect-ecj-0.7
* Write build system and auxilary files
vim: set ts=4 et cc=72 :
|