first draft for upgrading build system

This commit is contained in:
Costin Leau
2012-07-01 21:33:55 +03:00
parent 260072e078
commit f56f59d84c
67 changed files with 271 additions and 2251 deletions

View File

@@ -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"