first draft for upgrading build system
This commit is contained in:
19
template.mf
19
template.mf
@@ -2,19 +2,18 @@ Bundle-SymbolicName: org.springframework.data.gemfire
|
||||
Bundle-Name: Spring Data GemFire
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Export-Template: org.springframework.data.gemfire.*;version=${version}
|
||||
Import-Package:
|
||||
sun.reflect;version="0";resolution:=optional
|
||||
Import-Template:
|
||||
org.springframework.asm.*;version=${spring.range},
|
||||
org.springframework.beans.*;version=${spring.range},
|
||||
org.springframework.cache.*;version=${spring.range},
|
||||
org.springframework.context.*;version=${spring.range},
|
||||
org.springframework.core.*;version=${spring.range},
|
||||
org.springframework.dao.*;version=${spring.range},
|
||||
org.springframework.util.*;version=${spring.range},
|
||||
org.springframework.transaction.*;version=${spring.range},
|
||||
com.gemstone.gemfire.*;version=${gemfire.range},
|
||||
org.springframework.asm.*;version="[3.0.0, 4.0.0)",
|
||||
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
|
||||
org.springframework.cache.*;version="[3.0.0, 4.0.0)",
|
||||
org.springframework.context.*;version="[3.0.0, 4.0.0)",
|
||||
org.springframework.core.*;version="[3.0.0, 4.0.0)",
|
||||
org.springframework.dao.*;version="[3.0.0, 4.0.0)",
|
||||
org.springframework.util.*;version="[3.0.0, 4.0.0)",
|
||||
org.springframework.transaction.*;version="[3.0.0, 4.0.0)",
|
||||
com.gemstone.gemfire.*;version="[6.5, 7.0)",
|
||||
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
||||
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
|
||||
org.w3c.dom.*;version="0"
|
||||
Reference in New Issue
Block a user