Merge "Issue #1369 fix geotiff import in CAVE" into development
Former-commit-id: 2b5b3e68faa94c2d67b7fb4be5b21e58e6925350
This commit is contained in:
commit
f58e79f210
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-Vendor: Raytheon
|
||||
Eclipse-RegisterBuddy: com.raytheon.viz.core
|
||||
Eclipse-BuddyPolicy: registered, ext, global
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
org.eclipse.core.runtime,
|
||||
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-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-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-gml2-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 kind="lib" path="picocontainer-1.2.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="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="output" path="bin"/>
|
||||
<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,
|
||||
picocontainer-1.2.jar,
|
||||
xercesImpl-2.7.1.jar,
|
||||
xml-apis-1.0.b2.jar,
|
||||
xml-apis-xerces-2.7.1.jar,
|
||||
xsd-2.2.2.jar,
|
||||
gt-xsd-wfs-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,\
|
||||
picocontainer-1.2.jar,\
|
||||
xercesImpl-2.7.1.jar,\
|
||||
xml-apis-1.0.b2.jar,\
|
||||
xml-apis-xerces-2.7.1.jar,\
|
||||
xsd-2.2.2.jar,\
|
||||
gt-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