Omaha #3133 Remove some unecessary dependencies
* Remove viz.core dependency from uf.common.ohd * Remove org.osgi.framework dependency from uf.edex.ndm * Remove non-existant activator from uf.edex.ndm manifest Former-commit-id: ce1379d30d26f96959dc07d8a7f3a1fc3d355c99
This commit is contained in:
parent
1184e77f1a
commit
3a00185e3c
2 changed files with 1 additions and 4 deletions
|
@ -6,8 +6,7 @@ Bundle-Version: 1.12.1174.qualifier
|
|||
Bundle-Vendor: RAYTHEON
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Require-Bundle: com.raytheon.uf.common.localization,
|
||||
javax.persistence,
|
||||
com.raytheon.viz.core;bundle-version="1.10.13";resolution:=optional
|
||||
javax.persistence
|
||||
Export-Package: com.raytheon.uf.common.ohd
|
||||
Import-Package: com.raytheon.uf.common.localization,
|
||||
com.raytheon.uf.common.util,
|
||||
|
|
|
@ -3,10 +3,8 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: Ndm
|
||||
Bundle-SymbolicName: com.raytheon.uf.edex.ndm
|
||||
Bundle-Version: 1.14.0.qualifier
|
||||
Bundle-Activator: com.raytheon.uf.edex.ndm.Activator
|
||||
Bundle-Vendor: RAYTHEON
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Import-Package: org.osgi.framework;version="1.3.0"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Require-Bundle: com.raytheon.uf.common.localization;bundle-version="1.14.0",
|
||||
com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
||||
|
|
Loading…
Add table
Reference in a new issue