* 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:
10
core/template.mf
Normal file
10
core/template.mf
Normal 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)}"
|
||||
Reference in New Issue
Block a user