CBL-Mariner/SPECS-EXTENDED/guava20/osgi-manifest.txt

28 строки
1.3 KiB
Plaintext

Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-ManifestVersion: 2
Bundle-Name: Guava: Google Core Libraries for Java
Bundle-SymbolicName: com.google.guava
Bundle-Version: @BNDVRSN@
Export-Package: com.google.common.annotations;version="@BNDVRSN@",
com.google.common.base;version="@BNDVRSN@",
com.google.common.cache;version="@BNDVRSN@",
com.google.common.collect;version="@BNDVRSN@",
com.google.common.escape;version="@BNDVRSN@",
com.google.common.eventbus;version="@BNDVRSN@",
com.google.common.graph;version="@BNDVRSN@",
com.google.common.hash;version="@BNDVRSN@",
com.google.common.html;version="@BNDVRSN@",
com.google.common.io;version="@BNDVRSN@",
com.google.common.math;version="@BNDVRSN@",
com.google.common.net;version="@BNDVRSN@",
com.google.common.primitives;version="@BNDVRSN@",
com.google.common.reflect;version="@BNDVRSN@",
com.google.common.util.concurrent;version="@BNDVRSN@",
com.google.common.xml;version="@BNDVRSN@"
Import-Package: javax.annotation;resolution:=optional,
javax.crypto;resolution:=optional,
javax.crypto.spec;resolution:=optional,
sun.misc;resolution:=optional
Require-Capability: osgi.ee;
filter:="(&(osgi.ee=JavaSE)(version=1.6))"