2012-01-06 08:55:05 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Utility Plug-in
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.common.util
|
|
|
|
Bundle-Version: 1.12.1174.qualifier
|
|
|
|
Bundle-Vendor: RAYTHEON
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
2012-11-01 11:27:02 -05:00
|
|
|
Require-Bundle: org.junit;bundle-version="1.0.0",
|
|
|
|
org.apache.commons.beanutils;bundle-version="1.8.3",
|
2013-01-10 11:33:21 -06:00
|
|
|
com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
2013-03-12 16:04:59 -05:00
|
|
|
org.apache.commons.lang;bundle-version="2.3.0"
|
2012-01-06 08:55:05 -06:00
|
|
|
Export-Package: com.raytheon.uf.common.util,
|
2012-12-03 09:36:48 -06:00
|
|
|
com.raytheon.uf.common.util.algorithm,
|
2012-01-06 08:55:05 -06:00
|
|
|
com.raytheon.uf.common.util.cache,
|
2013-03-15 10:56:14 -05:00
|
|
|
com.raytheon.uf.common.util.file,
|
2012-07-26 17:37:07 -05:00
|
|
|
com.raytheon.uf.common.util.header,
|
2012-11-02 15:41:04 -05:00
|
|
|
com.raytheon.uf.common.util.mapping,
|
2012-12-03 09:36:48 -06:00
|
|
|
com.raytheon.uf.common.util.registry,
|
2013-03-12 16:04:59 -05:00
|
|
|
com.raytheon.uf.common.util.session
|