Code changed in hudson
User: : mindless
Path:
trunk/hudson/main/core/src/main/java/hudson/ClassicPluginStrategy.java
trunk/hudson/main/core/src/main/java/hudson/PluginWrapper.java
trunk/hudson/main/test/src/test/java/hudson/ClassicPluginStrategyTest.java
trunk/hudson/main/test/src/test/resources/hudson/ClassicPluginStrategyTest/testDependencyClassLoader.zip
trunk/www/changelog.html
http://jenkins-ci.org/commit/32876
Log:
[FIXED JENKINS-6966] Plugins with dependencies show wrong description on
installed plugins page. DependencyClassLoader checks dependencies before
this plugin, so wrong index.jelly is found for plugins with dependencies.
Added implementation of findResources in DependencyClassLoader, and use
getResources to find the right index.jelly in PluginWrapper.getIndexPage().
Major->minor issue.