Merge "Issue #1393 Add additional jars to org.geotools" into development

Former-commit-id: 740a8edeca35a9eca69892f83f02c3dc9a4537d7
This commit is contained in:
Ron Anderson 2012-12-06 15:04:31 -06:00 committed by Gerrit Code Review
commit 0aa3a3d1cb
7 changed files with 9 additions and 2 deletions

View file

@ -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"/>

View file

@ -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,

View file

@ -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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.