querydsl/template.mf
2011-09-19 10:43:37 +03:00

13 lines
416 B
Plaintext

Bundle-SymbolicName: com.mysema.codegen
Bundle-Name: Codegen
Bundle-Vendor: Mysema
Bundle-ManifestVersion: 2
Import-Template:
javax.annotation.*;version="0",
org.apache.commons.collections15.*;version="${commons.collections.version}",
org.apache.commons.lang.*;version="${commons.lang.version}",
javax.tools.*;version="1"
Excluded-Imports:
edu.umd.cs.findbugs.annotations.*,
net.jcip.annotations.*