remove main-class (since the deps are needed)

This commit is contained in:
Costin Leau
2012-07-18 22:37:16 +03:00
parent 0e43c0d6d8
commit 089a6c21a4

View File

@@ -72,7 +72,6 @@ javadoc {
jar {
manifest.attributes['Implementation-Title'] = 'spring-shell'
manifest.attributes['Implementation-Version'] = project.version
manifest.attributes['Main-Class'] = 'org.springframework.shell.Bootstrap'
from("$rootDir/docs/src/info") {
include "license.txt"