Restore changes from 0332501 (fix class loader test failure)

This commit is contained in:
Dave Syer
2013-12-31 14:35:51 +00:00
parent e00db0de24
commit 4e1245d9ee
3 changed files with 120 additions and 20 deletions

View File

@@ -233,11 +233,14 @@
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<mainClass>org.springframework.boot.loader.JarLauncher</mainClass>
<mainClass>org.springframework.boot.loader.PropertiesLauncher</mainClass>
</manifest>
<manifestEntries>
<Start-Class>${start-class}</Start-Class>
</manifestEntries>
<manifestEntries>
<Class-Loader>groovy.lang.GroovyClassLoader</Class-Loader>
</manifestEntries>
</archive>
</configuration>
</execution>