opengeospatial / geoapi

GeoAPI provides a set of interfaces in programming languages (currently Java and Python) for geospatial applications. The GeoAPI interfaces closely follow OGC specifications, adaptated to match the expectations of programmers.
http://www.geoapi.org
Apache License 2.0
118 stars 37 forks source link

Remove PACK200 uses #59

Closed desruisseaux closed 2 years ago

desruisseaux commented 4 years ago

tools/src/main/shell directory use PACK200, which is deprecated and will be removed in a future Java release. We should remove usage of this tools from GeoAPI. The pack.sh script should be replaced by an Ant script.

desruisseaux commented 2 years ago

Done, but without replacement (no Ant script). Maven central and GitHub releases seem sufficient alternatives.