Issue #1369 fix geotiff import in CAVE
Change-Id: Iccc051478064e5746c80be5cf8edad7eb8e89f50 Former-commit-id:548b6b82f2
[formerlyb591c681fb
] [formerlycb9cd97d1f
] [formerlycb9cd97d1f
[formerlyfc4d7daab4
]] [formerly10d399aafe
[formerlycb9cd97d1f
[formerlyfc4d7daab4
] [formerly10d399aafe
[formerly ab5775f5187c2b0a2180dfeebc32774c3a1adb16]]]] Former-commit-id:10d399aafe
Former-commit-id: 2bf038be261236fe5ec34b14f5ac8767fb6016ed [formerly 919796c9928b099579e5d3474a4ef09ebcf528d6] [formerly01dc19b06d
[formerlyc9372636d9
]] Former-commit-id:01dc19b06d
Former-commit-id:d5654048bd
This commit is contained in:
parent
f69eb9d39f
commit
7283befe73
13 changed files with 60 additions and 8 deletions
|
@ -6,6 +6,7 @@ Bundle-Version: 1.12.1174.qualifier
|
||||||
Bundle-Activator: com.raytheon.viz.geotiff.Activator
|
Bundle-Activator: com.raytheon.viz.geotiff.Activator
|
||||||
Bundle-Vendor: Raytheon
|
Bundle-Vendor: Raytheon
|
||||||
Eclipse-RegisterBuddy: com.raytheon.viz.core
|
Eclipse-RegisterBuddy: com.raytheon.viz.core
|
||||||
|
Eclipse-BuddyPolicy: registered, ext, global
|
||||||
Require-Bundle: org.eclipse.ui,
|
Require-Bundle: org.eclipse.ui,
|
||||||
org.eclipse.core.runtime,
|
org.eclipse.core.runtime,
|
||||||
com.raytheon.viz.core,
|
com.raytheon.viz.core,
|
||||||
|
|
8
cots/it.geosolutions/.classpath
Normal file
8
cots/it.geosolutions/.classpath
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="imageio-ext-tiff-1.0.8.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="imageio-ext-utilities-1.0.8.jar"/>
|
||||||
|
<classpathentry kind="output" path="bin"/>
|
||||||
|
</classpath>
|
28
cots/it.geosolutions/.project
Normal file
28
cots/it.geosolutions/.project
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>it.geosolutions</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.pde.ManifestBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.pde.SchemaBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.pde.PluginNature</nature>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
|
@ -0,0 +1,7 @@
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||||
|
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||||
|
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.source=1.6
|
12
cots/it.geosolutions/META-INF/MANIFEST.MF
Normal file
12
cots/it.geosolutions/META-INF/MANIFEST.MF
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Manifest-Version: 1.0
|
||||||
|
Bundle-ManifestVersion: 2
|
||||||
|
Bundle-Name: Geosolutions
|
||||||
|
Bundle-SymbolicName: it.geosolutions
|
||||||
|
Bundle-Version: 1.0.8
|
||||||
|
Bundle-ClassPath: imageio-ext-tiff-1.0.8.jar,
|
||||||
|
imageio-ext-utilities-1.0.8.jar
|
||||||
|
Export-Package: it.geosolutions.imageio.plugins.tiff,
|
||||||
|
it.geosolutions.imageio.utilities,
|
||||||
|
it.geosolutions.imageioimpl.plugins.tiff
|
||||||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
||||||
|
Eclipse-BuddyPolicy: registered, ext, global
|
3
cots/it.geosolutions/build.properties
Normal file
3
cots/it.geosolutions/build.properties
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
bin.includes = META-INF/,\
|
||||||
|
imageio-ext-tiff-1.0.8.jar,\
|
||||||
|
imageio-ext-utilities-1.0.8.jar
|
BIN
cots/it.geosolutions/imageio-ext-tiff-1.0.8.jar
Normal file
BIN
cots/it.geosolutions/imageio-ext-tiff-1.0.8.jar
Normal file
Binary file not shown.
BIN
cots/it.geosolutions/imageio-ext-utilities-1.0.8.jar
Normal file
BIN
cots/it.geosolutions/imageio-ext-utilities-1.0.8.jar
Normal file
Binary file not shown.
|
@ -28,7 +28,6 @@
|
||||||
<classpathentry exported="true" kind="lib" path="gt-render-2.6.4.jar"/>
|
<classpathentry exported="true" kind="lib" path="gt-render-2.6.4.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="gt-shapefile-2.6.4.jar" sourcepath="gt-shapefile-2.6.4-sources.jar"/>
|
<classpathentry exported="true" kind="lib" path="gt-shapefile-2.6.4.jar" sourcepath="gt-shapefile-2.6.4-sources.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="gt-xml-2.6.4.jar"/>
|
<classpathentry exported="true" kind="lib" path="gt-xml-2.6.4.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="gt-xsd-core-2.6.4.jar"/>
|
|
||||||
<classpathentry exported="true" kind="lib" path="gt-xsd-filter-2.6.4.jar"/>
|
<classpathentry exported="true" kind="lib" path="gt-xsd-filter-2.6.4.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="gt-xsd-gml2-2.6.4.jar"/>
|
<classpathentry exported="true" kind="lib" path="gt-xsd-gml2-2.6.4.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="gt-xsd-gml3-2.6.4.jar"/>
|
<classpathentry exported="true" kind="lib" path="gt-xsd-gml3-2.6.4.jar"/>
|
||||||
|
@ -44,10 +43,8 @@
|
||||||
<classpathentry exported="true" kind="lib" path="jts-1.10.jar" sourcepath="jts-1.10.zip"/>
|
<classpathentry exported="true" kind="lib" path="jts-1.10.jar" sourcepath="jts-1.10.zip"/>
|
||||||
<classpathentry kind="lib" path="picocontainer-1.2.jar"/>
|
<classpathentry kind="lib" path="picocontainer-1.2.jar"/>
|
||||||
<classpathentry kind="lib" path="xercesImpl-2.7.1.jar"/>
|
<classpathentry kind="lib" path="xercesImpl-2.7.1.jar"/>
|
||||||
<classpathentry kind="lib" path="xml-apis-1.0.b2.jar"/>
|
|
||||||
<classpathentry kind="lib" path="xml-apis-xerces-2.7.1.jar"/>
|
|
||||||
<classpathentry kind="lib" path="xsd-2.2.2.jar"/>
|
<classpathentry kind="lib" path="xsd-2.2.2.jar"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
<referencedentry exported="true" kind="lib" path="gt-jdbc-2.6.4.jar" sourcepath="gt-jdbc-2.6.4-sources.zip"/>
|
<referencedentry exported="true" kind="lib" path="gt-jdbc-2.6.4.jar" sourcepath="gt-jdbc-2.6.4-sources.zip"/>
|
||||||
|
|
|
@ -43,8 +43,6 @@ Bundle-ClassPath: common-2.2.1.jar,
|
||||||
jts-1.10.jar,
|
jts-1.10.jar,
|
||||||
picocontainer-1.2.jar,
|
picocontainer-1.2.jar,
|
||||||
xercesImpl-2.7.1.jar,
|
xercesImpl-2.7.1.jar,
|
||||||
xml-apis-1.0.b2.jar,
|
|
||||||
xml-apis-xerces-2.7.1.jar,
|
|
||||||
xsd-2.2.2.jar,
|
xsd-2.2.2.jar,
|
||||||
gt-xsd-wfs-2.6.4.jar,
|
gt-xsd-wfs-2.6.4.jar,
|
||||||
gt-xsd-ows-2.6.4.jar,
|
gt-xsd-ows-2.6.4.jar,
|
||||||
|
|
|
@ -48,8 +48,6 @@ bin.includes = META-INF/,\
|
||||||
gt-jdbc-postgis-2.6.4.jar,\
|
gt-jdbc-postgis-2.6.4.jar,\
|
||||||
picocontainer-1.2.jar,\
|
picocontainer-1.2.jar,\
|
||||||
xercesImpl-2.7.1.jar,\
|
xercesImpl-2.7.1.jar,\
|
||||||
xml-apis-1.0.b2.jar,\
|
|
||||||
xml-apis-xerces-2.7.1.jar,\
|
|
||||||
xsd-2.2.2.jar,\
|
xsd-2.2.2.jar,\
|
||||||
gt-wfs-2.6.4.jar,\
|
gt-wfs-2.6.4.jar,\
|
||||||
gt-xsd-wfs-2.6.4.jar,\
|
gt-xsd-wfs-2.6.4.jar,\
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue