Browse Source

DATAJPA-215 - Fixed OSGi bundle identifier to base package.

pull/17/head
Oliver Gierke 14 years ago
parent
commit
762567ca38
  1. 2
      template.mf

2
template.mf

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Bundle-ManifestVersion: 2
Bundle-SymbolicName: ${project.artifactId}
Bundle-SymbolicName: org.springframework.data.jpa
Bundle-Name: ${project.name}
Bundle-Vendor: SpringSource
Bundle-Version: ${project.version}

Loading…
Cancel
Save