Repository: maven
Updated Branches:
refs/heads/MNG-5567 [created] fd5d2d68f
[MNG-5567] Zip files are not included in classpaths at all
By definition of the classpath [1], JAR and Zip files are valid
compressed files. Zips are likely to contain resources shared
around. This totally relieves of
[MNG-5567] Zip files are not included in classpaths at all
By definition of the classpath [1], JAR and Zip files are valid
compressed files. Zips are likely to contain resources shared
around. This totally relieves of unpacking stuff and readding
to the classpath and support what the JVM provided
Repository: maven
Updated Branches:
refs/heads/master ce580ea2f -> c023e5810
[MNG-5567] Zip files are not included in classpaths at all
By definition of the classpath [1], JAR and Zip files are valid
compressed files. Zips are likely to contain resources shared
around. This totally relieves of