Skip to content

Commit

Permalink
#6 fixing missing MANIFEST.MF
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Jan 11, 2017
1 parent 4b08181 commit fa3138d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/test/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Manifest-Version: 1.0
Implementation-Title: justAnExampleProjectToHaveAManifestFile
Implementation-Version: 0.0.1-SNAPSHOT
Archiver-Version: Plexus Archiver
Built-By: jonashecht
Implementation-Vendor-Id: de.codecentric.examples
Spring-Boot-Version: 1.4.3.RELEASE
Implementation-Vendor: Pivotal Software, Inc.
Main-Class: org.springframework.boot.loader.JarLauncher
Start-Class: de.codecentric.examples.ExampleApplication
Spring-Boot-Classes: BOOT-INF/classes/
Spring-Boot-Lib: BOOT-INF/lib/
Created-By: Apache Maven 3.3.9
Build-Jdk: 1.8.0_112
Implementation-URL: http://projects.spring.io/spring-boot/restexamples
/

0 comments on commit fa3138d

Please sign in to comment.