You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
908 B
16 lines
908 B
Bundle-SymbolicName: org.springframework.data.extensions |
|
Bundle-Name: Spring Data Commons Extensions |
|
Bundle-Vendor: SpringSource |
|
Bundle-ManifestVersion: 2 |
|
Export-Template: |
|
org.springframework.data.extensions.*;version="${project.version:[=.=.=,+1.0.0)}" |
|
Import-Template: |
|
org.springframework.data.*;version="${project.version:[=.=.=,+1.0.0)}", |
|
org.springframework.core.*;version="${org.springframework.version:[=.=.=,+1.0.0)}", |
|
org.springframework.beans.*;version="${org.springframework.version:[=.=.=,+1.0.0)}", |
|
org.springframework.context.*;version="${org.springframework.version:[=.=.=,+1.0.0)}", |
|
org.springframework.util.*;version="${org.springframework.version:[=.=.=,+1.0.0)}", |
|
org.springframework.validation.*;version="${org.springframework.version:[=.=.=,+1.0.0)}", |
|
org.springframework.web.*;version="${org.springframework.version:[=.=.=,+1.0.0)}", |
|
javax.servlet.*;version="[2.5.0, 3.0.0)" |
|
|