Merge "Issue #1393 Add additional jars to org.geotools" into development
Former-commit-id: 740a8edeca35a9eca69892f83f02c3dc9a4537d7
This commit is contained in:
commit
0aa3a3d1cb
7 changed files with 9 additions and 2 deletions
|
@ -14,6 +14,8 @@
|
|||
<classpathentry exported="true" kind="lib" path="gt-api-2.6.4.jar" sourcepath="gt-api-2.6.4-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="gt-coverage-2.6.4.jar" sourcepath="gt-coverage-2.6.4-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="gt-cql-2.6.4.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="gt-data-2.6.4.jar" sourcepath="gt-data-2.6.4-sources.zip"/>
|
||||
<classpathentry exported="true" kind="lib" path="gt-directory-2.6.4.jar" sourcepath="gt-directory-2.6.4-sources.zip"/>
|
||||
<classpathentry exported="true" kind="lib" path="gt-epsg-wkt-2.6.4.jar" sourcepath="gt-epsg-wkt-2.6.4-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="gt-geotiff-2.6.4.jar" sourcepath="gt-geotiff-2.6.4-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="gt-graph-2.6.4.jar" sourcepath="gt-graph-2.6.4-sources.jar"/>
|
||||
|
|
|
@ -48,7 +48,9 @@ Bundle-ClassPath: common-2.2.1.jar,
|
|||
gt-xsd-ows-2.6.4.jar,
|
||||
net.opengis.ows-2.6.4.jar,
|
||||
net.opengis.wfs-2.6.4.jar,
|
||||
net.opengis.wfsv-2.6.4.jar
|
||||
net.opengis.wfsv-2.6.4.jar,
|
||||
gt-directory-2.6.4.jar,
|
||||
gt-data-2.6.4.jar
|
||||
Bundle-Vendor: Raytheon-bundled OSS
|
||||
Export-Package: com.vividsolutions.jts,
|
||||
com.vividsolutions.jts.algorithm,
|
||||
|
@ -102,6 +104,7 @@ Export-Package: com.vividsolutions.jts,
|
|||
org.geotools.data,
|
||||
org.geotools.data.collection,
|
||||
org.geotools.data.crs,
|
||||
org.geotools.data.directory,
|
||||
org.geotools.data.jdbc,
|
||||
org.geotools.data.jdbc.attributeio,
|
||||
org.geotools.data.jdbc.datasource,
|
||||
|
|
|
@ -54,5 +54,7 @@ bin.includes = META-INF/,\
|
|||
gt-xsd-ows-2.6.4.jar,\
|
||||
net.opengis.ows-2.6.4.jar,\
|
||||
net.opengis.wfs-2.6.4.jar,\
|
||||
net.opengis.wfsv-2.6.4.jar
|
||||
net.opengis.wfsv-2.6.4.jar,\
|
||||
gt-data-2.6.4.jar,\
|
||||
gt-directory-2.6.4.jar
|
||||
|
||||
|
|
BIN
cots/org.geotools/gt-data-2.6.4-sources.zip
Normal file
BIN
cots/org.geotools/gt-data-2.6.4-sources.zip
Normal file
Binary file not shown.
BIN
cots/org.geotools/gt-data-2.6.4.jar
Normal file
BIN
cots/org.geotools/gt-data-2.6.4.jar
Normal file
Binary file not shown.
BIN
cots/org.geotools/gt-directory-2.6.4-sources.zip
Normal file
BIN
cots/org.geotools/gt-directory-2.6.4-sources.zip
Normal file
Binary file not shown.
BIN
cots/org.geotools/gt-directory-2.6.4.jar
Normal file
BIN
cots/org.geotools/gt-directory-2.6.4.jar
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue