Added java.security.ProtectionDomain, java.lang.VMString to header
authortwisti <none@none>
Thu, 5 Feb 2004 21:44:29 +0000 (21:44 +0000)
committertwisti <none@none>
Thu, 5 Feb 2004 21:44:29 +0000 (21:44 +0000)
generation.

Makefile.am

index dedec02a5f31fd7159cbf1a29f5d18c8a22e4f78..98f6fc8dd3bb9568c449c8e81d0fbb8904d94105 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 898 2004-01-21 19:36:48Z twisti $
+# $Id: Makefile.am 914 2004-02-05 21:44:29Z twisti $
 
 @SET_MAKE@
 
@@ -176,9 +176,10 @@ nativetypes.hh jit/@ARCH_DIR@/offsets.h nativetable.hh: cacaoh Makefile.am Makef
        java.util.Locale \
        java.util.Hashtable \
        java.beans.PropertyEditor \
+       java.security.AccessController \
+       java.security.ProtectionDomain \
        java.security.cert.Certificate \
        java.security.cert.X509Certificate \
-       java.security.AccessController \
        javax.swing.Popup \
        javax.swing.UIManager \
        java.lang.VMClass \
@@ -194,6 +195,7 @@ nativetypes.hh jit/@ARCH_DIR@/offsets.h nativetable.hh: cacaoh Makefile.am Makef
        java.lang.VMClassLoader \
        java.io.PrintStream \
        java.lang.VMSystem \
+       java.lang.VMString \
        java.util.Properties \
        java.lang.Runtime \
        java.lang.Throwable \