* 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:
19
metadata/template.mf
Normal file
19
metadata/template.mf
Normal file
@@ -0,0 +1,19 @@
|
||||
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:
|
||||
org.synyx.hades.*;version="${project.version}"
|
||||
Import-Template:
|
||||
javax.persistence.*;version="[1.0.0,1.1.0)",
|
||||
org.aopalliance.*;version="[1.0.0,2.0.0)",
|
||||
org.apache.commons.logging.*;version="[1.1.0,1.2.0)",
|
||||
org.aspectj.lang.*;version="[1.6.0,1.7.0)",
|
||||
org.eclipse.persistence.*;version="[1.0.0,1.2.0)";resolution:=optional,
|
||||
org.hibernate.*;version="[3.2.0,3.4.0)";resolution:=optional,
|
||||
org.apache.openjpa.*;version="[1.2.1,2.0.0)";resolution:=optional,
|
||||
org.joda.time.*;version="[1.5.0,2.0.0)",
|
||||
org.springframework.*;version="[2.5.0,4.0.0)",
|
||||
org.w3c.dom.*;version="0.0.0"
|
||||
Reference in New Issue
Block a user