diff --git a/.classpath b/.classpath old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.project b/.project old mode 100644 new mode 100755 diff --git a/.settings/.jsdtscope b/.settings/.jsdtscope old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component old mode 100644 new mode 100755 index dc2d214..88ddf2f --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -59,7 +59,7 @@ - + uses diff --git a/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml b/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.wst.jsdt.ui.superType.container b/.settings/org.eclipse.wst.jsdt.ui.superType.container old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.wst.jsdt.ui.superType.name b/.settings/org.eclipse.wst.jsdt.ui.superType.name old mode 100644 new mode 100755 diff --git a/.settings/org.eclipse.wst.validation.prefs b/.settings/org.eclipse.wst.validation.prefs old mode 100644 new mode 100755 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100644 new mode 100755 index cdaa38a..bd37c32 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v1.1.9-SNAPSHOT] - 2022-01-26 +## [v1.1.9] - 2022-01-26 ### Fixes diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/changelog.xml b/changelog.xml old mode 100644 new mode 100755 diff --git a/descriptor.xml b/descriptor.xml old mode 100644 new mode 100755 diff --git a/gcube-app.xml b/gcube-app.xml old mode 100644 new mode 100755 diff --git a/pom.xml b/pom.xml old mode 100644 new mode 100755 index 88e9b2a..3271d69 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.gcube.data-analysis wps - 1.1.9-SNAPSHOT + 1.1.9 WPS A service implementing a WPS provider in the D4Science e-Infrastructure @@ -87,7 +87,7 @@ org.gcube.distribution gcube-smartgears-bom - 2.1.0 + 2.1.1 pom import diff --git a/profile.xml b/profile.xml old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/CancelComputation.java b/src/main/java/org/gcube/data/analysis/wps/CancelComputation.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/ExecuteRequest.java b/src/main/java/org/gcube/data/analysis/wps/ExecuteRequest.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/ExecuteResponse.java b/src/main/java/org/gcube/data/analysis/wps/ExecuteResponse.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/ExecuteResponseBuilder.java b/src/main/java/org/gcube/data/analysis/wps/ExecuteResponseBuilder.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/GCubeObserver.java b/src/main/java/org/gcube/data/analysis/wps/GCubeObserver.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/GetCapabilitiesBuilder.java b/src/main/java/org/gcube/data/analysis/wps/GetCapabilitiesBuilder.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/RequestHandler.java b/src/main/java/org/gcube/data/analysis/wps/RequestHandler.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/WebProcessingService.java b/src/main/java/org/gcube/data/analysis/wps/WebProcessingService.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/filter/ClassLoaderFilter.java b/src/main/java/org/gcube/data/analysis/wps/filter/ClassLoaderFilter.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/processes/Processes.java b/src/main/java/org/gcube/data/analysis/wps/processes/Processes.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/repository/AlgorithmUpdater.java b/src/main/java/org/gcube/data/analysis/wps/repository/AlgorithmUpdater.java old mode 100644 new mode 100755 diff --git a/src/main/java/org/gcube/data/analysis/wps/repository/GcubeAlgorithmRepository.java b/src/main/java/org/gcube/data/analysis/wps/repository/GcubeAlgorithmRepository.java old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/README.md b/src/main/webapp/R/README.md old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/R_Datatype.conf b/src/main/webapp/R/R_Datatype.conf old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/demo/ImageRendering.html b/src/main/webapp/R/demo/ImageRendering.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/demo/error.png b/src/main/webapp/R/demo/error.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/demo/imageRendering.js b/src/main/webapp/R/demo/imageRendering.js old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/demo/info.png b/src/main/webapp/R/demo/info.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/demo/styles.css b/src/main/webapp/R/demo/styles.css old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/demo/success.png b/src/main/webapp/R/demo/success.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/demo/validation.png b/src/main/webapp/R/demo/validation.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/demo/warning.png b/src/main/webapp/R/demo/warning.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/demo/wps-client-common.js b/src/main/webapp/R/demo/wps-client-common.js old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/resources/EO2H/AirQualityMapping.RData b/src/main/webapp/R/resources/EO2H/AirQualityMapping.RData old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/resources/Sweave.sty b/src/main/webapp/R/resources/Sweave.sty old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/resources/pegel-report.Rnw b/src/main/webapp/R/resources/pegel-report.Rnw old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/resources/sweave-foo.Rnw b/src/main/webapp/R/resources/sweave-foo.Rnw old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/resources/test/dir/dummy2.txt b/src/main/webapp/R/resources/test/dir/dummy2.txt old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/resources/test/dir/folder/subfolder/dummy3.txt b/src/main/webapp/R/resources/test/dir/folder/subfolder/dummy3.txt old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/resources/test/dummy1.txt b/src/main/webapp/R/resources/test/dummy1.txt old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/resources/test/dummy2.png b/src/main/webapp/R/resources/test/dummy2.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/README.md b/src/main/webapp/R/scripts/README.md old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/demo_idw.R b/src/main/webapp/R/scripts/demo_idw.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/demo_image.R b/src/main/webapp/R/scripts/demo_image.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/demo_interpolation-jsclient.R b/src/main/webapp/R/scripts/demo_interpolation-jsclient.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/demo_meuse-rdata.R b/src/main/webapp/R/scripts/demo_meuse-rdata.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/demo_report.R b/src/main/webapp/R/scripts/demo_report.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/demo_sweave-foo.R b/src/main/webapp/R/scripts/demo_sweave-foo.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/demo_timeseries-plot.R b/src/main/webapp/R/scripts/demo_timeseries-plot.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/demo_uniform-table.R b/src/main/webapp/R/scripts/demo_uniform-table.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/demo_uniform.R b/src/main/webapp/R/scripts/demo_uniform.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/enviroCar_mapMatching.R b/src/main/webapp/R/scripts/enviroCar_mapMatching.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/eo2h_airqualitysaxony.R b/src/main/webapp/R/scripts/eo2h_airqualitysaxony.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/geo_poly-attribute-sum.R b/src/main/webapp/R/scripts/geo_poly-attribute-sum.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/geo_poly-intersection.R b/src/main/webapp/R/scripts/geo_poly-intersection.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/highlight.R b/src/main/webapp/R/scripts/highlight.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/netCDF_aggregation.R b/src/main/webapp/R/scripts/netCDF_aggregation.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/test_calculator.R b/src/main/webapp/R/scripts/test_calculator.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/test_csv.R b/src/main/webapp/R/scripts/test_csv.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/test_defaults.R b/src/main/webapp/R/scripts/test_defaults.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/test_echo.R b/src/main/webapp/R/scripts/test_echo.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/test_geo.R b/src/main/webapp/R/scripts/test_geo.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/test_image.R b/src/main/webapp/R/scripts/test_image.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/test_resources.R b/src/main/webapp/R/scripts/test_resources.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/test_warnings.R b/src/main/webapp/R/scripts/test_warnings.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/test_wps-off.R b/src/main/webapp/R/scripts/test_wps-off.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/test_wpsSession.R b/src/main/webapp/R/scripts/test_wpsSession.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/scripts/uncertweb_make-realizations.R b/src/main/webapp/R/scripts/uncertweb_make-realizations.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/utils/unzipRenameFile.R b/src/main/webapp/R/utils/unzipRenameFile.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/R/utils/wpsStatus.R b/src/main/webapp/R/utils/wpsStatus.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/WEB-INF/tld/functions.tld b/src/main/webapp/WEB-INF/tld/functions.tld old mode 100644 new mode 100755 diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/config/wpsCapabilitiesSkeleton.xml b/src/main/webapp/config/wpsCapabilitiesSkeleton.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/config/wps_config.xml b/src/main/webapp/config/wps_config.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/config/wps_config_geotools.xml b/src/main/webapp/config/wps_config_geotools.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/css/bootstrap.min.css b/src/main/webapp/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/CMSY_22_noplot.R b/src/main/webapp/ecocfg/CMSY_22_noplot.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/CatchMSY_Dec2014.R b/src/main/webapp/ecocfg/CatchMSY_Dec2014.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/CatchMSY_Dec2014_1.R b/src/main/webapp/ecocfg/CatchMSY_Dec2014_1.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/DestinationDBHibernate.cfg.xml b/src/main/webapp/ecocfg/DestinationDBHibernate.cfg.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/DestinationDBHibernateDBManager.cfg.xml b/src/main/webapp/ecocfg/DestinationDBHibernateDBManager.cfg.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/FISHBASE_taxa.taf b/src/main/webapp/ecocfg/FISHBASE_taxa.taf old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/PARALLEL_PROCESSING/CMSY_22_noplot.R b/src/main/webapp/ecocfg/PARALLEL_PROCESSING/CMSY_22_noplot.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/PARALLEL_PROCESSING/CatchMSY_Dec2014.R b/src/main/webapp/ecocfg/PARALLEL_PROCESSING/CatchMSY_Dec2014.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/PARALLEL_PROCESSING/CatchMSY_Dec2014_1.R b/src/main/webapp/ecocfg/PARALLEL_PROCESSING/CatchMSY_Dec2014_1.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/PARALLEL_PROCESSING/DestinationDBHibernate.cfg.xml b/src/main/webapp/ecocfg/PARALLEL_PROCESSING/DestinationDBHibernate.cfg.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/PARALLEL_PROCESSING/UpdateLWR_4.R b/src/main/webapp/ecocfg/PARALLEL_PROCESSING/UpdateLWR_4.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/PARALLEL_PROCESSING/YASMEEN-matcher-1.2.0.1.jar b/src/main/webapp/ecocfg/PARALLEL_PROCESSING/YASMEEN-matcher-1.2.0.1.jar old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/PARALLEL_PROCESSING/YASMEEN-parser-1.2.0.jar b/src/main/webapp/ecocfg/PARALLEL_PROCESSING/YASMEEN-parser-1.2.0.jar old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/SDMXDataConverter.R b/src/main/webapp/ecocfg/SDMXDataConverter.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/SpatialReallocationGenericAlgorithm.R b/src/main/webapp/ecocfg/SpatialReallocationGenericAlgorithm.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/SpatialReallocationSimplifiedAlgorithm.R b/src/main/webapp/ecocfg/SpatialReallocationSimplifiedAlgorithm.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/SpatialReallocationSimplifiedTableAlgorithm.R b/src/main/webapp/ecocfg/SpatialReallocationSimplifiedTableAlgorithm.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/UpdateLWR_4.R b/src/main/webapp/ecocfg/UpdateLWR_4.R old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/YASMEEN-matcher-1.2.0.1.jar b/src/main/webapp/ecocfg/YASMEEN-matcher-1.2.0.1.jar old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/YASMEEN-parser-1.2.0.jar b/src/main/webapp/ecocfg/YASMEEN-parser-1.2.0.jar old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/algorithms.properties b/src/main/webapp/ecocfg/algorithms.properties old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/clusterers.properties b/src/main/webapp/ecocfg/clusterers.properties old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/dynamictransducerers.properties b/src/main/webapp/ecocfg/dynamictransducerers.properties old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/eez.asc b/src/main/webapp/ecocfg/eez.asc old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/evaluators.properties b/src/main/webapp/ecocfg/evaluators.properties old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/faoareas.asc b/src/main/webapp/ecocfg/faoareas.asc old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/generators.properties b/src/main/webapp/ecocfg/generators.properties old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/interpolateTacsat.r b/src/main/webapp/ecocfg/interpolateTacsat.r old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/modelers.properties b/src/main/webapp/ecocfg/modelers.properties old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/models.properties b/src/main/webapp/ecocfg/models.properties old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/nodealgorithms.properties b/src/main/webapp/ecocfg/nodealgorithms.properties old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/operators.xml b/src/main/webapp/ecocfg/operators.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/templatelayerres05.asc b/src/main/webapp/ecocfg/templatelayerres05.asc old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/transducerers.properties b/src/main/webapp/ecocfg/transducerers.properties old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/userperspective.properties b/src/main/webapp/ecocfg/userperspective.properties old mode 100644 new mode 100755 diff --git a/src/main/webapp/ecocfg/worldcountries_hires.asc b/src/main/webapp/ecocfg/worldcountries_hires.asc old mode 100644 new mode 100755 diff --git a/src/main/webapp/favicon.ico b/src/main/webapp/favicon.ico old mode 100644 new mode 100755 diff --git a/src/main/webapp/images/_d4science.png b/src/main/webapp/images/_d4science.png old mode 100644 new mode 100755 diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/DescribeProcess.xml b/src/main/webapp/requests/DescribeProcess.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/EchoProcess_raw-complex.xml b/src/main/webapp/requests/EchoProcess_raw-complex.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/EchoProcess_reference-complex.xml b/src/main/webapp/requests/EchoProcess_reference-complex.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/EchoProcess_response-both.xml b/src/main/webapp/requests/EchoProcess_response-both.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/GetCapabilities.xml b/src/main/webapp/requests/GetCapabilities.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/Intersectionrequest.xml b/src/main/webapp/requests/Intersectionrequest.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_EO2H_AirQualitySaxony.xml b/src/main/webapp/requests/R_EO2H_AirQualitySaxony.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_Idw.xml b/src/main/webapp/requests/R_Idw.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_SosPlot.xml b/src/main/webapp/requests/R_SosPlot.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_echo.xml b/src/main/webapp/requests/R_echo.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_enviroCar_mapMatching.xml b/src/main/webapp/requests/R_enviroCar_mapMatching.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_image.xml b/src/main/webapp/requests/R_image.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_meuse.xml b/src/main/webapp/requests/R_meuse.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_meuse2.xml b/src/main/webapp/requests/R_meuse2.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_pegel-report.xml b/src/main/webapp/requests/R_pegel-report.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_pegel-report_pdf.xml b/src/main/webapp/requests/R_pegel-report_pdf.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_sweave-foo.xml b/src/main/webapp/requests/R_sweave-foo.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_sweave-foo_pdf.xml b/src/main/webapp/requests/R_sweave-foo_pdf.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/R_uniform.xml b/src/main/webapp/requests/R_uniform.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/SimpleBuffer.xml b/src/main/webapp/requests/SimpleBuffer.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/SimpleBufferRemoteWFSPOST.xml b/src/main/webapp/requests/SimpleBufferRemoteWFSPOST.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/Touchesrequest.xml b/src/main/webapp/requests/Touchesrequest.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/Unionrequest.xml b/src/main/webapp/requests/Unionrequest.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/jtsconvexhull_request.xml b/src/main/webapp/requests/jtsconvexhull_request.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/mc_echo.xml b/src/main/webapp/requests/mc_echo.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/r.contour_request_all_bands_out_gml.xml b/src/main/webapp/requests/r.contour_request_all_bands_out_gml.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/r.contour_request_all_bands_out_shp.xml b/src/main/webapp/requests/r.contour_request_all_bands_out_shp.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/r.contour_request_out_gml.xml b/src/main/webapp/requests/r.contour_request_out_gml.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/r.contour_request_out_shp.xml b/src/main/webapp/requests/r.contour_request_out_shp.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/r.math_request.xml b/src/main/webapp/requests/r.math_request.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/r.neighbors_request.xml b/src/main/webapp/requests/r.neighbors_request.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/r.resample_request_out_netcdf.xml b/src/main/webapp/requests/r.resample_request_out_netcdf.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/r.resample_request_out_tiff.xml b/src/main/webapp/requests/r.resample_request_out_tiff.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/r.to.vect_request_out_gml.xml b/src/main/webapp/requests/r.to.vect_request_out_gml.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/r.to.vect_request_out_shp.xml b/src/main/webapp/requests/r.to.vect_request_out_shp.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/r.watershed_request.xml b/src/main/webapp/requests/r.watershed_request.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/v.buffer_request_in_dgn.xml b/src/main/webapp/requests/v.buffer_request_in_dgn.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/v.buffer_request_in_kml.xml b/src/main/webapp/requests/v.buffer_request_in_kml.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/v.buffer_request_out_gml.xml b/src/main/webapp/requests/v.buffer_request_out_gml.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/v.buffer_request_out_kml.xml b/src/main/webapp/requests/v.buffer_request_out_kml.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/v.buffer_request_out_shp.xml b/src/main/webapp/requests/v.buffer_request_out_shp.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/v.delaunay_request_out_gml.xml b/src/main/webapp/requests/v.delaunay_request_out_gml.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/v.delaunay_request_out_shp.xml b/src/main/webapp/requests/v.delaunay_request_out_shp.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/v.hull_request_out_gml.xml b/src/main/webapp/requests/v.hull_request_out_gml.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/v.hull_request_out_kml.xml b/src/main/webapp/requests/v.hull_request_out_kml.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/v.hull_request_out_shp.xml b/src/main/webapp/requests/v.hull_request_out_shp.xml old mode 100644 new mode 100755 diff --git a/src/main/webapp/requests/v.to.rast_request.xml b/src/main/webapp/requests/v.to.rast_request.xml old mode 100644 new mode 100755