#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:
Shanmukha Rao Meesala
2016-08-18 18:47:30 +05:30
committed by Oliver Gierke
parent 626c6b29cc
commit 71181e53cc
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: