From owner-svn-ports-head@freebsd.org Thu Oct 1 13:46:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83291A0BFE9; Thu, 1 Oct 2015 13:46:50 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71C231616; Thu, 1 Oct 2015 13:46:50 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t91DkoJZ006042; Thu, 1 Oct 2015 13:46:50 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t91Dknla006037; Thu, 1 Oct 2015 13:46:49 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201510011346.t91Dknla006037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 1 Oct 2015 13:46:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398275 - in head/graphics/geoserver: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2015 13:46:50 -0000 Author: bofh Date: Thu Oct 1 13:46:48 2015 New Revision: 398275 URL: https://svnweb.freebsd.org/changeset/ports/398275 Log: graphics/geoserver: Update version 2.7.2=>2.8.0 - Take Maintainership - Fix patch files for 'make makepatch' Modified: head/graphics/geoserver/Makefile head/graphics/geoserver/distinfo head/graphics/geoserver/files/patch-bin_shutdown.sh head/graphics/geoserver/files/patch-bin_startup.sh head/graphics/geoserver/pkg-plist Modified: head/graphics/geoserver/Makefile ============================================================================== --- head/graphics/geoserver/Makefile Thu Oct 1 13:29:15 2015 (r398274) +++ head/graphics/geoserver/Makefile Thu Oct 1 13:46:48 2015 (r398275) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= geoserver -PORTVERSION= 2.7.2 +PORTVERSION= 2.8.0 CATEGORIES= graphics geography java MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-bin -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Open Source GIS server LICENSE= GPLv2 Modified: head/graphics/geoserver/distinfo ============================================================================== --- head/graphics/geoserver/distinfo Thu Oct 1 13:29:15 2015 (r398274) +++ head/graphics/geoserver/distinfo Thu Oct 1 13:46:48 2015 (r398275) @@ -1,2 +1,2 @@ -SHA256 (geoserver-2.7.2-bin.zip) = 2fffa49bc46743673e4fd678873ff2891e1a31471a10758aa0603c30fea2b1eb -SIZE (geoserver-2.7.2-bin.zip) = 62746855 +SHA256 (geoserver-2.8.0-bin.zip) = 182957ae500dfc41775ca0448feb53da488c3aa90ddbc3e9f9ba4568fad6779e +SIZE (geoserver-2.8.0-bin.zip) = 65206781 Modified: head/graphics/geoserver/files/patch-bin_shutdown.sh ============================================================================== --- head/graphics/geoserver/files/patch-bin_shutdown.sh Thu Oct 1 13:29:15 2015 (r398274) +++ head/graphics/geoserver/files/patch-bin_shutdown.sh Thu Oct 1 13:46:48 2015 (r398275) @@ -1,7 +1,7 @@ ---- bin/shutdown.sh.orig 2008-03-11 17:53:00.000000000 +0100 -+++ bin/shutdown.sh 2008-03-11 17:53:22.000000000 +0100 +--- bin/shutdown.sh.orig 2015-09-30 16:13:46 UTC ++++ bin/shutdown.sh @@ -5,20 +5,6 @@ - # $Id: shutdown.sh 7290 2007-07-23 18:57:27Z jdeolive $ + # $Id$ # ----------------------------------------------------------------------------- -# Make sure prerequisite environment variables are set @@ -21,9 +21,9 @@ if [ -z $GEOSERVER_HOME ]; then #If GEOSERVER_HOME not set then guess a few locations before giving # up and demanding user set it. -@@ -52,4 +38,4 @@ +@@ -52,4 +38,4 @@ if [ ! -r "$GEOSERVER_HOME"/start.jar ]; fi cd "$GEOSERVER_HOME" --exec "$_RUNJAVA" -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar start.jar --stop +-exec "$_RUNJAVA" $JAVA_OPTS -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar start.jar --stop +exec %%JAVA%% -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar start.jar --stop Modified: head/graphics/geoserver/files/patch-bin_startup.sh ============================================================================== --- head/graphics/geoserver/files/patch-bin_startup.sh Thu Oct 1 13:29:15 2015 (r398274) +++ head/graphics/geoserver/files/patch-bin_startup.sh Thu Oct 1 13:46:48 2015 (r398275) @@ -1,7 +1,7 @@ ---- bin/startup.sh.orig 2008-03-11 17:52:11.000000000 +0100 -+++ bin/startup.sh 2008-03-11 17:52:51.000000000 +0100 +--- bin/startup.sh.orig 2015-09-30 16:13:46 UTC ++++ bin/startup.sh @@ -5,20 +5,6 @@ - # $Id: startup.sh 7290 2007-07-23 18:57:27Z jdeolive $ + # $Id$ # ----------------------------------------------------------------------------- -# Make sure prerequisite environment variables are set @@ -21,9 +21,9 @@ if [ -z $GEOSERVER_HOME ]; then #If GEOSERVER_HOME not set then guess a few locations before giving # up and demanding user set it. -@@ -66,4 +52,4 @@ +@@ -71,4 +57,4 @@ cd "$GEOSERVER_HOME" echo "GEOSERVER DATA DIR is $GEOSERVER_DATA_DIR" #added headless to true by default, if this messes anyone up let the list #know and we can change it back, but it seems like it won't hurt -ch --exec "$_RUNJAVA" -DGEOSERVER_DATA_DIR=$GEOSERVER_DATA_DIR -Djava.awt.headless=true -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar start.jar +-exec "$_RUNJAVA" $JAVA_OPTS -DGEOSERVER_DATA_DIR="$GEOSERVER_DATA_DIR" -Djava.awt.headless=true -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar start.jar +exec %%JAVA%% -DGEOSERVER_DATA_DIR=$GEOSERVER_DATA_DIR -Djava.awt.headless=true -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar start.jar Modified: head/graphics/geoserver/pkg-plist ============================================================================== --- head/graphics/geoserver/pkg-plist Thu Oct 1 13:29:15 2015 (r398274) +++ head/graphics/geoserver/pkg-plist Thu Oct 1 13:46:48 2015 (r398275) @@ -309,12 +309,14 @@ %%G%%/data_dir/styles/capitals.sld @sample %%G%%/data_dir/styles/capitals.xml.sample @sample %%G%%/data_dir/styles/cite_lakes.xml.sample +%%G%%/data_dir/styles/default_generic.sld %%G%%/data_dir/styles/default_line.sld %%G%%/data_dir/styles/default_line2.sld %%G%%/data_dir/styles/default_point.sld %%G%%/data_dir/styles/default_polygon.sld %%G%%/data_dir/styles/dem.sld @sample %%G%%/data_dir/styles/dem.xml.sample +@sample %%G%%/data_dir/styles/generic.xml.sample %%G%%/data_dir/styles/giant_polygon.sld @sample %%G%%/data_dir/styles/giant_polygon.xml.sample @sample %%G%%/data_dir/styles/grass.xml.sample @@ -502,6 +504,7 @@ @sample %%G%%/resources/log4j.properties.sample %%G%%/start.jar @sample %%G%%/webapps/%%G%%/WEB-INF/dispatcher-servlet.xml.sample +%%G%%/webapps/%%G%%/WEB-INF/lib/GeographicLib-Java-1.44.jar %%G%%/webapps/%%G%%/WEB-INF/lib/JavaAPIforKml-2.2.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/activation-1.1.jar %%G%%/webapps/%%G%%/WEB-INF/lib/aopalliance-1.0.jar @@ -537,6 +540,7 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/commons-lang-2.6.jar %%G%%/webapps/%%G%%/WEB-INF/lib/commons-logging-1.1.1.jar %%G%%/webapps/%%G%%/WEB-INF/lib/commons-pool-1.5.3.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/core-0.26.jar %%G%%/webapps/%%G%%/WEB-INF/lib/ecore-2.6.1.jar %%G%%/webapps/%%G%%/WEB-INF/lib/ehcache-1.6.2.jar %%G%%/webapps/%%G%%/WEB-INF/lib/encoder-1.1.jar @@ -567,66 +571,68 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/gs-web-wms-%%MVER%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/gs-wfs-%%MVER%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/gs-wms-%%MVER%%.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-api-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-arcgrid-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-coverage-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-cql-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-data-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-epsg-hsql-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-geojson-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-geotiff-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-graph-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-grid-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-gtopo30-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-image-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-imagemosaic-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-jdbc-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-jdbc-postgis-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-main-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-metadata-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-opengis-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-process-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-process-feature-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-process-raster-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-property-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-referencing-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-render-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-shapefile-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-svg-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-transform-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-wfs-ng-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-wms-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xml-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-core-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-fes-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-filter-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-gml2-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-gml3-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-ows-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-sld-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-wcs-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-wfs-13.2.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-api-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-app-schema-resolver-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-arcgrid-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-complex-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-coverage-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-cql-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-data-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-epsg-hsql-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-geojson-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-geotiff-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-graph-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-grid-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-gtopo30-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-image-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-imagemosaic-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-jdbc-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-jdbc-postgis-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-main-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-metadata-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-opengis-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-process-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-process-feature-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-process-raster-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-property-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-referencing-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-render-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-shapefile-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-svg-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-transform-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-wfs-ng-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-wms-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xml-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-core-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-fes-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-filter-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-gml2-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-gml3-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-ows-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-sld-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-wcs-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gt-xsd-wfs-14.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/guava-17.0.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-core-1.7.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-diskquota-core-1.7.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-diskquota-jdbc-1.7.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-georss-1.7.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-gmaps-1.7.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-kml-1.7.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-rest-1.7.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-tms-1.7.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-ve-1.7.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-wms-1.7.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-wmts-1.7.2.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-core-1.8.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-diskquota-core-1.8.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-diskquota-jdbc-1.8.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-georss-1.8.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-gmaps-1.8.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-kml-1.8.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-rest-1.8.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-tms-1.8.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-ve-1.8.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-wms-1.8.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/gwc-wmts-1.8.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/h2-1.1.119.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/hsqldb-2.2.8.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/hsqldb-2.3.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/htmlvalidator-1.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-arcgrid-1.1.11.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-geocore-1.1.11.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-png-1.1.10.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-streams-1.1.11.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-tiff-1.1.11.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-utilities-1.1.11.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-arcgrid-1.1.12.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-geocore-1.1.12.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-png-1.1.11.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-streams-1.1.12.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-tiff-1.1.12.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/imageio-ext-utilities-1.1.12.jar %%G%%/webapps/%%G%%/WEB-INF/lib/itext-2.1.5.jar %%G%%/webapps/%%G%%/WEB-INF/lib/jai_codec-1.1.3.jar %%G%%/webapps/%%G%%/WEB-INF/lib/jai_core-1.1.3.jar @@ -639,33 +645,64 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/json-simple-1.1.jar %%G%%/webapps/%%G%%/WEB-INF/lib/jsr-275-1.0-beta-2.jar %%G%%/webapps/%%G%%/WEB-INF/lib/jsr305-2.0.3.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/jt-attributeop-1.3.1.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/jt-contour-1.3.1.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/jt-rangelookup-1.3.1.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/jt-utils-1.3.1.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/jt-vectorbinarize-1.3.1.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/jt-vectorize-1.3.1.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/jt-zonalstats-1.3.1.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-affine-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-algebra-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-attributeop-1.4.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-bandcombine-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-bandmerge-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-bandselect-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-binarize-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-border-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-buffer-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-classifier-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-colorconvert-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-colorindexer-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-contour-1.4.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-crop-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-errordiffusion-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-format-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-imagefunction-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-iterators-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-lookup-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-mosaic-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-nullop-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-orderdither-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-piecewise-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-rangelookup-1.4.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-rescale-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-rlookup-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-scale-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-stats-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-translate-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-utilities-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-utils-1.4.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-vectorbin-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-vectorbinarize-1.4.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-vectorize-1.4.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-warp-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-zonal-1.0.6.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/jt-zonalstats-1.4.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/jts-1.13.jar %%G%%/webapps/%%G%%/WEB-INF/lib/log4j-1.2.14.jar %%G%%/webapps/%%G%%/WEB-INF/lib/mail-1.4.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.fes-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.ows-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.wcs-13.2.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.wfs-13.2.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.fes-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.ows-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.wcs-14.0.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/net.opengis.wfs-14.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/org.json-2.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/org.restlet-1.0.8.jar %%G%%/webapps/%%G%%/WEB-INF/lib/org.restlet.ext.freemarker-1.0.8.jar %%G%%/webapps/%%G%%/WEB-INF/lib/org.restlet.ext.json-1.0.8.jar %%G%%/webapps/%%G%%/WEB-INF/lib/org.restlet.ext.spring-1.0.8.jar %%G%%/webapps/%%G%%/WEB-INF/lib/org.simpleframework-3.1.3.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/org.w3.xlink-13.2.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/org.w3.xlink-14.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/picocontainer-1.2.jar %%G%%/webapps/%%G%%/WEB-INF/lib/pngj-2.0.1.jar %%G%%/webapps/%%G%%/WEB-INF/lib/postgresql-8.4-701.jdbc3.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/postgresql-9.4-1201-jdbc41.jar %%G%%/webapps/%%G%%/WEB-INF/lib/servlet-api-2.5.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/slf4j-api-1.5.8.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/slf4j-log4j12-1.4.2.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/slf4j-api-1.6.1.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/slf4j-log4j12-1.7.10.jar %%G%%/webapps/%%G%%/WEB-INF/lib/spring-aop-3.1.4.RELEASE.jar %%G%%/webapps/%%G%%/WEB-INF/lib/spring-asm-3.1.4.RELEASE.jar %%G%%/webapps/%%G%%/WEB-INF/lib/spring-beans-3.1.4.RELEASE.jar @@ -685,7 +722,6 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/spring-webmvc-3.1.4.RELEASE.jar %%G%%/webapps/%%G%%/WEB-INF/lib/stax-1.2.0.jar %%G%%/webapps/%%G%%/WEB-INF/lib/stax-api-1.0.1.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/vecmath-1.3.2.jar %%G%%/webapps/%%G%%/WEB-INF/lib/wicket-1.4.12.jar %%G%%/webapps/%%G%%/WEB-INF/lib/wicket-extensions-1.4.12.jar %%G%%/webapps/%%G%%/WEB-INF/lib/wicket-ioc-1.4.12.jar