mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
15 lines
593 B
Plaintext
15 lines
593 B
Plaintext
Bundle-SymbolicName: com.mysema.querydsl.core
|
|
Bundle-Name: Querydsl Core
|
|
Bundle-Vendor: Mysema
|
|
Bundle-ManifestVersion: 2
|
|
Import-Template:
|
|
com.mysema.codegen.*;version="${codegen.version}",
|
|
com.mysema.commons.lang.*;version="${mysema.lang.version}",
|
|
javax.annotation.*;version="0",
|
|
javax.inject.*;version="1",
|
|
net.sf.cglib.proxy.*;version="${cglib.version}",
|
|
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.* |