#24 - Use correct execution environment for Java 6 in manifest.
Updated template.mf to render a correct Java 6 execution environment (i.e. JavaSE-1.6 instead of J2SE-1.6). Original pull request: #25.
This commit is contained in:
committed by
Oliver Gierke
parent
626c6b29cc
commit
71181e53cc
@@ -3,7 +3,7 @@ Bundle-SymbolicName: ${project.artifactId}
|
||||
Bundle-Name: ${project.name}
|
||||
Bundle-Vendor: SpringSource, a division of VMware
|
||||
Bundle-Version: ${project.version}
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.6
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Export-Template:
|
||||
org.springframework.plugin.core.*;version="${project.version}"
|
||||
Import-Template:
|
||||
|
||||
@@ -3,7 +3,7 @@ Bundle-SymbolicName: ${project.artifactId}
|
||||
Bundle-Name: ${project.name}
|
||||
Bundle-Vendor: SpringSource, a division of VMware
|
||||
Bundle-Version: ${project.version}
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.6
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Export-Template:
|
||||
org.springframework.plugin.metadata.*;version="${project.version}"
|
||||
Import-Template:
|
||||
|
||||
Reference in New Issue
Block a user