corda/classpath
Johannes Schindelin 167688eabd Teach SystemClassLoader#getResources to not stop at the first match
The getResources method can be used to find all matches in the class
path for a given path, e.g. to seek out all the META-INF/MANIFEST.MF
files contained in all of the .jar files in the class path.

We just taught the findResources() method to return all matches (rather
than only the first), so let's use that method to get all the matches
from the current class loader's class path elements.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2013-11-04 16:49:34 -06:00
..
avian Teach SystemClassLoader#getResources to not stop at the first match 2013-11-04 16:49:34 -06:00
java Make Vector a Cloneable 2013-10-25 15:32:33 -05:00
sun update copyright years 2013-07-02 20:52:38 -06:00
java-io.cpp fix darwin build 2013-10-24 14:07:53 -06:00
java-lang.cpp fix ios sim=true build 2013-09-03 21:22:34 -06:00
java-net.cpp update copyright years 2013-07-02 20:52:38 -06:00
java-nio.cpp update copyright years 2013-07-02 20:52:38 -06:00
java-util-zip.cpp update copyright years 2013-07-02 20:52:38 -06:00
java-util.cpp update copyright years 2013-07-02 20:52:38 -06:00
jni-util.h update copyright years 2013-07-02 20:52:38 -06:00