mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-12 21:20:19 +08:00
16 lines
676 B
Plaintext
16 lines
676 B
Plaintext
Bundle-SymbolicName: com.mysema.querydsl.collections
|
|
Bundle-Name: Querydsl Collections
|
|
Bundle-Vendor: Mysema
|
|
Bundle-ManifestVersion: 2
|
|
Import-Template:
|
|
com.mysema.codegen.*;version="${codegen.version}",
|
|
com.mysema.commons.lang.*;version="${mysema.lang.version}",
|
|
com.mysema.query.*;version="${project.version}",
|
|
com.mysema.util.*;version="${project.version}",
|
|
javax.annotation.*;version="${findbugs.version}",
|
|
javax.tools.*;version="1",
|
|
org.apache.commons.collections15.*;version="${commons.collections.version}",
|
|
org.apache.commons.lang.*;version="${commons.lang.version}"
|
|
Excluded-Imports:
|
|
edu.umd.cs.findbugs.annotations.*,
|
|
net.jcip.annotations.* |