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.
12 lines
432 B
Plaintext
12 lines
432 B
Plaintext
Bundle-ManifestVersion: 2
|
|
Bundle-SymbolicName: ${project.artifactId}
|
|
Bundle-Name: ${project.name}
|
|
Bundle-Vendor: SpringSource, a division of VMware
|
|
Bundle-Version: ${project.version}
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Export-Template:
|
|
org.springframework.plugin.core.*;version="${project.version}"
|
|
Import-Template:
|
|
org.springframework.*;version="${spring.version:[=.=.=.=,+1.0.0)}",
|
|
org.w3c.dom.*;version="0.0.0"
|