+ make use or property placeholders inside template.mf

This commit is contained in:
Costin Leau
2010-02-19 09:43:22 +00:00
parent fe59d4a787
commit 8d0bb00188
20 changed files with 151 additions and 144 deletions

View File

@@ -4,5 +4,5 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.springframework.core.*;version="[3.0.0, 3.0.1)",
org.springframework.util.*;version="[3.0.0, 3.0.1)"
org.springframework.core.*;version=${spring.osgi.range},
org.springframework.util.*;version=${spring.osgi.range}