12 lines
482 B
Plaintext
12 lines
482 B
Plaintext
Bundle-SymbolicName: org.springframework.data.keyvalue
|
|
Bundle-Name: ${project.name}
|
|
Bundle-Vendor: Pivotal Software, Inc.
|
|
Bundle-Version: ${project.version}
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Import-Template:
|
|
com.querydsl.*;version="${querydsl:[=.=.=,+1.0.0)}";resolution:=optional,
|
|
org.springframework.*;version="${spring:[=.=.=,+1.0.0)}",
|
|
org.springframework.data.*;version="${springdata.commons:[=.=.=,+1.0.0)}"
|
|
DynamicImport-Package: *
|