awips2/cave/com.raytheon.viz.core.gl/META-INF/MANIFEST.MF
Max Schenkelberg ae47d9683e Issue #358 Committing NPP core rendering improvements merged with Thin
Client core improvements

Former-commit-id: 206bd0450140b6bcdb3ec8f1e1e417c4c37746d6
2012-03-01 16:59:40 -06:00

41 lines
1.4 KiB
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OpenGL Rendering Plug-in
Bundle-SymbolicName: com.raytheon.viz.core.gl;singleton:=true
Bundle-Version: 1.12.1174.qualifier
Bundle-Activator: com.raytheon.viz.core.gl.Activator
Bundle-Vendor: Raytheon
Eclipse-RegisterBuddy: net.sf.ehcache
Eclipse-BuddyPolicy: ext, registered
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
javax.media.opengl,
org.geotools,
javax.vecmath,
com.raytheon.edex.common,
com.raytheon.uf.common.colormap;bundle-version="1.0.0",
com.raytheon.uf.viz.core,
com.raytheon.uf.common.util;bundle-version="1.0.0",
com.raytheon.uf.viz.application;bundle-version="1.0.0",
javax.measure;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Export-Package: com.raytheon.viz.core.gl,
com.raytheon.viz.core.gl.dataformat,
com.raytheon.viz.core.gl.ext,
com.raytheon.viz.core.gl.glsl,
com.raytheon.viz.core.gl.images
Import-Package: com.raytheon.uf.common.status,
com.raytheon.uf.viz.core,
com.raytheon.uf.viz.core.data,
com.raytheon.uf.viz.core.data.resp,
com.raytheon.uf.viz.core.drawables,
com.raytheon.uf.viz.core.exception,
com.raytheon.uf.viz.core.geom,
com.raytheon.uf.viz.core.map,
com.raytheon.uf.viz.core.preferences,
com.raytheon.uf.viz.core.rsc,
com.raytheon.uf.viz.core.rsc.hdf5,
com.raytheon.uf.viz.core.status,
junit.framework,
org.junit
Bundle-RequiredExecutionEnvironment: JavaSE-1.6