Hi there,I have taken a look into the jdeps utility in order to may extend it to supply an additional parameter to scan an entire directory for all existing JAR files.
In doing that, I stumbled over some output that has no direct resource bundle externalization. My question is now if this is intentional or just missed?
I did externalize those in this patch as an proposal: http://cr.openjdk.java.net/~reinhapa/reviews/jdeps/langtools_resourcebundle.patch .Patrick