summaryrefslogtreecommitdiff
path: root/modules/classpath
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-01-21 13:11:05 +0000
committerBruno Haible <bruno@clisp.org>2005-01-21 13:11:05 +0000
commit0213df7111578c134aaa805e82d69ebc6d84d3a4 (patch)
tree819acb84adb45fb74d94fdc0c460e295a3c00264 /modules/classpath
parent553bb70ed6fa05aa43c2cbc25c2a8e323dbef5e1 (diff)
downloadgnulib-0213df7111578c134aaa805e82d69ebc6d84d3a4.tar.gz
New module 'classpath'.
Diffstat (limited to 'modules/classpath')
-rw-r--r--modules/classpath26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/classpath b/modules/classpath
new file mode 100644
index 0000000000..c6b893771d
--- /dev/null
+++ b/modules/classpath
@@ -0,0 +1,26 @@
+Description:
+Java CLASSPATH handling.
+
+Files:
+lib/classpath.h
+lib/classpath.c
+
+Depends-on:
+stdbool
+xsetenv
+xalloc
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += classpath.h classpath.c
+
+Include:
+"classpath.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible
+