Issue #3194 Fix GeoTIFF import
Change-Id: I465296c8a67a49f8f0680b34025b71ae4986c84a Former-commit-id:52931af5ce
[formerly52931af5ce
[formerly 8082b27e6e7e0a0be372abb40b62c0a0224ee49c]] Former-commit-id:2a680b73ea
Former-commit-id:b7338080e2
This commit is contained in:
parent
3f20fc86df
commit
0d54a37b6c
6 changed files with 9 additions and 2 deletions
|
@ -5,8 +5,9 @@ Bundle-SymbolicName: com.raytheon.viz.core.gl;singleton:=true
|
|||
Bundle-Version: 1.14.0.qualifier
|
||||
Bundle-Activator: com.raytheon.viz.core.gl.Activator
|
||||
Bundle-Vendor: Raytheon
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Eclipse-BuddyPolicy: ext
|
||||
Require-Bundle: org.eclipse.ui;bundle-version="3.8.0",
|
||||
org.eclipse.core.runtime;bundle-version="3.8.0",
|
||||
javax.media.opengl;visibility:=reexport,
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry exported="true" kind="lib" path="jt-zonalstats-1.3.1.jar"/>
|
||||
<classpathentry kind="lib" path="common-2.6.0.jar"/>
|
||||
<classpathentry kind="lib" path="commons-dbcp-1.3.jar"/>
|
||||
<classpathentry kind="lib" path="commons-jxpath-1.3.jar"/>
|
||||
|
@ -34,6 +35,7 @@
|
|||
<classpathentry exported="true" kind="lib" path="net.opengis.ows-10.5.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="net.opengis.wfs-10.5.jar"/>
|
||||
<classpathentry kind="lib" path="jdom-1.0.jar"/>
|
||||
<classpathentry kind="lib" path="jt-utils-1.3.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="jts-1.13.jar" sourcepath="jts-1.13-sources.jar"/>
|
||||
<classpathentry kind="lib" path="picocontainer-1.2.jar"/>
|
||||
<classpathentry kind="lib" path="xsd-2.6.0.jar"/>
|
||||
|
|
|
@ -37,6 +37,8 @@ Bundle-ClassPath: common-2.6.0.jar,
|
|||
gt-xsd-wfs-10.5.jar,
|
||||
gt-wfs-10.5.jar,
|
||||
jdom-1.0.jar,
|
||||
jt-utils-1.3.1.jar,
|
||||
jt-zonalstats-1.3.1.jar,
|
||||
jts-1.13.jar,
|
||||
net.opengis.ows-10.5.jar,
|
||||
net.opengis.wfs-10.5.jar,
|
||||
|
|
|
@ -33,6 +33,7 @@ bin.includes = META-INF/,\
|
|||
gt-xsd-sld-10.5.jar,\
|
||||
gt-xsd-wfs-10.5.jar,\
|
||||
jdom-1.0.jar,\
|
||||
jt-utils-1.3.1.jar,\
|
||||
jts-1.13.jar,\
|
||||
jts-1.13-sources.jar,\
|
||||
net.opengis.ows-10.5.jar,\
|
||||
|
@ -41,4 +42,5 @@ bin.includes = META-INF/,\
|
|||
xercesImpl-2.7.1.jar,\
|
||||
xml-apis-1.0.b2.jar,\
|
||||
xml-apis-xerces-2.7.1.jar,\
|
||||
xsd-2.6.0.jar
|
||||
xsd-2.6.0.jar,\
|
||||
jt-zonalstats-1.3.1.jar
|
||||
|
|
BIN
cots/org.geotools/jt-utils-1.3.1.jar
Normal file
BIN
cots/org.geotools/jt-utils-1.3.1.jar
Normal file
Binary file not shown.
BIN
cots/org.geotools/jt-zonalstats-1.3.1.jar
Normal file
BIN
cots/org.geotools/jt-zonalstats-1.3.1.jar
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue