Add bundlor templates

This commit is contained in:
Luke Taylor
2009-07-09 12:26:11 +00:00
parent f3f02d8aed
commit 149fd5d8de
6 changed files with 124 additions and 0 deletions

12
core-tiger/template.mf Normal file
View File

@@ -0,0 +1,12 @@
Bundle-SymbolicName: org.springframework.security.annotation
Bundle-Name: Spring Security Annotations
Bundle-Vendor: SpringSource
Bundle-Version: ${version}
Bundle-ManifestVersion: 2
Ignored-Existing-Headers:
Import-Package,
Export-Package
Import-Template:
javax.annotation.security.*;version="0";resolution:=optional,
org.springframework.security.*;version="[${version},${version}]",
org.springframework.core.*;version="[2.0.8, 3.1.0)"