annotate modules/javaversion @ 17833:e57fa2127ab9

unicase/locale-language-tests: fix LOCALE_FR test * tests/unicase/test-locale-language.sh: Really use $LOCALE_FR for a French locale with traditional encoding. Reported by umerqayam in: http://lists.gnu.org/archive/html/bug-libunistring/2014-12/msg00000.html
author Daiki Ueno <ueno@gnu.org>
date Fri, 12 Dec 2014 09:20:59 +0900
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7018
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Determine the Java version supported by javaexec.
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/javaversion.h
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/javaversion.c
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/javaversion.java
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 lib/javaversion.class
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 javaexec
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 stdbool
13924
5be0c314f2f8 Rename module 'pipe' to 'spawn-pipe'.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
13 spawn-pipe
7018
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 wait-process
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 getline
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 gettext-h
7324
9e3f92eb6ea2 Use the configmake module.
Bruno Haible <bruno@clisp.org>
parents: 7089
diff changeset
17 configmake
7018
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 configure.ac:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Makefile.am:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 lib_SOURCES += javaversion.h javaversion.c
7089
537f18903d33 Make pkgdata_DATA a cumulative variable. From Ralf Wildenhues.
Bruno Haible <bruno@clisp.org>
parents: 7082
diff changeset
23 pkgdata_DATA += javaversion.class
7018
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Include:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 "javaversion.h"
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 License:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 GPL
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 13924
diff changeset
32 all