Add manifest entries for location of lib and classes in executable archives

Closes gh-5183
This commit is contained in:
Andy Wilkinson
2016-02-19 15:37:24 +00:00
parent 59e119eb9a
commit 5ed4ef1272
4 changed files with 46 additions and 2 deletions

View File

@@ -74,6 +74,8 @@
<attribute name="Main-Class"
value="org.springframework.boot.loader.JarLauncher" />
<attribute name="Start-Class" value="${start-class}" />
<attribute name="Spring-Boot-Classes" value="BOOT-INF/classes/" />
<attribute name="Spring-Boot-Lib" value="BOOT-INF/lib/" />
</manifest>
</jar>
</sequential>