diff options
author | Michael Koch <konqueror@gmx.de> | 2006-06-17 15:53:36 +0000 |
---|---|---|
committer | Michael Koch <konqueror@gmx.de> | 2006-06-17 15:53:36 +0000 |
commit | 7a335001905f734671772a3e2c5b94384ef68f12 (patch) | |
tree | 08aa2432307a04a012d4ff824b4e8648febf6591 /scripts | |
parent | 8d7bc7e0db42e944b28d99697d9f3b25a76067c9 (diff) | |
download | classpath-7a335001905f734671772a3e2c5b94384ef68f12.tar.gz |
2006-0-12 Mario torre <neugens at limasoftware.net>
* gnu/java/util/prefs/GConfBasedPreferences.java: new class.
* gnu/java/util/prefs/GConfBasedFactory.java: new class.
* gnu/java/util/prefs/gconf/GConfNativePeer.java: new class.
* gnu_java_util_prefs_gconf_GConfNativePeer.h: generated
header file.
* classpath/native/jni/gconf-peer/GConfNativePeer.c: new C file. + * configure.ac: update to introduce new files. Added options
to build gconf native peer used by the GConf preference backend.
* include/Makefile.am: update to introduce new files.
* native/jni/Makefile.am update to introduce new files.
* scripts/check_jni_methods.sh: added three new ignored file
from check.
* native/jni/gconf-peer/Makefile.am: new Makefile needed to
build gconf-peer shared library.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check_jni_methods.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/check_jni_methods.sh b/scripts/check_jni_methods.sh index 999e143ec..ffdc7b571 100755 --- a/scripts/check_jni_methods.sh +++ b/scripts/check_jni_methods.sh @@ -37,6 +37,9 @@ cat > $TMPFILE3 << EOF -Java_gnu_java_awt_peer_gtk_GtkMenuComponentPeer_dispose -Java_java_lang_VMSystem_arraycopy -Java_java_lang_VMSystem_identityHashCode +-Java_gnu_java_util_prefs_gconf_GConfNativePeer_finalize_1class +-Java_gnu_java_util_prefs_gconf_GConfNativePeer_init_1id_1cache +-Java_gnu_java_util_prefs_gconf_GConfNativePeer_init_1class EOF # Compare again silently. |