I'm soliciting feedback in regards to my plan to reorganize our native
library files.

The current structure looks like this:

native/java.lang/
native/java.io/
...

And I think it should be changed to this:

native/jni/
native/jni/awt/

Where all .c files are placed into this directory if they are part of
java*.*.  I have separated the gtk peer libraries into a separate
'awt' directory because of the number of files involved.  All of this
work is done, I just wanted to ask before commiting the change (I can
easily change what I have, no problem).

Further, I'm thinking of putting CNI related files into:

native/cni/*.cc

Is there any problem with this?

Brian
-- 
Brian Jones <[EMAIL PROTECTED]>

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to