* replaced felix bundle plugin by SpringSource Bundlor

git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@11637 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
Oliver Gierke
2010-06-24 13:27:24 +00:00
parent 081a539724
commit 34c936b8d6
3 changed files with 51 additions and 27 deletions

10
core/template.mf Normal file
View File

@@ -0,0 +1,10 @@
Bundle-ManifestVersion: 2
Bundle-SymbolicName: ${project.artifactId}
Bundle-Name: ${project.name}
Bundle-Vendor: Synyx GmbH & Co. KG
Bundle-Version: ${project.version}
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Template:
${project.artifactId}.*;version="${project.version}"
Import-Template:
org.springframework.*;version="${spring.version:[=.=.=.=,+2.0.0)}"