| Manifest-Version: 1.0 |
| Bundle-SymbolicName: spring.snap |
| Bundle-Name: Spring Snap |
| Bundle-Version: ${version} |
| Bundle-ManifestVersion: 2 |
| Snap-Host: simple.host;version="[1.0, 4.0)" |
| Snap-ContextPath: /spring |
| Import-Bundle: org.springframework.beans;version="${org.springframework:[=.=.=,+1.=.=)}", |
| org.springframework.context;version="${org.springframework:[=.=.=,+1.=.=)}", |
| org.springframework.web;version="${org.springframework:[=.=.=,+1.=.=)}", |
| org.springframework.web.servlet;version="${org.springframework:[=.=.=,+1.=.=)}" |
| Excluded-Imports: org.springframework.* |