View | Details | Raw Unified | Return to bug 157878
Collapse All | Expand All

(-)graphics/geoserver/Makefile (-6 / +7 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	geoserver
8
PORTNAME=	geoserver
9
PORTVERSION=	2.0.2
9
PORTVERSION=	2.1.0
10
CATEGORIES=	graphics geography java
10
CATEGORIES=	graphics geography java
11
MASTER_SITES=	SF/${PORTNAME}/GeoServer/${PORTVERSION}
11
MASTER_SITES=	SF/${PORTNAME}/GeoServer/${PORTVERSION}
12
DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
12
DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
Lines 14-19 Link Here
14
MAINTAINER=	avl@FreeBSD.org
14
MAINTAINER=	avl@FreeBSD.org
15
COMMENT=	An Open Source GIS Server
15
COMMENT=	An Open Source GIS Server
16
16
17
LICENSE=	GPLv2
18
LICENSE_FILE=	${WRKSRC}/GPL.txt
19
17
USE_JAVA=	yes
20
USE_JAVA=	yes
18
USE_ZIP=	yes
21
USE_ZIP=	yes
19
JAVA_VERSION=	1.5+
22
JAVA_VERSION=	1.5+
Lines 24-36 Link Here
24
GEODIRS=	data_dir etc lib logs resources webapps
27
GEODIRS=	data_dir etc lib logs resources webapps
25
28
26
USE_RC_SUBR=	${PORTNAME}
29
USE_RC_SUBR=	${PORTNAME}
27
PLIST_SUB=	G="${GEOSERVERDIR:S,^${PREFIX}/,,}" GTVER=2.6.4 MVER=${PORTVERSION}
30
PLIST_SUB=	G="${GEOSERVERDIR:S,^${PREFIX}/,,}" GTVER=2.7.1 MVER=${PORTVERSION}
28
SUB_LIST=	GEOSERVERDIR="${GEOSERVERDIR}" JAVA="${JAVA}"
31
SUB_LIST=	GEOSERVERDIR="${GEOSERVERDIR}" JAVA="${JAVA}"
29
SUB_FILES=	pkg-message
32
SUB_FILES=	pkg-message
30
33
31
post-patch:
34
post-patch:
32
	@${RM} ${WRKSRC}/data_dir/logs/geoserver.log
33
	@${RM} ${WRKSRC}/data_dir/gwc/meta_jdbc_h2/*
34
	@${REINPLACE_CMD} -e 's|$$GEOSERVER_HOME|${GEOSERVERDIR}|g' \
35
	@${REINPLACE_CMD} -e 's|$$GEOSERVER_HOME|${GEOSERVERDIR}|g' \
35
		-e 's|%%JAVA%%|${JAVA}|g' \
36
		-e 's|%%JAVA%%|${JAVA}|g' \
36
		${WRKSRC}/bin/startup.sh ${WRKSRC}/bin/shutdown.sh
37
		${WRKSRC}/bin/startup.sh ${WRKSRC}/bin/shutdown.sh
Lines 38-44 Link Here
38
do-install:
39
do-install:
39
	@${MKDIR} ${GEOSERVERDIR}/bin
40
	@${MKDIR} ${GEOSERVERDIR}/bin
40
	${INSTALL_SCRIPT} ${WRKSRC}/bin/*.sh ${GEOSERVERDIR}/bin
41
	${INSTALL_SCRIPT} ${WRKSRC}/bin/*.sh ${GEOSERVERDIR}/bin
41
.for f in GPL.txt LICENSE.txt README.txt RUNNING.txt start.jar
42
.for f in LICENSE.txt README.txt RUNNING.txt VERSION.txt start.jar
42
	${INSTALL_DATA} ${WRKSRC}/${f} ${GEOSERVERDIR}
43
	${INSTALL_DATA} ${WRKSRC}/${f} ${GEOSERVERDIR}
43
.endfor
44
.endfor
44
.for dir in ${GEODIRS}
45
.for dir in ${GEODIRS}
Lines 46-52 Link Here
46
		| while read a; do \
47
		| while read a; do \
47
			${MV} ${WRKSRC}/$$a ${WRKSRC}/$$a.sample; \
48
			${MV} ${WRKSRC}/$$a ${WRKSRC}/$$a.sample; \
48
			if [ ! -e "${GEOSERVERDIR}/$$a" ]; then \
49
			if [ ! -e "${GEOSERVERDIR}/$$a" ]; then \
49
				${CP} ${WRKSRC}/$$a.sample ${WRKSRC}/$$a; \
50
				${CP} -pf ${WRKSRC}/$$a.sample ${WRKSRC}/$$a; \
50
			fi; \
51
			fi; \
51
		done
52
		done
52
	@cd ${WRKSRC} && \
53
	@cd ${WRKSRC} && \
(-)graphics/geoserver/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (geoserver-2.0.2-bin.zip) = 5fa425fa912577cd1cff0b0b7b7d5b98
1
SHA256 (geoserver-2.1.0-bin.zip) = 2e5be901aee41f7749acb1e932885f0cfbdca0c8f3d31b29af1e18a8918a5d41
2
SHA256 (geoserver-2.0.2-bin.zip) = 923cf630989b2bd50b7c53bf67d6cc3f91b1b1a2f8474cdf50dc82a4f62748fc
2
SIZE (geoserver-2.1.0-bin.zip) = 58142393
3
SIZE (geoserver-2.0.2-bin.zip) = 54208196
(-)graphics/geoserver/files/geoserver.in (-2 / +5 lines)
Lines 24-35 Link Here
24
: ${geoserver_user="root"}
24
: ${geoserver_user="root"}
25
: ${geoserver_chdir="%%GEOSERVERDIR%%"}
25
: ${geoserver_chdir="%%GEOSERVERDIR%%"}
26
26
27
pidfile=${geoserver_pidfile:-"/var/run/geoserver.pid"}
28
27
java_args="-DGEOSERVER_DATA_DIR=%%GEOSERVERDIR%%/data_dir -Djava.awt.headless=true \
29
java_args="-DGEOSERVER_DATA_DIR=%%GEOSERVERDIR%%/data_dir -Djava.awt.headless=true \
28
		-DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar start.jar"
30
		-DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar start.jar"
29
log_args=">> ${geoserver_stdout_log} 2>> ${geoserver_stderr_log}"
31
log_args=">> ${geoserver_stdout_log} 2>> ${geoserver_stderr_log}"
30
32
31
command="%%JAVA%%"
33
command="/usr/sbin/daemon"
32
command_args="${java_args} ${geoserver_flags} ${log_args} &"
34
command_args="-p ${pidfile} %%JAVA%% ${java_args} ${geoserver_flags} ${log_args}"
35
procname="%%JAVA%%"
33
36
34
start_precmd=logs_touch
37
start_precmd=logs_touch
35
38
(-)graphics/geoserver/pkg-plist (-261 / +252 lines)
Lines 2-7 Link Here
2
@unexec if cmp -s %D/%%G%%/data_dir/coverages/img_sample/info.xml %D/%%G%%/data_dir/coverages/img_sample/info.xml.sample; then rm -f %D/%%G%%/data_dir/coverages/img_sample/info.xml; fi
2
@unexec if cmp -s %D/%%G%%/data_dir/coverages/img_sample/info.xml %D/%%G%%/data_dir/coverages/img_sample/info.xml.sample; then rm -f %D/%%G%%/data_dir/coverages/img_sample/info.xml; fi
3
@unexec if cmp -s %D/%%G%%/data_dir/coverages/mosaic_sample/info.xml %D/%%G%%/data_dir/coverages/mosaic_sample/info.xml.sample; then rm -f %D/%%G%%/data_dir/coverages/mosaic_sample/info.xml; fi
3
@unexec if cmp -s %D/%%G%%/data_dir/coverages/mosaic_sample/info.xml %D/%%G%%/data_dir/coverages/mosaic_sample/info.xml.sample; then rm -f %D/%%G%%/data_dir/coverages/mosaic_sample/info.xml; fi
4
@unexec if cmp -s %D/%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties %D/%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties.sample; then rm -f %D/%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties; fi
4
@unexec if cmp -s %D/%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties %D/%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties.sample; then rm -f %D/%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties; fi
5
@unexec if cmp -s %D/%%G%%/data_dir/coverages/sfdem_sfdem/info.xml %D/%%G%%/data_dir/coverages/sfdem_sfdem/info.xml.sample; then rm -f %D/%%G%%/data_dir/coverages/sfdem_sfdem/info.xml; fi
5
@unexec if cmp -s %D/%%G%%/data_dir/demo/WCS_describeCoverage.xml %D/%%G%%/data_dir/demo/WCS_describeCoverage.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WCS_describeCoverage.xml; fi
6
@unexec if cmp -s %D/%%G%%/data_dir/demo/WCS_describeCoverage.xml %D/%%G%%/data_dir/demo/WCS_describeCoverage.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WCS_describeCoverage.xml; fi
6
@unexec if cmp -s %D/%%G%%/data_dir/demo/WCS_getCapabilities.xml %D/%%G%%/data_dir/demo/WCS_getCapabilities.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WCS_getCapabilities.xml; fi
7
@unexec if cmp -s %D/%%G%%/data_dir/demo/WCS_getCapabilities.xml %D/%%G%%/data_dir/demo/WCS_getCapabilities.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WCS_getCapabilities.xml; fi
7
@unexec if cmp -s %D/%%G%%/data_dir/demo/WCS_getCoverage.xml %D/%%G%%/data_dir/demo/WCS_getCoverage.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WCS_getCoverage.xml; fi
8
@unexec if cmp -s %D/%%G%%/data_dir/demo/WCS_getCoverage.xml %D/%%G%%/data_dir/demo/WCS_getCoverage.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WCS_getCoverage.xml; fi
Lines 85-99 Link Here
85
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Uniquity.xml %D/%%G%%/data_dir/plugIns/Uniquity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Uniquity.xml; fi
86
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Uniquity.xml %D/%%G%%/data_dir/plugIns/Uniquity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Uniquity.xml; fi
86
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/WithinIntegrity.xml %D/%%G%%/data_dir/plugIns/WithinIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/WithinIntegrity.xml; fi
87
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/WithinIntegrity.xml %D/%%G%%/data_dir/plugIns/WithinIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/WithinIntegrity.xml; fi
87
@unexec if cmp -s %D/%%G%%/data_dir/security/layers.properties %D/%%G%%/data_dir/security/layers.properties.sample; then rm -f %D/%%G%%/data_dir/security/layers.properties; fi
88
@unexec if cmp -s %D/%%G%%/data_dir/security/layers.properties %D/%%G%%/data_dir/security/layers.properties.sample; then rm -f %D/%%G%%/data_dir/security/layers.properties; fi
88
@unexec if cmp -s %D/%%G%%/data_dir/security/rest.properties %D/%%G%%/data_dir/security/rest.properties.sample; then rm -f %D/%%G%%/data_dir/security/rest.properties; fi
89
@unexec if cmp -s %D/%%G%%/data_dir/security/service.properties %D/%%G%%/data_dir/security/service.properties.sample; then rm -f %D/%%G%%/data_dir/security/service.properties; fi
89
@unexec if cmp -s %D/%%G%%/data_dir/security/service.properties %D/%%G%%/data_dir/security/service.properties.sample; then rm -f %D/%%G%%/data_dir/security/service.properties; fi
90
@unexec if cmp -s %D/%%G%%/data_dir/security/users.properties %D/%%G%%/data_dir/security/users.properties.sample; then rm -f %D/%%G%%/data_dir/security/users.properties; fi
90
@unexec if cmp -s %D/%%G%%/data_dir/security/users.properties %D/%%G%%/data_dir/security/users.properties.sample; then rm -f %D/%%G%%/data_dir/security/users.properties; fi
91
@unexec if cmp -s %D/%%G%%/data_dir/styles/burg.xml %D/%%G%%/data_dir/styles/burg.xml.sample; then rm -f %D/%%G%%/data_dir/styles/burg.xml; fi
91
@unexec if cmp -s %D/%%G%%/data_dir/styles/burg.xml %D/%%G%%/data_dir/styles/burg.xml.sample; then rm -f %D/%%G%%/data_dir/styles/burg.xml; fi
92
@unexec if cmp -s %D/%%G%%/data_dir/styles/capitals.xml %D/%%G%%/data_dir/styles/capitals.xml.sample; then rm -f %D/%%G%%/data_dir/styles/capitals.xml; fi
92
@unexec if cmp -s %D/%%G%%/data_dir/styles/capitals.xml %D/%%G%%/data_dir/styles/capitals.xml.sample; then rm -f %D/%%G%%/data_dir/styles/capitals.xml; fi
93
@unexec if cmp -s %D/%%G%%/data_dir/styles/cite_lakes.xml %D/%%G%%/data_dir/styles/cite_lakes.xml.sample; then rm -f %D/%%G%%/data_dir/styles/cite_lakes.xml; fi
93
@unexec if cmp -s %D/%%G%%/data_dir/styles/cite_lakes.xml %D/%%G%%/data_dir/styles/cite_lakes.xml.sample; then rm -f %D/%%G%%/data_dir/styles/cite_lakes.xml; fi
94
@unexec if cmp -s %D/%%G%%/data_dir/styles/concat.xml %D/%%G%%/data_dir/styles/concat.xml.sample; then rm -f %D/%%G%%/data_dir/styles/concat.xml; fi
95
@unexec if cmp -s %D/%%G%%/data_dir/styles/dem.xml %D/%%G%%/data_dir/styles/dem.xml.sample; then rm -f %D/%%G%%/data_dir/styles/dem.xml; fi
94
@unexec if cmp -s %D/%%G%%/data_dir/styles/dem.xml %D/%%G%%/data_dir/styles/dem.xml.sample; then rm -f %D/%%G%%/data_dir/styles/dem.xml; fi
96
@unexec if cmp -s %D/%%G%%/data_dir/styles/flags.xml %D/%%G%%/data_dir/styles/flags.xml.sample; then rm -f %D/%%G%%/data_dir/styles/flags.xml; fi
97
@unexec if cmp -s %D/%%G%%/data_dir/styles/giant_polygon.xml %D/%%G%%/data_dir/styles/giant_polygon.xml.sample; then rm -f %D/%%G%%/data_dir/styles/giant_polygon.xml; fi
95
@unexec if cmp -s %D/%%G%%/data_dir/styles/giant_polygon.xml %D/%%G%%/data_dir/styles/giant_polygon.xml.sample; then rm -f %D/%%G%%/data_dir/styles/giant_polygon.xml; fi
98
@unexec if cmp -s %D/%%G%%/data_dir/styles/grass.xml %D/%%G%%/data_dir/styles/grass.xml.sample; then rm -f %D/%%G%%/data_dir/styles/grass.xml; fi
96
@unexec if cmp -s %D/%%G%%/data_dir/styles/grass.xml %D/%%G%%/data_dir/styles/grass.xml.sample; then rm -f %D/%%G%%/data_dir/styles/grass.xml; fi
99
@unexec if cmp -s %D/%%G%%/data_dir/styles/green.xml %D/%%G%%/data_dir/styles/green.xml.sample; then rm -f %D/%%G%%/data_dir/styles/green.xml; fi
97
@unexec if cmp -s %D/%%G%%/data_dir/styles/green.xml %D/%%G%%/data_dir/styles/green.xml.sample; then rm -f %D/%%G%%/data_dir/styles/green.xml; fi
Lines 116-122 Link Here
116
@unexec if cmp -s %D/%%G%%/data_dir/wcs.xml %D/%%G%%/data_dir/wcs.xml.sample; then rm -f %D/%%G%%/data_dir/wcs.xml; fi
114
@unexec if cmp -s %D/%%G%%/data_dir/wcs.xml %D/%%G%%/data_dir/wcs.xml.sample; then rm -f %D/%%G%%/data_dir/wcs.xml; fi
117
@unexec if cmp -s %D/%%G%%/data_dir/wfs.xml %D/%%G%%/data_dir/wfs.xml.sample; then rm -f %D/%%G%%/data_dir/wfs.xml; fi
115
@unexec if cmp -s %D/%%G%%/data_dir/wfs.xml %D/%%G%%/data_dir/wfs.xml.sample; then rm -f %D/%%G%%/data_dir/wfs.xml; fi
118
@unexec if cmp -s %D/%%G%%/data_dir/wms.xml %D/%%G%%/data_dir/wms.xml.sample; then rm -f %D/%%G%%/data_dir/wms.xml; fi
116
@unexec if cmp -s %D/%%G%%/data_dir/wms.xml %D/%%G%%/data_dir/wms.xml.sample; then rm -f %D/%%G%%/data_dir/wms.xml; fi
119
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/default.xml %D/%%G%%/data_dir/workspaces/default.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/default.xml; fi
120
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/cite/namespace.xml %D/%%G%%/data_dir/workspaces/cite/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/cite/namespace.xml; fi
117
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/cite/namespace.xml %D/%%G%%/data_dir/workspaces/cite/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/cite/namespace.xml; fi
121
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/cite/workspace.xml %D/%%G%%/data_dir/workspaces/cite/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/cite/workspace.xml; fi
118
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/cite/workspace.xml %D/%%G%%/data_dir/workspaces/cite/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/cite/workspace.xml; fi
122
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml %D/%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml; fi
119
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml %D/%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml; fi
Lines 192-212 Link Here
192
@unexec if cmp -s %D/%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml %D/%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml.sample; then rm -f %D/%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml; fi
189
@unexec if cmp -s %D/%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml %D/%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml.sample; then rm -f %D/%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml; fi
193
@unexec if cmp -s %D/%%G%%/webapps/geoserver/WEB-INF/web.xml %D/%%G%%/webapps/geoserver/WEB-INF/web.xml.sample; then rm -f %D/%%G%%/webapps/geoserver/WEB-INF/web.xml; fi
190
@unexec if cmp -s %D/%%G%%/webapps/geoserver/WEB-INF/web.xml %D/%%G%%/webapps/geoserver/WEB-INF/web.xml.sample; then rm -f %D/%%G%%/webapps/geoserver/WEB-INF/web.xml; fi
194
@unexec if cmp -s %D/%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml %D/%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml.sample; then rm -f %D/%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml; fi
191
@unexec if cmp -s %D/%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml %D/%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml.sample; then rm -f %D/%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml; fi
195
%%G%%/GPL.txt
196
%%G%%/LICENSE.txt
192
%%G%%/LICENSE.txt
197
%%G%%/README.txt
193
%%G%%/README.txt
194
%%G%%/VERSION.txt
198
%%G%%/RUNNING.txt
195
%%G%%/RUNNING.txt
199
%%G%%/bin/shutdown.sh
196
%%G%%/bin/shutdown.sh
200
%%G%%/bin/startup.sh
197
%%G%%/bin/startup.sh
201
%%G%%/data_dir/coverages/arc_sample/info.xml.sample
198
%%G%%/data_dir/coverages/arc_sample/info.xml.sample
202
@exec [ -f %B/info.xml ] || cp %B/%f %B/info.xml
199
@exec [ -f %B/info.xml ] || cp -p %B/%f %B/info.xml
203
%%G%%/data_dir/coverages/arc_sample/precip30min.asc
200
%%G%%/data_dir/coverages/arc_sample/precip30min.asc
204
%%G%%/data_dir/coverages/arc_sample/precip30min.prj
201
%%G%%/data_dir/coverages/arc_sample/precip30min.prj
205
%%G%%/data_dir/coverages/img_sample/Pk50095.prj
202
%%G%%/data_dir/coverages/img_sample/Pk50095.prj
206
%%G%%/data_dir/coverages/img_sample/Pk50095.tfw
203
%%G%%/data_dir/coverages/img_sample/Pk50095.tfw
207
%%G%%/data_dir/coverages/img_sample/Pk50095.tif
204
%%G%%/data_dir/coverages/img_sample/Pk50095.tif
208
%%G%%/data_dir/coverages/img_sample/info.xml.sample
205
%%G%%/data_dir/coverages/img_sample/info.xml.sample
209
@exec [ -f %B/info.xml ] || cp %B/%f %B/info.xml
206
@exec [ -f %B/info.xml ] || cp -p %B/%f %B/info.xml
210
%%G%%/data_dir/coverages/img_sample/usa.meta
207
%%G%%/data_dir/coverages/img_sample/usa.meta
211
%%G%%/data_dir/coverages/img_sample/usa.png
208
%%G%%/data_dir/coverages/img_sample/usa.png
212
%%G%%/data_dir/coverages/img_sample/usa.prj
209
%%G%%/data_dir/coverages/img_sample/usa.prj
Lines 286-425 Link Here
286
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_9.png
283
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_9.png
287
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_9.prj
284
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_9.prj
288
%%G%%/data_dir/coverages/mosaic_sample/info.xml.sample
285
%%G%%/data_dir/coverages/mosaic_sample/info.xml.sample
289
@exec [ -f %B/info.xml ] || cp %B/%f %B/info.xml
286
@exec [ -f %B/info.xml ] || cp -p %B/%f %B/info.xml
290
%%G%%/data_dir/coverages/mosaic_sample/mosaic.dbf
287
%%G%%/data_dir/coverages/mosaic_sample/mosaic.dbf
291
%%G%%/data_dir/coverages/mosaic_sample/mosaic.fix
288
%%G%%/data_dir/coverages/mosaic_sample/mosaic.fix
292
%%G%%/data_dir/coverages/mosaic_sample/mosaic.prj
289
%%G%%/data_dir/coverages/mosaic_sample/mosaic.prj
293
%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties.sample
290
%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties.sample
294
@exec [ -f %B/mosaic.properties ] || cp %B/%f %B/mosaic.properties
291
@exec [ -f %B/mosaic.properties ] || cp -p %B/%f %B/mosaic.properties
295
%%G%%/data_dir/coverages/mosaic_sample/mosaic.qix
292
%%G%%/data_dir/coverages/mosaic_sample/mosaic.qix
296
%%G%%/data_dir/coverages/mosaic_sample/mosaic.shp
293
%%G%%/data_dir/coverages/mosaic_sample/mosaic.shp
297
%%G%%/data_dir/coverages/mosaic_sample/mosaic.shx
294
%%G%%/data_dir/coverages/mosaic_sample/mosaic.shx
295
%%G%%/data_dir/coverages/sfdem_sfdem/info.xml.sample
296
@exec [ -f %B/info.xml ] || cp -p %B/%f %B/info.xml
298
%%G%%/data_dir/data/nyc/giant_polygon.dbf
297
%%G%%/data_dir/data/nyc/giant_polygon.dbf
299
%%G%%/data_dir/data/nyc/giant_polygon.fix
300
%%G%%/data_dir/data/nyc/giant_polygon.prj
298
%%G%%/data_dir/data/nyc/giant_polygon.prj
301
%%G%%/data_dir/data/nyc/giant_polygon.qix
299
%%G%%/data_dir/data/nyc/giant_polygon.qix
302
%%G%%/data_dir/data/nyc/giant_polygon.shp
300
%%G%%/data_dir/data/nyc/giant_polygon.shp
303
%%G%%/data_dir/data/nyc/giant_polygon.shx
301
%%G%%/data_dir/data/nyc/giant_polygon.shx
304
%%G%%/data_dir/data/nyc/poi.dbf
302
%%G%%/data_dir/data/nyc/poi.dbf
305
%%G%%/data_dir/data/nyc/poi.fix
306
%%G%%/data_dir/data/nyc/poi.prj
303
%%G%%/data_dir/data/nyc/poi.prj
307
%%G%%/data_dir/data/nyc/poi.qix
304
%%G%%/data_dir/data/nyc/poi.qix
308
%%G%%/data_dir/data/nyc/poi.shp
305
%%G%%/data_dir/data/nyc/poi.shp
309
%%G%%/data_dir/data/nyc/poi.shx
306
%%G%%/data_dir/data/nyc/poi.shx
310
%%G%%/data_dir/data/nyc/poly_landmarks.dbf
307
%%G%%/data_dir/data/nyc/poly_landmarks.dbf
311
%%G%%/data_dir/data/nyc/poly_landmarks.fix
312
%%G%%/data_dir/data/nyc/poly_landmarks.prj
308
%%G%%/data_dir/data/nyc/poly_landmarks.prj
313
%%G%%/data_dir/data/nyc/poly_landmarks.qix
309
%%G%%/data_dir/data/nyc/poly_landmarks.qix
314
%%G%%/data_dir/data/nyc/poly_landmarks.shp
310
%%G%%/data_dir/data/nyc/poly_landmarks.shp
315
%%G%%/data_dir/data/nyc/poly_landmarks.shx
311
%%G%%/data_dir/data/nyc/poly_landmarks.shx
316
%%G%%/data_dir/data/nyc/tiger_roads.dbf
312
%%G%%/data_dir/data/nyc/tiger_roads.dbf
317
%%G%%/data_dir/data/nyc/tiger_roads.fix
318
%%G%%/data_dir/data/nyc/tiger_roads.prj
313
%%G%%/data_dir/data/nyc/tiger_roads.prj
319
%%G%%/data_dir/data/nyc/tiger_roads.qix
314
%%G%%/data_dir/data/nyc/tiger_roads.qix
320
%%G%%/data_dir/data/nyc/tiger_roads.shp
315
%%G%%/data_dir/data/nyc/tiger_roads.shp
321
%%G%%/data_dir/data/nyc/tiger_roads.shx
316
%%G%%/data_dir/data/nyc/tiger_roads.shx
322
%%G%%/data_dir/data/sf/archsites.dbf
317
%%G%%/data_dir/data/sf/archsites.dbf
323
%%G%%/data_dir/data/sf/archsites.fix
324
%%G%%/data_dir/data/sf/archsites.prj
318
%%G%%/data_dir/data/sf/archsites.prj
325
%%G%%/data_dir/data/sf/archsites.shp
319
%%G%%/data_dir/data/sf/archsites.shp
326
%%G%%/data_dir/data/sf/archsites.shx
320
%%G%%/data_dir/data/sf/archsites.shx
327
%%G%%/data_dir/data/sf/bugsites.dbf
321
%%G%%/data_dir/data/sf/bugsites.dbf
328
%%G%%/data_dir/data/sf/bugsites.fix
329
%%G%%/data_dir/data/sf/bugsites.prj
322
%%G%%/data_dir/data/sf/bugsites.prj
330
%%G%%/data_dir/data/sf/bugsites.shp
323
%%G%%/data_dir/data/sf/bugsites.shp
331
%%G%%/data_dir/data/sf/bugsites.shx
324
%%G%%/data_dir/data/sf/bugsites.shx
332
%%G%%/data_dir/data/sf/restricted.dbf
325
%%G%%/data_dir/data/sf/restricted.dbf
333
%%G%%/data_dir/data/sf/restricted.fix
334
%%G%%/data_dir/data/sf/restricted.prj
326
%%G%%/data_dir/data/sf/restricted.prj
335
%%G%%/data_dir/data/sf/restricted.shp
327
%%G%%/data_dir/data/sf/restricted.shp
336
%%G%%/data_dir/data/sf/restricted.shx
328
%%G%%/data_dir/data/sf/restricted.shx
337
%%G%%/data_dir/data/sf/roads.dbf
329
%%G%%/data_dir/data/sf/roads.dbf
338
%%G%%/data_dir/data/sf/roads.fix
339
%%G%%/data_dir/data/sf/roads.prj
330
%%G%%/data_dir/data/sf/roads.prj
340
%%G%%/data_dir/data/sf/roads.shp
331
%%G%%/data_dir/data/sf/roads.shp
341
%%G%%/data_dir/data/sf/roads.shx
332
%%G%%/data_dir/data/sf/roads.shx
342
%%G%%/data_dir/data/sf/sfdem.tif
333
%%G%%/data_dir/data/sf/sfdem.tif
343
%%G%%/data_dir/data/sf/streams.dbf
334
%%G%%/data_dir/data/sf/streams.dbf
344
%%G%%/data_dir/data/sf/streams.fix
345
%%G%%/data_dir/data/sf/streams.prj
335
%%G%%/data_dir/data/sf/streams.prj
346
%%G%%/data_dir/data/sf/streams.shp
336
%%G%%/data_dir/data/sf/streams.shp
347
%%G%%/data_dir/data/sf/streams.shx
337
%%G%%/data_dir/data/sf/streams.shx
348
%%G%%/data_dir/data/shapefiles/states.dbf
338
%%G%%/data_dir/data/shapefiles/states.dbf
349
%%G%%/data_dir/data/shapefiles/states.fix
350
%%G%%/data_dir/data/shapefiles/states.prj
339
%%G%%/data_dir/data/shapefiles/states.prj
351
%%G%%/data_dir/data/shapefiles/states.qix
352
%%G%%/data_dir/data/shapefiles/states.shp
340
%%G%%/data_dir/data/shapefiles/states.shp
353
%%G%%/data_dir/data/shapefiles/states.shx
341
%%G%%/data_dir/data/shapefiles/states.shx
354
%%G%%/data_dir/data/taz_shapes/tasmania_cities.dbf
342
%%G%%/data_dir/data/taz_shapes/tasmania_cities.dbf
355
%%G%%/data_dir/data/taz_shapes/tasmania_cities.fix
356
%%G%%/data_dir/data/taz_shapes/tasmania_cities.prj
343
%%G%%/data_dir/data/taz_shapes/tasmania_cities.prj
357
%%G%%/data_dir/data/taz_shapes/tasmania_cities.shp
344
%%G%%/data_dir/data/taz_shapes/tasmania_cities.shp
358
%%G%%/data_dir/data/taz_shapes/tasmania_cities.shx
345
%%G%%/data_dir/data/taz_shapes/tasmania_cities.shx
359
%%G%%/data_dir/data/taz_shapes/tasmania_roads.dbf
346
%%G%%/data_dir/data/taz_shapes/tasmania_roads.dbf
360
%%G%%/data_dir/data/taz_shapes/tasmania_roads.fix
361
%%G%%/data_dir/data/taz_shapes/tasmania_roads.prj
347
%%G%%/data_dir/data/taz_shapes/tasmania_roads.prj
362
%%G%%/data_dir/data/taz_shapes/tasmania_roads.qix
363
%%G%%/data_dir/data/taz_shapes/tasmania_roads.shp
348
%%G%%/data_dir/data/taz_shapes/tasmania_roads.shp
364
%%G%%/data_dir/data/taz_shapes/tasmania_roads.shx
349
%%G%%/data_dir/data/taz_shapes/tasmania_roads.shx
365
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.dbf
350
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.dbf
366
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.fix
367
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.prj
351
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.prj
368
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.shp
352
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.shp
369
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.shx
353
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.shx
370
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.dbf
354
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.dbf
371
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.fix
372
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.prj
355
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.prj
373
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.shp
356
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.shp
374
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.shx
357
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.shx
375
%%G%%/data_dir/demo/WCS_describeCoverage.xml.sample
358
%%G%%/data_dir/demo/WCS_describeCoverage.xml.sample
376
@exec [ -f %B/WCS_describeCoverage.xml ] || cp %B/%f %B/WCS_describeCoverage.xml
359
@exec [ -f %B/WCS_describeCoverage.xml ] || cp -p %B/%f %B/WCS_describeCoverage.xml
377
%%G%%/data_dir/demo/WCS_getCapabilities.xml.sample
360
%%G%%/data_dir/demo/WCS_getCapabilities.xml.sample
378
@exec [ -f %B/WCS_getCapabilities.xml ] || cp %B/%f %B/WCS_getCapabilities.xml
361
@exec [ -f %B/WCS_getCapabilities.xml ] || cp -p %B/%f %B/WCS_getCapabilities.xml
379
%%G%%/data_dir/demo/WCS_getCoverage.xml.sample
362
%%G%%/data_dir/demo/WCS_getCoverage.xml.sample
380
@exec [ -f %B/WCS_getCoverage.xml ] || cp %B/%f %B/WCS_getCoverage.xml
363
@exec [ -f %B/WCS_getCoverage.xml ] || cp -p %B/%f %B/WCS_getCoverage.xml
381
%%G%%/data_dir/demo/WFS_describeFeatureType-1.0.xml.sample
364
%%G%%/data_dir/demo/WFS_describeFeatureType-1.0.xml.sample
382
@exec [ -f %B/WFS_describeFeatureType-1.0.xml ] || cp %B/%f %B/WFS_describeFeatureType-1.0.xml
365
@exec [ -f %B/WFS_describeFeatureType-1.0.xml ] || cp -p %B/%f %B/WFS_describeFeatureType-1.0.xml
383
%%G%%/data_dir/demo/WFS_describeFeatureType-1.1.xml.sample
366
%%G%%/data_dir/demo/WFS_describeFeatureType-1.1.xml.sample
384
@exec [ -f %B/WFS_describeFeatureType-1.1.xml ] || cp %B/%f %B/WFS_describeFeatureType-1.1.xml
367
@exec [ -f %B/WFS_describeFeatureType-1.1.xml ] || cp -p %B/%f %B/WFS_describeFeatureType-1.1.xml
385
%%G%%/data_dir/demo/WFS_getCapabilities-1.0.xml.sample
368
%%G%%/data_dir/demo/WFS_getCapabilities-1.0.xml.sample
386
@exec [ -f %B/WFS_getCapabilities-1.0.xml ] || cp %B/%f %B/WFS_getCapabilities-1.0.xml
369
@exec [ -f %B/WFS_getCapabilities-1.0.xml ] || cp -p %B/%f %B/WFS_getCapabilities-1.0.xml
387
%%G%%/data_dir/demo/WFS_getCapabilities-1.1.xml.sample
370
%%G%%/data_dir/demo/WFS_getCapabilities-1.1.xml.sample
388
@exec [ -f %B/WFS_getCapabilities-1.1.xml ] || cp %B/%f %B/WFS_getCapabilities-1.1.xml
371
@exec [ -f %B/WFS_getCapabilities-1.1.xml ] || cp -p %B/%f %B/WFS_getCapabilities-1.1.xml
389
%%G%%/data_dir/demo/WFS_getFeature-1.0.xml.sample
372
%%G%%/data_dir/demo/WFS_getFeature-1.0.xml.sample
390
@exec [ -f %B/WFS_getFeature-1.0.xml ] || cp %B/%f %B/WFS_getFeature-1.0.xml
373
@exec [ -f %B/WFS_getFeature-1.0.xml ] || cp -p %B/%f %B/WFS_getFeature-1.0.xml
391
%%G%%/data_dir/demo/WFS_getFeature-1.1.xml.sample
374
%%G%%/data_dir/demo/WFS_getFeature-1.1.xml.sample
392
@exec [ -f %B/WFS_getFeature-1.1.xml ] || cp %B/%f %B/WFS_getFeature-1.1.xml
375
@exec [ -f %B/WFS_getFeature-1.1.xml ] || cp -p %B/%f %B/WFS_getFeature-1.1.xml
393
%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.0.xml.sample
376
%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.0.xml.sample
394
@exec [ -f %B/WFS_getFeatureBBOX-1.0.xml ] || cp %B/%f %B/WFS_getFeatureBBOX-1.0.xml
377
@exec [ -f %B/WFS_getFeatureBBOX-1.0.xml ] || cp -p %B/%f %B/WFS_getFeatureBBOX-1.0.xml
395
%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.1.xml.sample
378
%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.1.xml.sample
396
@exec [ -f %B/WFS_getFeatureBBOX-1.1.xml ] || cp %B/%f %B/WFS_getFeatureBBOX-1.1.xml
379
@exec [ -f %B/WFS_getFeatureBBOX-1.1.xml ] || cp -p %B/%f %B/WFS_getFeatureBBOX-1.1.xml
397
%%G%%/data_dir/demo/WFS_getFeatureBBOX.url
380
%%G%%/data_dir/demo/WFS_getFeatureBBOX.url
398
%%G%%/data_dir/demo/WFS_getFeatureBetween-1.0.xml.sample
381
%%G%%/data_dir/demo/WFS_getFeatureBetween-1.0.xml.sample
399
@exec [ -f %B/WFS_getFeatureBetween-1.0.xml ] || cp %B/%f %B/WFS_getFeatureBetween-1.0.xml
382
@exec [ -f %B/WFS_getFeatureBetween-1.0.xml ] || cp -p %B/%f %B/WFS_getFeatureBetween-1.0.xml
400
%%G%%/data_dir/demo/WFS_getFeatureBetween-1.1.xml.sample
383
%%G%%/data_dir/demo/WFS_getFeatureBetween-1.1.xml.sample
401
@exec [ -f %B/WFS_getFeatureBetween-1.1.xml ] || cp %B/%f %B/WFS_getFeatureBetween-1.1.xml
384
@exec [ -f %B/WFS_getFeatureBetween-1.1.xml ] || cp -p %B/%f %B/WFS_getFeatureBetween-1.1.xml
402
%%G%%/data_dir/demo/WFS_getFeatureBetween.url
385
%%G%%/data_dir/demo/WFS_getFeatureBetween.url
403
%%G%%/data_dir/demo/WFS_getFeatureBetweenCQL.url
386
%%G%%/data_dir/demo/WFS_getFeatureBetweenCQL.url
404
%%G%%/data_dir/demo/WFS_getFeatureFid.url
387
%%G%%/data_dir/demo/WFS_getFeatureFid.url
405
%%G%%/data_dir/demo/WFS_getFeatureFidFilter.url
388
%%G%%/data_dir/demo/WFS_getFeatureFidFilter.url
406
%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.0.xml.sample
389
%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.0.xml.sample
407
@exec [ -f %B/WFS_getFeatureIntersects-1.0.xml ] || cp %B/%f %B/WFS_getFeatureIntersects-1.0.xml
390
@exec [ -f %B/WFS_getFeatureIntersects-1.0.xml ] || cp -p %B/%f %B/WFS_getFeatureIntersects-1.0.xml
408
%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.1.xml.sample
391
%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.1.xml.sample
409
@exec [ -f %B/WFS_getFeatureIntersects-1.1.xml ] || cp %B/%f %B/WFS_getFeatureIntersects-1.1.xml
392
@exec [ -f %B/WFS_getFeatureIntersects-1.1.xml ] || cp -p %B/%f %B/WFS_getFeatureIntersects-1.1.xml
410
%%G%%/data_dir/demo/WFS_getFeatureIntersects.url
393
%%G%%/data_dir/demo/WFS_getFeatureIntersects.url
411
%%G%%/data_dir/demo/WFS_getFeatureMultiFilter.url
394
%%G%%/data_dir/demo/WFS_getFeatureMultiFilter.url
412
%%G%%/data_dir/demo/WFS_mathGetFeature.url
395
%%G%%/data_dir/demo/WFS_mathGetFeature.url
413
%%G%%/data_dir/demo/WFS_mathGetFeature.xml.sample
396
%%G%%/data_dir/demo/WFS_mathGetFeature.xml.sample
414
@exec [ -f %B/WFS_mathGetFeature.xml ] || cp %B/%f %B/WFS_mathGetFeature.xml
397
@exec [ -f %B/WFS_mathGetFeature.xml ] || cp -p %B/%f %B/WFS_mathGetFeature.xml
415
%%G%%/data_dir/demo/WFS_transactionDelete.xml.sample
398
%%G%%/data_dir/demo/WFS_transactionDelete.xml.sample
416
@exec [ -f %B/WFS_transactionDelete.xml ] || cp %B/%f %B/WFS_transactionDelete.xml
399
@exec [ -f %B/WFS_transactionDelete.xml ] || cp -p %B/%f %B/WFS_transactionDelete.xml
417
%%G%%/data_dir/demo/WFS_transactionInsert.xml.sample
400
%%G%%/data_dir/demo/WFS_transactionInsert.xml.sample
418
@exec [ -f %B/WFS_transactionInsert.xml ] || cp %B/%f %B/WFS_transactionInsert.xml
401
@exec [ -f %B/WFS_transactionInsert.xml ] || cp -p %B/%f %B/WFS_transactionInsert.xml
419
%%G%%/data_dir/demo/WFS_transactionUpdate.xml.sample
402
%%G%%/data_dir/demo/WFS_transactionUpdate.xml.sample
420
@exec [ -f %B/WFS_transactionUpdate.xml ] || cp %B/%f %B/WFS_transactionUpdate.xml
403
@exec [ -f %B/WFS_transactionUpdate.xml ] || cp -p %B/%f %B/WFS_transactionUpdate.xml
421
%%G%%/data_dir/demo/WFS_transactionUpdateGeom.xml.sample
404
%%G%%/data_dir/demo/WFS_transactionUpdateGeom.xml.sample
422
@exec [ -f %B/WFS_transactionUpdateGeom.xml ] || cp %B/%f %B/WFS_transactionUpdateGeom.xml
405
@exec [ -f %B/WFS_transactionUpdateGeom.xml ] || cp -p %B/%f %B/WFS_transactionUpdateGeom.xml
423
%%G%%/data_dir/demo/WMS_GetLegendGraphic-SLD.url
406
%%G%%/data_dir/demo/WMS_GetLegendGraphic-SLD.url
424
%%G%%/data_dir/demo/WMS_GetLegendGraphic-SLD_BODY.url
407
%%G%%/data_dir/demo/WMS_GetLegendGraphic-SLD_BODY.url
425
%%G%%/data_dir/demo/WMS_GetLegendGraphic.url
408
%%G%%/data_dir/demo/WMS_GetLegendGraphic.url
Lines 429-784 Link Here
429
%%G%%/data_dir/demo/WMS_getMap.url
412
%%G%%/data_dir/demo/WMS_getMap.url
430
%%G%%/data_dir/demo/WMS_getMap_OpenLayers.url
413
%%G%%/data_dir/demo/WMS_getMap_OpenLayers.url
431
%%G%%/data_dir/demo/WMS_getMap_SLD_BODY_LiteralMode.url
414
%%G%%/data_dir/demo/WMS_getMap_SLD_BODY_LiteralMode.url
415
%%G%%/data_dir/demo/WMS_getMap_SLD_BODY_LiteralMode-1.3.url
432
%%G%%/data_dir/demo/WMS_getMap_SVG.url
416
%%G%%/data_dir/demo/WMS_getMap_SVG.url
433
%%G%%/data_dir/demo/WMS_getMap_SVG_Style.url
417
%%G%%/data_dir/demo/WMS_getMap_SVG_Style.url
434
%%G%%/data_dir/demo/WMS_getMap_fid.url
418
%%G%%/data_dir/demo/WMS_getMap_fid.url
435
%%G%%/data_dir/demo/WMS_getMap_fidfilter.url
419
%%G%%/data_dir/demo/WMS_getMap_fidfilter.url
436
%%G%%/data_dir/demo/WMS_getMap_inlineFeature.url
420
%%G%%/data_dir/demo/WMS_getMap_inlineFeature.url
437
%%G%%/data_dir/demo/WMS_getMap_inlineFeatureSmile.xml.sample
421
%%G%%/data_dir/demo/WMS_getMap_inlineFeatureSmile.xml.sample
438
@exec [ -f %B/WMS_getMap_inlineFeatureSmile.xml ] || cp %B/%f %B/WMS_getMap_inlineFeatureSmile.xml
422
@exec [ -f %B/WMS_getMap_inlineFeatureSmile.xml ] || cp -p %B/%f %B/WMS_getMap_inlineFeatureSmile.xml
439
%%G%%/data_dir/demo/WMS_getMap_multilayer.url
423
%%G%%/data_dir/demo/WMS_getMap_multilayer.url
440
%%G%%/data_dir/demo/WMS_getMap_multilayer_cql.url
424
%%G%%/data_dir/demo/WMS_getMap_multilayer_cql.url
441
%%G%%/data_dir/demo/WMS_getMap_multilayer_filter.url
425
%%G%%/data_dir/demo/WMS_getMap_multilayer_filter.url
442
%%G%%/data_dir/global.xml.sample
426
%%G%%/data_dir/global.xml.sample
443
@exec [ -f %B/global.xml ] || cp %B/%f %B/global.xml
427
@exec [ -f %B/global.xml ] || cp -p %B/%f %B/global.xml
444
%%G%%/data_dir/layergroups/spearfish.xml.sample
428
%%G%%/data_dir/layergroups/spearfish.xml.sample
445
@exec [ -f %B/spearfish.xml ] || cp %B/%f %B/spearfish.xml
429
@exec [ -f %B/spearfish.xml ] || cp -p %B/%f %B/spearfish.xml
446
%%G%%/data_dir/layergroups/tasmania.xml.sample
430
%%G%%/data_dir/layergroups/tasmania.xml.sample
447
@exec [ -f %B/tasmania.xml ] || cp %B/%f %B/tasmania.xml
431
@exec [ -f %B/tasmania.xml ] || cp -p %B/%f %B/tasmania.xml
448
%%G%%/data_dir/layergroups/tiger-ny.xml.sample
432
%%G%%/data_dir/layergroups/tiger-ny.xml.sample
449
@exec [ -f %B/tiger-ny.xml ] || cp %B/%f %B/tiger-ny.xml
433
@exec [ -f %B/tiger-ny.xml ] || cp -p %B/%f %B/tiger-ny.xml
450
%%G%%/data_dir/logging.xml.sample
434
%%G%%/data_dir/logging.xml.sample
451
@exec [ -f %B/logging.xml ] || cp %B/%f %B/logging.xml
435
@exec [ -f %B/logging.xml ] || cp -p %B/%f %B/logging.xml
452
%%G%%/data_dir/logs/DEFAULT_LOGGING.properties.sample
453
@exec [ -f %B/DEFAULT_LOGGING.properties ] || cp %B/%f %B/DEFAULT_LOGGING.properties
454
%%G%%/data_dir/logs/GEOSERVER_DEVELOPER_LOGGING.properties.sample
455
@exec [ -f %B/GEOSERVER_DEVELOPER_LOGGING.properties ] || cp %B/%f %B/GEOSERVER_DEVELOPER_LOGGING.properties
456
%%G%%/data_dir/logs/GEOTOOLS_DEVELOPER_LOGGING.properties.sample
457
@exec [ -f %B/GEOTOOLS_DEVELOPER_LOGGING.properties ] || cp %B/%f %B/GEOTOOLS_DEVELOPER_LOGGING.properties
458
%%G%%/data_dir/logs/PRODUCTION_LOGGING.properties.sample
459
@exec [ -f %B/PRODUCTION_LOGGING.properties ] || cp %B/%f %B/PRODUCTION_LOGGING.properties
460
%%G%%/data_dir/logs/VERBOSE_LOGGING.properties.sample
461
@exec [ -f %B/VERBOSE_LOGGING.properties ] || cp %B/%f %B/VERBOSE_LOGGING.properties
462
%%G%%/data_dir/palettes/dem31.pal
436
%%G%%/data_dir/palettes/dem31.pal
463
%%G%%/data_dir/palettes/ita31.pal
437
%%G%%/data_dir/palettes/ita31.pal
464
%%G%%/data_dir/palettes/ny31.pal
438
%%G%%/data_dir/palettes/ny31.pal
465
%%G%%/data_dir/palettes/popshade.png
439
%%G%%/data_dir/palettes/popshade.png
466
%%G%%/data_dir/plugIns/AddressGap.xml.sample
440
%%G%%/data_dir/plugIns/AddressGap.xml.sample
467
@exec [ -f %B/AddressGap.xml ] || cp %B/%f %B/AddressGap.xml
441
@exec [ -f %B/AddressGap.xml ] || cp -p %B/%f %B/AddressGap.xml
468
%%G%%/data_dir/plugIns/AddressOverlap.xml.sample
442
%%G%%/data_dir/plugIns/AddressOverlap.xml.sample
469
@exec [ -f %B/AddressOverlap.xml ] || cp %B/%f %B/AddressOverlap.xml
443
@exec [ -f %B/AddressOverlap.xml ] || cp -p %B/%f %B/AddressOverlap.xml
470
%%G%%/data_dir/plugIns/AngleSize.xml.sample
444
%%G%%/data_dir/plugIns/AngleSize.xml.sample
471
@exec [ -f %B/AngleSize.xml ] || cp %B/%f %B/AngleSize.xml
445
@exec [ -f %B/AngleSize.xml ] || cp -p %B/%f %B/AngleSize.xml
472
%%G%%/data_dir/plugIns/Attribute.xml.sample
446
%%G%%/data_dir/plugIns/Attribute.xml.sample
473
@exec [ -f %B/Attribute.xml ] || cp %B/%f %B/Attribute.xml
447
@exec [ -f %B/Attribute.xml ] || cp -p %B/%f %B/Attribute.xml
474
%%G%%/data_dir/plugIns/Constraint.xml.sample
448
%%G%%/data_dir/plugIns/Constraint.xml.sample
475
@exec [ -f %B/Constraint.xml ] || cp %B/%f %B/Constraint.xml
449
@exec [ -f %B/Constraint.xml ] || cp -p %B/%f %B/Constraint.xml
476
%%G%%/data_dir/plugIns/ContainsIntegrity.xml.sample
450
%%G%%/data_dir/plugIns/ContainsIntegrity.xml.sample
477
@exec [ -f %B/ContainsIntegrity.xml ] || cp %B/%f %B/ContainsIntegrity.xml
451
@exec [ -f %B/ContainsIntegrity.xml ] || cp -p %B/%f %B/ContainsIntegrity.xml
478
%%G%%/data_dir/plugIns/CrossesIntegrity.xml.sample
452
%%G%%/data_dir/plugIns/CrossesIntegrity.xml.sample
479
@exec [ -f %B/CrossesIntegrity.xml ] || cp %B/%f %B/CrossesIntegrity.xml
453
@exec [ -f %B/CrossesIntegrity.xml ] || cp -p %B/%f %B/CrossesIntegrity.xml
480
%%G%%/data_dir/plugIns/DisjointIntegrity.xml.sample
454
%%G%%/data_dir/plugIns/DisjointIntegrity.xml.sample
481
@exec [ -f %B/DisjointIntegrity.xml ] || cp %B/%f %B/DisjointIntegrity.xml
455
@exec [ -f %B/DisjointIntegrity.xml ] || cp -p %B/%f %B/DisjointIntegrity.xml
482
%%G%%/data_dir/plugIns/Domain.xml.sample
456
%%G%%/data_dir/plugIns/Domain.xml.sample
483
@exec [ -f %B/Domain.xml ] || cp %B/%f %B/Domain.xml
457
@exec [ -f %B/Domain.xml ] || cp -p %B/%f %B/Domain.xml
484
%%G%%/data_dir/plugIns/Equality.xml.sample
458
%%G%%/data_dir/plugIns/Equality.xml.sample
485
@exec [ -f %B/Equality.xml ] || cp %B/%f %B/Equality.xml
459
@exec [ -f %B/Equality.xml ] || cp -p %B/%f %B/Equality.xml
486
%%G%%/data_dir/plugIns/GazetteerName.xml.sample
460
%%G%%/data_dir/plugIns/GazetteerName.xml.sample
487
@exec [ -f %B/GazetteerName.xml ] || cp %B/%f %B/GazetteerName.xml
461
@exec [ -f %B/GazetteerName.xml ] || cp -p %B/%f %B/GazetteerName.xml
488
%%G%%/data_dir/plugIns/IntersectsIntegrity.xml.sample
462
%%G%%/data_dir/plugIns/IntersectsIntegrity.xml.sample
489
@exec [ -f %B/IntersectsIntegrity.xml ] || cp %B/%f %B/IntersectsIntegrity.xml
463
@exec [ -f %B/IntersectsIntegrity.xml ] || cp -p %B/%f %B/IntersectsIntegrity.xml
490
%%G%%/data_dir/plugIns/IsValidGeometry.xml.sample
464
%%G%%/data_dir/plugIns/IsValidGeometry.xml.sample
491
@exec [ -f %B/IsValidGeometry.xml ] || cp %B/%f %B/IsValidGeometry.xml
465
@exec [ -f %B/IsValidGeometry.xml ] || cp -p %B/%f %B/IsValidGeometry.xml
492
%%G%%/data_dir/plugIns/LineCoveredByFeatureLine.xml.sample
466
%%G%%/data_dir/plugIns/LineCoveredByFeatureLine.xml.sample
493
@exec [ -f %B/LineCoveredByFeatureLine.xml ] || cp %B/%f %B/LineCoveredByFeatureLine.xml
467
@exec [ -f %B/LineCoveredByFeatureLine.xml ] || cp -p %B/%f %B/LineCoveredByFeatureLine.xml
494
%%G%%/data_dir/plugIns/LineCoveredByPolygon.xml.sample
468
%%G%%/data_dir/plugIns/LineCoveredByPolygon.xml.sample
495
@exec [ -f %B/LineCoveredByPolygon.xml ] || cp %B/%f %B/LineCoveredByPolygon.xml
469
@exec [ -f %B/LineCoveredByPolygon.xml ] || cp -p %B/%f %B/LineCoveredByPolygon.xml
496
%%G%%/data_dir/plugIns/LineCoveredByPolygonBoundary.xml.sample
470
%%G%%/data_dir/plugIns/LineCoveredByPolygonBoundary.xml.sample
497
@exec [ -f %B/LineCoveredByPolygonBoundary.xml ] || cp %B/%f %B/LineCoveredByPolygonBoundary.xml
471
@exec [ -f %B/LineCoveredByPolygonBoundary.xml ] || cp -p %B/%f %B/LineCoveredByPolygonBoundary.xml
498
%%G%%/data_dir/plugIns/LineEndPointCoveredByLine.xml.sample
472
%%G%%/data_dir/plugIns/LineEndPointCoveredByLine.xml.sample
499
@exec [ -f %B/LineEndPointCoveredByLine.xml ] || cp %B/%f %B/LineEndPointCoveredByLine.xml
473
@exec [ -f %B/LineEndPointCoveredByLine.xml ] || cp -p %B/%f %B/LineEndPointCoveredByLine.xml
500
%%G%%/data_dir/plugIns/LineIntersectsLineWithNode.xml.sample
474
%%G%%/data_dir/plugIns/LineIntersectsLineWithNode.xml.sample
501
@exec [ -f %B/LineIntersectsLineWithNode.xml ] || cp %B/%f %B/LineIntersectsLineWithNode.xml
475
@exec [ -f %B/LineIntersectsLineWithNode.xml ] || cp -p %B/%f %B/LineIntersectsLineWithNode.xml
502
%%G%%/data_dir/plugIns/LineMustBeASinglePart.xml.sample
476
%%G%%/data_dir/plugIns/LineMustBeASinglePart.xml.sample
503
@exec [ -f %B/LineMustBeASinglePart.xml ] || cp %B/%f %B/LineMustBeASinglePart.xml
477
@exec [ -f %B/LineMustBeASinglePart.xml ] || cp -p %B/%f %B/LineMustBeASinglePart.xml
504
%%G%%/data_dir/plugIns/LineNoDangles.xml.sample
478
%%G%%/data_dir/plugIns/LineNoDangles.xml.sample
505
@exec [ -f %B/LineNoDangles.xml ] || cp %B/%f %B/LineNoDangles.xml
479
@exec [ -f %B/LineNoDangles.xml ] || cp -p %B/%f %B/LineNoDangles.xml
506
%%G%%/data_dir/plugIns/LineNoPseudoNode.xml.sample
480
%%G%%/data_dir/plugIns/LineNoPseudoNode.xml.sample
507
@exec [ -f %B/LineNoPseudoNode.xml ] || cp %B/%f %B/LineNoPseudoNode.xml
481
@exec [ -f %B/LineNoPseudoNode.xml ] || cp -p %B/%f %B/LineNoPseudoNode.xml
508
%%G%%/data_dir/plugIns/LineNoSelfIntersect.xml.sample
482
%%G%%/data_dir/plugIns/LineNoSelfIntersect.xml.sample
509
@exec [ -f %B/LineNoSelfIntersect.xml ] || cp %B/%f %B/LineNoSelfIntersect.xml
483
@exec [ -f %B/LineNoSelfIntersect.xml ] || cp -p %B/%f %B/LineNoSelfIntersect.xml
510
%%G%%/data_dir/plugIns/LineNoSelfOverlapping.xml.sample
484
%%G%%/data_dir/plugIns/LineNoSelfOverlapping.xml.sample
511
@exec [ -f %B/LineNoSelfOverlapping.xml ] || cp %B/%f %B/LineNoSelfOverlapping.xml
485
@exec [ -f %B/LineNoSelfOverlapping.xml ] || cp -p %B/%f %B/LineNoSelfOverlapping.xml
512
%%G%%/data_dir/plugIns/LineNotTouchingPolygonInterior.xml.sample
486
%%G%%/data_dir/plugIns/LineNotTouchingPolygonInterior.xml.sample
513
@exec [ -f %B/LineNotTouchingPolygonInterior.xml ] || cp %B/%f %B/LineNotTouchingPolygonInterior.xml
487
@exec [ -f %B/LineNotTouchingPolygonInterior.xml ] || cp -p %B/%f %B/LineNotTouchingPolygonInterior.xml
514
%%G%%/data_dir/plugIns/LinesNotIntersect.xml.sample
488
%%G%%/data_dir/plugIns/LinesNotIntersect.xml.sample
515
@exec [ -f %B/LinesNotIntersect.xml ] || cp %B/%f %B/LinesNotIntersect.xml
489
@exec [ -f %B/LinesNotIntersect.xml ] || cp -p %B/%f %B/LinesNotIntersect.xml
516
%%G%%/data_dir/plugIns/LinesNotOverlap.xml.sample
490
%%G%%/data_dir/plugIns/LinesNotOverlap.xml.sample
517
@exec [ -f %B/LinesNotOverlap.xml ] || cp %B/%f %B/LinesNotOverlap.xml
491
@exec [ -f %B/LinesNotOverlap.xml ] || cp -p %B/%f %B/LinesNotOverlap.xml
518
%%G%%/data_dir/plugIns/NameExists.xml.sample
492
%%G%%/data_dir/plugIns/NameExists.xml.sample
519
@exec [ -f %B/NameExists.xml ] || cp %B/%f %B/NameExists.xml
493
@exec [ -f %B/NameExists.xml ] || cp -p %B/%f %B/NameExists.xml
520
%%G%%/data_dir/plugIns/NameInList.xml.sample
494
%%G%%/data_dir/plugIns/NameInList.xml.sample
521
@exec [ -f %B/NameInList.xml ] || cp %B/%f %B/NameInList.xml
495
@exec [ -f %B/NameInList.xml ] || cp -p %B/%f %B/NameInList.xml
522
%%G%%/data_dir/plugIns/NullZero.xml.sample
496
%%G%%/data_dir/plugIns/NullZero.xml.sample
523
@exec [ -f %B/NullZero.xml ] || cp %B/%f %B/NullZero.xml
497
@exec [ -f %B/NullZero.xml ] || cp -p %B/%f %B/NullZero.xml
524
%%G%%/data_dir/plugIns/OverlapsIntegrity.xml.sample
498
%%G%%/data_dir/plugIns/OverlapsIntegrity.xml.sample
525
@exec [ -f %B/OverlapsIntegrity.xml ] || cp %B/%f %B/OverlapsIntegrity.xml
499
@exec [ -f %B/OverlapsIntegrity.xml ] || cp -p %B/%f %B/OverlapsIntegrity.xml
526
%%G%%/data_dir/plugIns/PointCoveredByEndPointOfLine.xml.sample
500
%%G%%/data_dir/plugIns/PointCoveredByEndPointOfLine.xml.sample
527
@exec [ -f %B/PointCoveredByEndPointOfLine.xml ] || cp %B/%f %B/PointCoveredByEndPointOfLine.xml
501
@exec [ -f %B/PointCoveredByEndPointOfLine.xml ] || cp -p %B/%f %B/PointCoveredByEndPointOfLine.xml
528
%%G%%/data_dir/plugIns/PointCoveredByLine.xml.sample
502
%%G%%/data_dir/plugIns/PointCoveredByLine.xml.sample
529
@exec [ -f %B/PointCoveredByLine.xml ] || cp %B/%f %B/PointCoveredByLine.xml
503
@exec [ -f %B/PointCoveredByLine.xml ] || cp -p %B/%f %B/PointCoveredByLine.xml
530
%%G%%/data_dir/plugIns/PointCoveredByPolygon.xml.sample
504
%%G%%/data_dir/plugIns/PointCoveredByPolygon.xml.sample
531
@exec [ -f %B/PointCoveredByPolygon.xml ] || cp %B/%f %B/PointCoveredByPolygon.xml
505
@exec [ -f %B/PointCoveredByPolygon.xml ] || cp -p %B/%f %B/PointCoveredByPolygon.xml
532
%%G%%/data_dir/plugIns/PointCoveredByPolygonBoundary.xml.sample
506
%%G%%/data_dir/plugIns/PointCoveredByPolygonBoundary.xml.sample
533
@exec [ -f %B/PointCoveredByPolygonBoundary.xml ] || cp %B/%f %B/PointCoveredByPolygonBoundary.xml
507
@exec [ -f %B/PointCoveredByPolygonBoundary.xml ] || cp -p %B/%f %B/PointCoveredByPolygonBoundary.xml
534
%%G%%/data_dir/plugIns/PointInsidePolygon.xml.sample
508
%%G%%/data_dir/plugIns/PointInsidePolygon.xml.sample
535
@exec [ -f %B/PointInsidePolygon.xml ] || cp %B/%f %B/PointInsidePolygon.xml
509
@exec [ -f %B/PointInsidePolygon.xml ] || cp -p %B/%f %B/PointInsidePolygon.xml
536
%%G%%/data_dir/plugIns/PolygonBoundaryCoveredByPolygon.xml.sample
510
%%G%%/data_dir/plugIns/PolygonBoundaryCoveredByPolygon.xml.sample
537
@exec [ -f %B/PolygonBoundaryCoveredByPolygon.xml ] || cp %B/%f %B/PolygonBoundaryCoveredByPolygon.xml
511
@exec [ -f %B/PolygonBoundaryCoveredByPolygon.xml ] || cp -p %B/%f %B/PolygonBoundaryCoveredByPolygon.xml
538
%%G%%/data_dir/plugIns/PolygonCoveredByFeaturePolygon.xml.sample
512
%%G%%/data_dir/plugIns/PolygonCoveredByFeaturePolygon.xml.sample
539
@exec [ -f %B/PolygonCoveredByFeaturePolygon.xml ] || cp %B/%f %B/PolygonCoveredByFeaturePolygon.xml
513
@exec [ -f %B/PolygonCoveredByFeaturePolygon.xml ] || cp -p %B/%f %B/PolygonCoveredByFeaturePolygon.xml
540
%%G%%/data_dir/plugIns/PolygonCoveredByPolygon.xml.sample
514
%%G%%/data_dir/plugIns/PolygonCoveredByPolygon.xml.sample
541
@exec [ -f %B/PolygonCoveredByPolygon.xml ] || cp %B/%f %B/PolygonCoveredByPolygon.xml
515
@exec [ -f %B/PolygonCoveredByPolygon.xml ] || cp -p %B/%f %B/PolygonCoveredByPolygon.xml
542
%%G%%/data_dir/plugIns/PolygonNoGaps.xml.sample
516
%%G%%/data_dir/plugIns/PolygonNoGaps.xml.sample
543
@exec [ -f %B/PolygonNoGaps.xml ] || cp %B/%f %B/PolygonNoGaps.xml
517
@exec [ -f %B/PolygonNoGaps.xml ] || cp -p %B/%f %B/PolygonNoGaps.xml
544
%%G%%/data_dir/plugIns/PolygonNotCoveredByPolygon.xml.sample
518
%%G%%/data_dir/plugIns/PolygonNotCoveredByPolygon.xml.sample
545
@exec [ -f %B/PolygonNotCoveredByPolygon.xml ] || cp %B/%f %B/PolygonNotCoveredByPolygon.xml
519
@exec [ -f %B/PolygonNotCoveredByPolygon.xml ] || cp -p %B/%f %B/PolygonNotCoveredByPolygon.xml
546
%%G%%/data_dir/plugIns/PolygonNotOverlappingLine.xml.sample
520
%%G%%/data_dir/plugIns/PolygonNotOverlappingLine.xml.sample
547
@exec [ -f %B/PolygonNotOverlappingLine.xml ] || cp %B/%f %B/PolygonNotOverlappingLine.xml
521
@exec [ -f %B/PolygonNotOverlappingLine.xml ] || cp -p %B/%f %B/PolygonNotOverlappingLine.xml
548
%%G%%/data_dir/plugIns/PolygonNotOverlappingPolygon.xml.sample
522
%%G%%/data_dir/plugIns/PolygonNotOverlappingPolygon.xml.sample
549
@exec [ -f %B/PolygonNotOverlappingPolygon.xml ] || cp %B/%f %B/PolygonNotOverlappingPolygon.xml
523
@exec [ -f %B/PolygonNotOverlappingPolygon.xml ] || cp -p %B/%f %B/PolygonNotOverlappingPolygon.xml
550
%%G%%/data_dir/plugIns/Range.xml.sample
524
%%G%%/data_dir/plugIns/Range.xml.sample
551
@exec [ -f %B/Range.xml ] || cp %B/%f %B/Range.xml
525
@exec [ -f %B/Range.xml ] || cp -p %B/%f %B/Range.xml
552
%%G%%/data_dir/plugIns/RelateIntegrity.xml.sample
526
%%G%%/data_dir/plugIns/RelateIntegrity.xml.sample
553
@exec [ -f %B/RelateIntegrity.xml ] || cp %B/%f %B/RelateIntegrity.xml
527
@exec [ -f %B/RelateIntegrity.xml ] || cp -p %B/%f %B/RelateIntegrity.xml
554
%%G%%/data_dir/plugIns/SQL.xml.sample
528
%%G%%/data_dir/plugIns/SQL.xml.sample
555
@exec [ -f %B/SQL.xml ] || cp %B/%f %B/SQL.xml
529
@exec [ -f %B/SQL.xml ] || cp -p %B/%f %B/SQL.xml
556
%%G%%/data_dir/plugIns/SingleValue.xml.sample
530
%%G%%/data_dir/plugIns/SingleValue.xml.sample
557
@exec [ -f %B/SingleValue.xml ] || cp %B/%f %B/SingleValue.xml
531
@exec [ -f %B/SingleValue.xml ] || cp -p %B/%f %B/SingleValue.xml
558
%%G%%/data_dir/plugIns/StarNode.xml.sample
532
%%G%%/data_dir/plugIns/StarNode.xml.sample
559
@exec [ -f %B/StarNode.xml ] || cp %B/%f %B/StarNode.xml
533
@exec [ -f %B/StarNode.xml ] || cp -p %B/%f %B/StarNode.xml
560
%%G%%/data_dir/plugIns/TouchesIntegrity.xml.sample
534
%%G%%/data_dir/plugIns/TouchesIntegrity.xml.sample
561
@exec [ -f %B/TouchesIntegrity.xml ] || cp %B/%f %B/TouchesIntegrity.xml
535
@exec [ -f %B/TouchesIntegrity.xml ] || cp -p %B/%f %B/TouchesIntegrity.xml
562
%%G%%/data_dir/plugIns/UniqueFID.xml.sample
536
%%G%%/data_dir/plugIns/UniqueFID.xml.sample
563
@exec [ -f %B/UniqueFID.xml ] || cp %B/%f %B/UniqueFID.xml
537
@exec [ -f %B/UniqueFID.xml ] || cp -p %B/%f %B/UniqueFID.xml
564
%%G%%/data_dir/plugIns/Uniquity.xml.sample
538
%%G%%/data_dir/plugIns/Uniquity.xml.sample
565
@exec [ -f %B/Uniquity.xml ] || cp %B/%f %B/Uniquity.xml
539
@exec [ -f %B/Uniquity.xml ] || cp -p %B/%f %B/Uniquity.xml
566
%%G%%/data_dir/plugIns/WithinIntegrity.xml.sample
540
%%G%%/data_dir/plugIns/WithinIntegrity.xml.sample
567
@exec [ -f %B/WithinIntegrity.xml ] || cp %B/%f %B/WithinIntegrity.xml
541
@exec [ -f %B/WithinIntegrity.xml ] || cp -p %B/%f %B/WithinIntegrity.xml
568
%%G%%/data_dir/security/layers.properties.sample
542
%%G%%/data_dir/security/layers.properties.sample
569
@exec [ -f %B/layers.properties ] || cp %B/%f %B/layers.properties
543
@exec [ -f %B/layers.properties ] || cp -p %B/%f %B/layers.properties
570
%%G%%/data_dir/security/rest.properties.sample
571
@exec [ -f %B/rest.properties ] || cp %B/%f %B/rest.properties
572
%%G%%/data_dir/security/service.properties.sample
544
%%G%%/data_dir/security/service.properties.sample
573
@exec [ -f %B/service.properties ] || cp %B/%f %B/service.properties
545
@exec [ -f %B/service.properties ] || cp -p %B/%f %B/service.properties
574
%%G%%/data_dir/security/users.properties.sample
546
%%G%%/data_dir/security/users.properties.sample
575
@exec [ -f %B/users.properties ] || cp %B/%f %B/users.properties
547
@exec [ -f %B/users.properties ] || cp -p %B/%f %B/users.properties
576
%%G%%/data_dir/styles/Lakes.sld
548
%%G%%/data_dir/styles/Lakes.sld
577
%%G%%/data_dir/styles/NamedPlaces.sld
549
%%G%%/data_dir/styles/NamedPlaces.sld
578
%%G%%/data_dir/styles/burg.sld
550
%%G%%/data_dir/styles/burg.sld
579
%%G%%/data_dir/styles/burg.xml.sample
551
%%G%%/data_dir/styles/burg.xml.sample
580
@exec [ -f %B/burg.xml ] || cp %B/%f %B/burg.xml
552
@exec [ -f %B/burg.xml ] || cp -p %B/%f %B/burg.xml
581
%%G%%/data_dir/styles/burg02.svg
553
%%G%%/data_dir/styles/burg02.svg
582
%%G%%/data_dir/styles/capitals.sld
554
%%G%%/data_dir/styles/capitals.sld
583
%%G%%/data_dir/styles/capitals.xml.sample
555
%%G%%/data_dir/styles/capitals.xml.sample
584
@exec [ -f %B/capitals.xml ] || cp %B/%f %B/capitals.xml
556
@exec [ -f %B/capitals.xml ] || cp -p %B/%f %B/capitals.xml
585
%%G%%/data_dir/styles/cite_lakes.xml.sample
557
%%G%%/data_dir/styles/cite_lakes.xml.sample
586
@exec [ -f %B/cite_lakes.xml ] || cp %B/%f %B/cite_lakes.xml
558
@exec [ -f %B/cite_lakes.xml ] || cp -p %B/%f %B/cite_lakes.xml
587
%%G%%/data_dir/styles/concat.xml.sample
588
@exec [ -f %B/concat.xml ] || cp %B/%f %B/concat.xml
589
%%G%%/data_dir/styles/default_line.sld
559
%%G%%/data_dir/styles/default_line.sld
590
%%G%%/data_dir/styles/default_line2.sld
560
%%G%%/data_dir/styles/default_line2.sld
591
%%G%%/data_dir/styles/default_point.sld
561
%%G%%/data_dir/styles/default_point.sld
592
%%G%%/data_dir/styles/default_polygon.sld
562
%%G%%/data_dir/styles/default_polygon.sld
593
%%G%%/data_dir/styles/dem.sld
563
%%G%%/data_dir/styles/dem.sld
594
%%G%%/data_dir/styles/dem.xml.sample
564
%%G%%/data_dir/styles/dem.xml.sample
595
@exec [ -f %B/dem.xml ] || cp %B/%f %B/dem.xml
565
@exec [ -f %B/dem.xml ] || cp -p %B/%f %B/dem.xml
596
%%G%%/data_dir/styles/flags.xml.sample
597
@exec [ -f %B/flags.xml ] || cp %B/%f %B/flags.xml
598
%%G%%/data_dir/styles/giant_polygon.sld
566
%%G%%/data_dir/styles/giant_polygon.sld
599
%%G%%/data_dir/styles/giant_polygon.xml.sample
567
%%G%%/data_dir/styles/giant_polygon.xml.sample
600
@exec [ -f %B/giant_polygon.xml ] || cp %B/%f %B/giant_polygon.xml
568
@exec [ -f %B/giant_polygon.xml ] || cp -p %B/%f %B/giant_polygon.xml
601
%%G%%/data_dir/styles/grass.xml.sample
569
%%G%%/data_dir/styles/grass.xml.sample
602
@exec [ -f %B/grass.xml ] || cp %B/%f %B/grass.xml
570
@exec [ -f %B/grass.xml ] || cp -p %B/%f %B/grass.xml
603
%%G%%/data_dir/styles/grass_fill.png
571
%%G%%/data_dir/styles/grass_fill.png
604
%%G%%/data_dir/styles/grass_poly.sld
572
%%G%%/data_dir/styles/grass_poly.sld
605
%%G%%/data_dir/styles/green.sld
573
%%G%%/data_dir/styles/green.sld
606
%%G%%/data_dir/styles/green.xml.sample
574
%%G%%/data_dir/styles/green.xml.sample
607
@exec [ -f %B/green.xml ] || cp %B/%f %B/green.xml
575
@exec [ -f %B/green.xml ] || cp -p %B/%f %B/green.xml
608
%%G%%/data_dir/styles/line.xml.sample
576
%%G%%/data_dir/styles/line.xml.sample
609
@exec [ -f %B/line.xml ] || cp %B/%f %B/line.xml
577
@exec [ -f %B/line.xml ] || cp -p %B/%f %B/line.xml
610
%%G%%/data_dir/styles/poi.sld
578
%%G%%/data_dir/styles/poi.sld
611
%%G%%/data_dir/styles/poi.xml.sample
579
%%G%%/data_dir/styles/poi.xml.sample
612
@exec [ -f %B/poi.xml ] || cp %B/%f %B/poi.xml
580
@exec [ -f %B/poi.xml ] || cp -p %B/%f %B/poi.xml
613
%%G%%/data_dir/styles/point.xml.sample
581
%%G%%/data_dir/styles/point.xml.sample
614
@exec [ -f %B/point.xml ] || cp %B/%f %B/point.xml
582
@exec [ -f %B/point.xml ] || cp -p %B/%f %B/point.xml
615
%%G%%/data_dir/styles/poly_landmarks.sld
583
%%G%%/data_dir/styles/poly_landmarks.sld
616
%%G%%/data_dir/styles/poly_landmarks.xml.sample
584
%%G%%/data_dir/styles/poly_landmarks.xml.sample
617
@exec [ -f %B/poly_landmarks.xml ] || cp %B/%f %B/poly_landmarks.xml
585
@exec [ -f %B/poly_landmarks.xml ] || cp -p %B/%f %B/poly_landmarks.xml
618
%%G%%/data_dir/styles/polygon.xml.sample
586
%%G%%/data_dir/styles/polygon.xml.sample
619
@exec [ -f %B/polygon.xml ] || cp %B/%f %B/polygon.xml
587
@exec [ -f %B/polygon.xml ] || cp -p %B/%f %B/polygon.xml
620
%%G%%/data_dir/styles/pophatch.sld
588
%%G%%/data_dir/styles/pophatch.sld
621
%%G%%/data_dir/styles/pophatch.xml.sample
589
%%G%%/data_dir/styles/pophatch.xml.sample
622
@exec [ -f %B/pophatch.xml ] || cp %B/%f %B/pophatch.xml
590
@exec [ -f %B/pophatch.xml ] || cp -p %B/%f %B/pophatch.xml
623
%%G%%/data_dir/styles/popshade.sld
591
%%G%%/data_dir/styles/popshade.sld
624
%%G%%/data_dir/styles/population.xml.sample
592
%%G%%/data_dir/styles/population.xml.sample
625
@exec [ -f %B/population.xml ] || cp %B/%f %B/population.xml
593
@exec [ -f %B/population.xml ] || cp -p %B/%f %B/population.xml
626
%%G%%/data_dir/styles/rain.sld
594
%%G%%/data_dir/styles/rain.sld
627
%%G%%/data_dir/styles/rain.xml.sample
595
%%G%%/data_dir/styles/rain.xml.sample
628
@exec [ -f %B/rain.xml ] || cp %B/%f %B/rain.xml
596
@exec [ -f %B/rain.xml ] || cp -p %B/%f %B/rain.xml
629
%%G%%/data_dir/styles/raster.sld
597
%%G%%/data_dir/styles/raster.sld
630
%%G%%/data_dir/styles/raster.xml.sample
598
%%G%%/data_dir/styles/raster.xml.sample
631
@exec [ -f %B/raster.xml ] || cp %B/%f %B/raster.xml
599
@exec [ -f %B/raster.xml ] || cp -p %B/%f %B/raster.xml
632
%%G%%/data_dir/styles/restricted.sld
600
%%G%%/data_dir/styles/restricted.sld
633
%%G%%/data_dir/styles/restricted.xml.sample
601
%%G%%/data_dir/styles/restricted.xml.sample
634
@exec [ -f %B/restricted.xml ] || cp %B/%f %B/restricted.xml
602
@exec [ -f %B/restricted.xml ] || cp -p %B/%f %B/restricted.xml
635
%%G%%/data_dir/styles/simpleRoads.sld
603
%%G%%/data_dir/styles/simpleRoads.sld
636
%%G%%/data_dir/styles/simple_roads.xml.sample
604
%%G%%/data_dir/styles/simple_roads.xml.sample
637
@exec [ -f %B/simple_roads.xml ] || cp %B/%f %B/simple_roads.xml
605
@exec [ -f %B/simple_roads.xml ] || cp -p %B/%f %B/simple_roads.xml
638
%%G%%/data_dir/styles/simple_streams.sld
606
%%G%%/data_dir/styles/simple_streams.sld
639
%%G%%/data_dir/styles/simple_streams.xml.sample
607
%%G%%/data_dir/styles/simple_streams.xml.sample
640
@exec [ -f %B/simple_streams.xml ] || cp %B/%f %B/simple_streams.xml
608
@exec [ -f %B/simple_streams.xml ] || cp -p %B/%f %B/simple_streams.xml
641
%%G%%/data_dir/styles/tiger_roads.sld
609
%%G%%/data_dir/styles/tiger_roads.sld
642
%%G%%/data_dir/styles/tiger_roads.xml.sample
610
%%G%%/data_dir/styles/tiger_roads.xml.sample
643
@exec [ -f %B/tiger_roads.xml ] || cp %B/%f %B/tiger_roads.xml
611
@exec [ -f %B/tiger_roads.xml ] || cp -p %B/%f %B/tiger_roads.xml
644
%%G%%/data_dir/user_projections/epsg.properties.sample
612
%%G%%/data_dir/user_projections/epsg.properties.sample
645
@exec [ -f %B/epsg.properties ] || cp %B/%f %B/epsg.properties
613
@exec [ -f %B/epsg.properties ] || cp -p %B/%f %B/epsg.properties
646
%%G%%/data_dir/validation/FeatureCheck.xml.sample
614
%%G%%/data_dir/validation/FeatureCheck.xml.sample
647
@exec [ -f %B/FeatureCheck.xml ] || cp %B/%f %B/FeatureCheck.xml
615
@exec [ -f %B/FeatureCheck.xml ] || cp -p %B/%f %B/FeatureCheck.xml
648
%%G%%/data_dir/validation/IntegrityCheck.xml.sample
616
%%G%%/data_dir/validation/IntegrityCheck.xml.sample
649
@exec [ -f %B/IntegrityCheck.xml ] || cp %B/%f %B/IntegrityCheck.xml
617
@exec [ -f %B/IntegrityCheck.xml ] || cp -p %B/%f %B/IntegrityCheck.xml
650
%%G%%/data_dir/wcs.xml.sample
618
%%G%%/data_dir/wcs.xml.sample
651
@exec [ -f %B/wcs.xml ] || cp %B/%f %B/wcs.xml
619
@exec [ -f %B/wcs.xml ] || cp -p %B/%f %B/wcs.xml
652
%%G%%/data_dir/wfs.xml.sample
620
%%G%%/data_dir/wfs.xml.sample
653
@exec [ -f %B/wfs.xml ] || cp %B/%f %B/wfs.xml
621
@exec [ -f %B/wfs.xml ] || cp -p %B/%f %B/wfs.xml
654
%%G%%/data_dir/wms.xml.sample
622
%%G%%/data_dir/wms.xml.sample
655
@exec [ -f %B/wms.xml ] || cp %B/%f %B/wms.xml
623
@exec [ -f %B/wms.xml ] || cp -p %B/%f %B/wms.xml
656
%%G%%/data_dir/workspaces/default.xml.sample
657
@exec [ -f %B/default.xml ] || cp %B/%f %B/default.xml
658
%%G%%/data_dir/workspaces/cite/namespace.xml.sample
624
%%G%%/data_dir/workspaces/cite/namespace.xml.sample
659
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
625
@exec [ -f %B/namespace.xml ] || cp -p %B/%f %B/namespace.xml
660
%%G%%/data_dir/workspaces/cite/workspace.xml.sample
626
%%G%%/data_dir/workspaces/cite/workspace.xml.sample
661
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
627
@exec [ -f %B/workspace.xml ] || cp -p %B/%f %B/workspace.xml
662
%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml.sample
628
%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml.sample
663
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
629
@exec [ -f %B/namespace.xml ] || cp -p %B/%f %B/namespace.xml
664
%%G%%/data_dir/workspaces/it.geosolutions/workspace.xml.sample
630
%%G%%/data_dir/workspaces/it.geosolutions/workspace.xml.sample
665
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
631
@exec [ -f %B/workspace.xml ] || cp -p %B/%f %B/workspace.xml
666
%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/coverage.xml.sample
632
%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/coverage.xml.sample
667
@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml
633
@exec [ -f %B/coverage.xml ] || cp -p %B/%f %B/coverage.xml
668
%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/layer.xml.sample
634
%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/layer.xml.sample
669
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
635
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
670
%%G%%/data_dir/workspaces/nurc/arcGridSample/coveragestore.xml.sample
636
%%G%%/data_dir/workspaces/nurc/arcGridSample/coveragestore.xml.sample
671
@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml
637
@exec [ -f %B/coveragestore.xml ] || cp -p %B/%f %B/coveragestore.xml
672
%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/coverage.xml.sample
638
%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/coverage.xml.sample
673
@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml
639
@exec [ -f %B/coverage.xml ] || cp -p %B/%f %B/coverage.xml
674
%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/layer.xml.sample
640
%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/layer.xml.sample
675
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
641
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
676
%%G%%/data_dir/workspaces/nurc/img_sample2/coveragestore.xml.sample
642
%%G%%/data_dir/workspaces/nurc/img_sample2/coveragestore.xml.sample
677
@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml
643
@exec [ -f %B/coveragestore.xml ] || cp -p %B/%f %B/coveragestore.xml
678
%%G%%/data_dir/workspaces/nurc/mosaic/coveragestore.xml.sample
644
%%G%%/data_dir/workspaces/nurc/mosaic/coveragestore.xml.sample
679
@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml
645
@exec [ -f %B/coveragestore.xml ] || cp -p %B/%f %B/coveragestore.xml
680
%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/coverage.xml.sample
646
%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/coverage.xml.sample
681
@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml
647
@exec [ -f %B/coverage.xml ] || cp -p %B/%f %B/coverage.xml
682
%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/layer.xml.sample
648
%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/layer.xml.sample
683
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
649
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
684
%%G%%/data_dir/workspaces/nurc/namespace.xml.sample
650
%%G%%/data_dir/workspaces/nurc/namespace.xml.sample
685
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
651
@exec [ -f %B/namespace.xml ] || cp -p %B/%f %B/namespace.xml
686
%%G%%/data_dir/workspaces/nurc/workspace.xml.sample
652
%%G%%/data_dir/workspaces/nurc/workspace.xml.sample
687
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
653
@exec [ -f %B/workspace.xml ] || cp -p %B/%f %B/workspace.xml
688
%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/coverage.xml.sample
654
%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/coverage.xml.sample
689
@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml
655
@exec [ -f %B/coverage.xml ] || cp -p %B/%f %B/coverage.xml
690
%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/layer.xml.sample
656
%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/layer.xml.sample
691
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
657
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
692
%%G%%/data_dir/workspaces/nurc/worldImageSample/coveragestore.xml.sample
658
%%G%%/data_dir/workspaces/nurc/worldImageSample/coveragestore.xml.sample
693
@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml
659
@exec [ -f %B/coveragestore.xml ] || cp -p %B/%f %B/coveragestore.xml
694
%%G%%/data_dir/workspaces/sde/namespace.xml.sample
660
%%G%%/data_dir/workspaces/sde/namespace.xml.sample
695
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
661
@exec [ -f %B/namespace.xml ] || cp -p %B/%f %B/namespace.xml
696
%%G%%/data_dir/workspaces/sde/workspace.xml.sample
662
%%G%%/data_dir/workspaces/sde/workspace.xml.sample
697
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
663
@exec [ -f %B/workspace.xml ] || cp -p %B/%f %B/workspace.xml
698
%%G%%/data_dir/workspaces/sf/namespace.xml.sample
664
%%G%%/data_dir/workspaces/sf/namespace.xml.sample
699
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
665
@exec [ -f %B/namespace.xml ] || cp -p %B/%f %B/namespace.xml
700
%%G%%/data_dir/workspaces/sf/sf/archsites/featuretype.xml.sample
666
%%G%%/data_dir/workspaces/sf/sf/archsites/featuretype.xml.sample
701
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
667
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
702
%%G%%/data_dir/workspaces/sf/sf/archsites/layer.xml.sample
668
%%G%%/data_dir/workspaces/sf/sf/archsites/layer.xml.sample
703
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
669
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
704
%%G%%/data_dir/workspaces/sf/sf/bugsites/featuretype.xml.sample
670
%%G%%/data_dir/workspaces/sf/sf/bugsites/featuretype.xml.sample
705
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
671
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
706
%%G%%/data_dir/workspaces/sf/sf/bugsites/layer.xml.sample
672
%%G%%/data_dir/workspaces/sf/sf/bugsites/layer.xml.sample
707
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
673
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
708
%%G%%/data_dir/workspaces/sf/sf/datastore.xml.sample
674
%%G%%/data_dir/workspaces/sf/sf/datastore.xml.sample
709
@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml
675
@exec [ -f %B/datastore.xml ] || cp -p %B/%f %B/datastore.xml
710
%%G%%/data_dir/workspaces/sf/sf/restricted/featuretype.xml.sample
676
%%G%%/data_dir/workspaces/sf/sf/restricted/featuretype.xml.sample
711
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
677
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
712
%%G%%/data_dir/workspaces/sf/sf/restricted/layer.xml.sample
678
%%G%%/data_dir/workspaces/sf/sf/restricted/layer.xml.sample
713
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
679
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
714
%%G%%/data_dir/workspaces/sf/sf/roads/featuretype.xml.sample
680
%%G%%/data_dir/workspaces/sf/sf/roads/featuretype.xml.sample
715
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
681
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
716
%%G%%/data_dir/workspaces/sf/sf/roads/layer.xml.sample
682
%%G%%/data_dir/workspaces/sf/sf/roads/layer.xml.sample
717
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
683
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
718
%%G%%/data_dir/workspaces/sf/sf/streams/featuretype.xml.sample
684
%%G%%/data_dir/workspaces/sf/sf/streams/featuretype.xml.sample
719
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
685
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
720
%%G%%/data_dir/workspaces/sf/sf/streams/layer.xml.sample
686
%%G%%/data_dir/workspaces/sf/sf/streams/layer.xml.sample
721
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
687
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
722
%%G%%/data_dir/workspaces/sf/sfdem/coveragestore.xml.sample
688
%%G%%/data_dir/workspaces/sf/sfdem/coveragestore.xml.sample
723
@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml
689
@exec [ -f %B/coveragestore.xml ] || cp -p %B/%f %B/coveragestore.xml
724
%%G%%/data_dir/workspaces/sf/sfdem/sfdem/coverage.xml.sample
690
%%G%%/data_dir/workspaces/sf/sfdem/sfdem/coverage.xml.sample
725
@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml
691
@exec [ -f %B/coverage.xml ] || cp -p %B/%f %B/coverage.xml
726
%%G%%/data_dir/workspaces/sf/sfdem/sfdem/layer.xml.sample
692
%%G%%/data_dir/workspaces/sf/sfdem/sfdem/layer.xml.sample
727
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
693
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
728
%%G%%/data_dir/workspaces/sf/workspace.xml.sample
694
%%G%%/data_dir/workspaces/sf/workspace.xml.sample
729
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
695
@exec [ -f %B/workspace.xml ] || cp -p %B/%f %B/workspace.xml
730
%%G%%/data_dir/workspaces/tiger/namespace.xml.sample
696
%%G%%/data_dir/workspaces/tiger/namespace.xml.sample
731
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
697
@exec [ -f %B/namespace.xml ] || cp -p %B/%f %B/namespace.xml
732
%%G%%/data_dir/workspaces/tiger/nyc/datastore.xml.sample
698
%%G%%/data_dir/workspaces/tiger/nyc/datastore.xml.sample
733
@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml
699
@exec [ -f %B/datastore.xml ] || cp -p %B/%f %B/datastore.xml
734
%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/featuretype.xml.sample
700
%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/featuretype.xml.sample
735
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
701
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
736
%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/layer.xml.sample
702
%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/layer.xml.sample
737
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
703
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
738
%%G%%/data_dir/workspaces/tiger/nyc/poi/featuretype.xml.sample
704
%%G%%/data_dir/workspaces/tiger/nyc/poi/featuretype.xml.sample
739
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
705
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
740
%%G%%/data_dir/workspaces/tiger/nyc/poi/layer.xml.sample
706
%%G%%/data_dir/workspaces/tiger/nyc/poi/layer.xml.sample
741
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
707
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
742
%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/featuretype.xml.sample
708
%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/featuretype.xml.sample
743
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
709
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
744
%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/layer.xml.sample
710
%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/layer.xml.sample
745
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
711
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
746
%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/featuretype.xml.sample
712
%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/featuretype.xml.sample
747
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
713
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
748
%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/layer.xml.sample
714
%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/layer.xml.sample
749
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
715
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
750
%%G%%/data_dir/workspaces/tiger/workspace.xml.sample
716
%%G%%/data_dir/workspaces/tiger/workspace.xml.sample
751
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
717
@exec [ -f %B/workspace.xml ] || cp -p %B/%f %B/workspace.xml
752
%%G%%/data_dir/workspaces/topp/namespace.xml.sample
718
%%G%%/data_dir/workspaces/topp/namespace.xml.sample
753
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
719
@exec [ -f %B/namespace.xml ] || cp -p %B/%f %B/namespace.xml
754
%%G%%/data_dir/workspaces/topp/states_shapefile/datastore.xml.sample
720
%%G%%/data_dir/workspaces/topp/states_shapefile/datastore.xml.sample
755
@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml
721
@exec [ -f %B/datastore.xml ] || cp -p %B/%f %B/datastore.xml
756
%%G%%/data_dir/workspaces/topp/states_shapefile/states/description.ftl
722
%%G%%/data_dir/workspaces/topp/states_shapefile/states/description.ftl
757
%%G%%/data_dir/workspaces/topp/states_shapefile/states/featuretype.xml.sample
723
%%G%%/data_dir/workspaces/topp/states_shapefile/states/featuretype.xml.sample
758
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
724
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
759
%%G%%/data_dir/workspaces/topp/states_shapefile/states/layer.xml.sample
725
%%G%%/data_dir/workspaces/topp/states_shapefile/states/layer.xml.sample
760
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
726
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
761
%%G%%/data_dir/workspaces/topp/states_shapefile/states/title.ftl
727
%%G%%/data_dir/workspaces/topp/states_shapefile/states/title.ftl
762
%%G%%/data_dir/workspaces/topp/taz_shapes/datastore.xml.sample
728
%%G%%/data_dir/workspaces/topp/taz_shapes/datastore.xml.sample
763
@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml
729
@exec [ -f %B/datastore.xml ] || cp -p %B/%f %B/datastore.xml
764
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/featuretype.xml.sample
730
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/featuretype.xml.sample
765
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
731
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
766
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/layer.xml.sample
732
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/layer.xml.sample
767
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
733
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
768
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/featuretype.xml.sample
734
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/featuretype.xml.sample
769
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
735
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
770
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/layer.xml.sample
736
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/layer.xml.sample
771
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
737
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
772
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/featuretype.xml.sample
738
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/featuretype.xml.sample
773
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
739
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
774
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/layer.xml.sample
740
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/layer.xml.sample
775
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
741
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
776
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/featuretype.xml.sample
742
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/featuretype.xml.sample
777
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
743
@exec [ -f %B/featuretype.xml ] || cp -p %B/%f %B/featuretype.xml
778
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/layer.xml.sample
744
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/layer.xml.sample
779
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
745
@exec [ -f %B/layer.xml ] || cp -p %B/%f %B/layer.xml
780
%%G%%/data_dir/workspaces/topp/workspace.xml.sample
746
%%G%%/data_dir/workspaces/topp/workspace.xml.sample
781
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
747
@exec [ -f %B/workspace.xml ] || cp -p %B/%f %B/workspace.xml
782
%%G%%/data_dir/www/ol-demo.html
748
%%G%%/data_dir/www/ol-demo.html
783
%%G%%/data_dir/www/openlayers/OpenLayers.js
749
%%G%%/data_dir/www/openlayers/OpenLayers.js
784
%%G%%/data_dir/www/openlayers/img/blank.gif
750
%%G%%/data_dir/www/openlayers/img/blank.gif
Lines 840-864 Link Here
840
%%G%%/data_dir/www/styles/remoteTasmania.sld
806
%%G%%/data_dir/www/styles/remoteTasmania.sld
841
%%G%%/data_dir/www/wfs-t.html
807
%%G%%/data_dir/www/wfs-t.html
842
%%G%%/etc/jdbcRealm.properties.sample
808
%%G%%/etc/jdbcRealm.properties.sample
843
@exec [ -f %B/jdbcRealm.properties ] || cp %B/%f %B/jdbcRealm.properties
809
@exec [ -f %B/jdbcRealm.properties ] || cp -p %B/%f %B/jdbcRealm.properties
844
%%G%%/etc/jetty-jmx-platform.xml.sample
810
%%G%%/etc/jetty-jmx-platform.xml.sample
845
@exec [ -f %B/jetty-jmx-platform.xml ] || cp %B/%f %B/jetty-jmx-platform.xml
811
@exec [ -f %B/jetty-jmx-platform.xml ] || cp -p %B/%f %B/jetty-jmx-platform.xml
846
%%G%%/etc/jetty-jmx.xml.sample
812
%%G%%/etc/jetty-jmx.xml.sample
847
@exec [ -f %B/jetty-jmx.xml ] || cp %B/%f %B/jetty-jmx.xml
813
@exec [ -f %B/jetty-jmx.xml ] || cp -p %B/%f %B/jetty-jmx.xml
848
%%G%%/etc/jetty-plus.xml.sample
814
%%G%%/etc/jetty-plus.xml.sample
849
@exec [ -f %B/jetty-plus.xml ] || cp %B/%f %B/jetty-plus.xml
815
@exec [ -f %B/jetty-plus.xml ] || cp -p %B/%f %B/jetty-plus.xml
850
%%G%%/etc/jetty-ssl.xml.sample
816
%%G%%/etc/jetty-ssl.xml.sample
851
@exec [ -f %B/jetty-ssl.xml ] || cp %B/%f %B/jetty-ssl.xml
817
@exec [ -f %B/jetty-ssl.xml ] || cp -p %B/%f %B/jetty-ssl.xml
852
%%G%%/etc/jetty.xml.sample
818
%%G%%/etc/jetty.xml.sample
853
@exec [ -f %B/jetty.xml ] || cp %B/%f %B/jetty.xml
819
@exec [ -f %B/jetty.xml ] || cp -p %B/%f %B/jetty.xml
854
%%G%%/etc/keystore.sample
820
%%G%%/etc/keystore.sample
855
@exec [ -f %B/keystore ] || cp %B/%f %B/keystore
821
@exec [ -f %B/keystore ] || cp -p %B/%f %B/keystore
856
%%G%%/etc/realm.properties.sample
822
%%G%%/etc/realm.properties.sample
857
@exec [ -f %B/realm.properties ] || cp %B/%f %B/realm.properties
823
@exec [ -f %B/realm.properties ] || cp -p %B/%f %B/realm.properties
858
%%G%%/etc/stresstest.xml.sample
824
%%G%%/etc/stresstest.xml.sample
859
@exec [ -f %B/stresstest.xml ] || cp %B/%f %B/stresstest.xml
825
@exec [ -f %B/stresstest.xml ] || cp -p %B/%f %B/stresstest.xml
860
%%G%%/etc/webdefault.xml.sample
826
%%G%%/etc/webdefault.xml.sample
861
@exec [ -f %B/webdefault.xml ] || cp %B/%f %B/webdefault.xml
827
@exec [ -f %B/webdefault.xml ] || cp -p %B/%f %B/webdefault.xml
862
%%G%%/lib/ant-1.6.4.jar
828
%%G%%/lib/ant-1.6.4.jar
863
%%G%%/lib/ant-optional-1.5.1.jar
829
%%G%%/lib/ant-optional-1.5.1.jar
864
%%G%%/lib/commons-el-1.0.jar
830
%%G%%/lib/commons-el-1.0.jar
Lines 876-882 Link Here
876
%%G%%/lib/xmlParserAPIs-2.6.2.jar
842
%%G%%/lib/xmlParserAPIs-2.6.2.jar
877
%%G%%/logs/keepme.txt
843
%%G%%/logs/keepme.txt
878
%%G%%/resources/log4j.properties.sample
844
%%G%%/resources/log4j.properties.sample
879
@exec [ -f %B/log4j.properties ] || cp %B/%f %B/log4j.properties
845
@exec [ -f %B/log4j.properties ] || cp -p %B/%f %B/log4j.properties
880
%%G%%/start.jar
846
%%G%%/start.jar
881
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/GeoserverInitStartupListener.class
847
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/GeoserverInitStartupListener.class
882
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/AlternativesResponseStream.class
848
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/AlternativesResponseStream.class
Lines 891-902 Link Here
891
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ReverseProxyFilter$CacheingResponseWrapper$DeferredCacheingOutputStream.class
857
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ReverseProxyFilter$CacheingResponseWrapper$DeferredCacheingOutputStream.class
892
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ReverseProxyFilter$CacheingResponseWrapper.class
858
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ReverseProxyFilter$CacheingResponseWrapper.class
893
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ReverseProxyFilter.class
859
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ReverseProxyFilter.class
860
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/SessionDebugFilter$SessionDebugWrapper.class
861
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/SessionDebugFilter.class
862
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/SpringDelegatingFilter$Chain.class
863
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/SpringDelegatingFilter.class
864
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ThreadLocalsCleanupFilter.class
894
%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml.sample
865
%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml.sample
895
@exec [ -f %B/dispatcher-servlet.xml ] || cp %B/%f %B/dispatcher-servlet.xml
866
@exec [ -f %B/dispatcher-servlet.xml ] || cp -p %B/%f %B/dispatcher-servlet.xml
896
%%G%%/webapps/geoserver/WEB-INF/lib/acegi-security-1.0.7.jar
897
%%G%%/webapps/geoserver/WEB-INF/lib/activation-1.1.jar
867
%%G%%/webapps/geoserver/WEB-INF/lib/activation-1.1.jar
898
%%G%%/webapps/geoserver/WEB-INF/lib/ant-optional-1.5.1.jar
868
%%G%%/webapps/geoserver/WEB-INF/lib/ant-optional-1.5.1.jar
899
%%G%%/webapps/geoserver/WEB-INF/lib/antlr-2.7.2.jar
900
%%G%%/webapps/geoserver/WEB-INF/lib/aopalliance-1.0.jar
869
%%G%%/webapps/geoserver/WEB-INF/lib/aopalliance-1.0.jar
901
%%G%%/webapps/geoserver/WEB-INF/lib/avalon-framework-api-4.3.1.jar
870
%%G%%/webapps/geoserver/WEB-INF/lib/avalon-framework-api-4.3.1.jar
902
%%G%%/webapps/geoserver/WEB-INF/lib/avalon-framework-impl-4.3.1.jar
871
%%G%%/webapps/geoserver/WEB-INF/lib/avalon-framework-impl-4.3.1.jar
Lines 924-930 Link Here
924
%%G%%/webapps/geoserver/WEB-INF/lib/commons-beanutils-1.7.0.jar
893
%%G%%/webapps/geoserver/WEB-INF/lib/commons-beanutils-1.7.0.jar
925
%%G%%/webapps/geoserver/WEB-INF/lib/commons-codec-1.2.jar
894
%%G%%/webapps/geoserver/WEB-INF/lib/commons-codec-1.2.jar
926
%%G%%/webapps/geoserver/WEB-INF/lib/commons-collections-3.1.jar
895
%%G%%/webapps/geoserver/WEB-INF/lib/commons-collections-3.1.jar
927
%%G%%/webapps/geoserver/WEB-INF/lib/commons-dbcp-1.2.2.jar
896
%%G%%/webapps/geoserver/WEB-INF/lib/commons-dbcp-1.3.jar
928
%%G%%/webapps/geoserver/WEB-INF/lib/commons-digester-1.7.jar
897
%%G%%/webapps/geoserver/WEB-INF/lib/commons-digester-1.7.jar
929
%%G%%/webapps/geoserver/WEB-INF/lib/commons-fileupload-1.2.1.jar
898
%%G%%/webapps/geoserver/WEB-INF/lib/commons-fileupload-1.2.1.jar
930
%%G%%/webapps/geoserver/WEB-INF/lib/commons-httpclient-3.1.jar
899
%%G%%/webapps/geoserver/WEB-INF/lib/commons-httpclient-3.1.jar
Lines 935-952 Link Here
935
%%G%%/webapps/geoserver/WEB-INF/lib/commons-pool-1.5.3.jar
904
%%G%%/webapps/geoserver/WEB-INF/lib/commons-pool-1.5.3.jar
936
%%G%%/webapps/geoserver/WEB-INF/lib/commons-validator-1.1.4.jar
905
%%G%%/webapps/geoserver/WEB-INF/lib/commons-validator-1.1.4.jar
937
%%G%%/webapps/geoserver/WEB-INF/lib/ecore-2.2.2.jar
906
%%G%%/webapps/geoserver/WEB-INF/lib/ecore-2.2.2.jar
907
%%G%%/webapps/geoserver/WEB-INF/lib/ehcache-1.6.2.jar
938
%%G%%/webapps/geoserver/WEB-INF/lib/ezmorph-1.0.6.jar
908
%%G%%/webapps/geoserver/WEB-INF/lib/ezmorph-1.0.6.jar
939
%%G%%/webapps/geoserver/WEB-INF/lib/fop-0.94.jar
909
%%G%%/webapps/geoserver/WEB-INF/lib/fop-0.94.jar
940
%%G%%/webapps/geoserver/WEB-INF/lib/freemarker-2.3.13.jar
910
%%G%%/webapps/geoserver/WEB-INF/lib/freemarker-2.3.13.jar
941
%%G%%/webapps/geoserver/WEB-INF/lib/geoapi-2.3-M1.jar
942
%%G%%/webapps/geoserver/WEB-INF/lib/geoapi-pending-2.3-M1.jar
943
%%G%%/webapps/geoserver/WEB-INF/lib/geowebcache-1.2.2.jar
944
%%G%%/webapps/geoserver/WEB-INF/lib/gt-api-%%GTVER%%.jar
911
%%G%%/webapps/geoserver/WEB-INF/lib/gt-api-%%GTVER%%.jar
945
%%G%%/webapps/geoserver/WEB-INF/lib/gt-arcgrid-%%GTVER%%.jar
912
%%G%%/webapps/geoserver/WEB-INF/lib/gt-arcgrid-%%GTVER%%.jar
946
%%G%%/webapps/geoserver/WEB-INF/lib/gt-coverage-%%GTVER%%.jar
913
%%G%%/webapps/geoserver/WEB-INF/lib/gt-coverage-%%GTVER%%.jar
947
%%G%%/webapps/geoserver/WEB-INF/lib/gt-cql-%%GTVER%%.jar
914
%%G%%/webapps/geoserver/WEB-INF/lib/gt-cql-%%GTVER%%.jar
948
%%G%%/webapps/geoserver/WEB-INF/lib/gt-data-%%GTVER%%.jar
915
%%G%%/webapps/geoserver/WEB-INF/lib/gt-data-%%GTVER%%.jar
949
%%G%%/webapps/geoserver/WEB-INF/lib/gt-directory-%%GTVER%%.jar
950
%%G%%/webapps/geoserver/WEB-INF/lib/gt-epsg-hsql-%%GTVER%%.jar
916
%%G%%/webapps/geoserver/WEB-INF/lib/gt-epsg-hsql-%%GTVER%%.jar
951
%%G%%/webapps/geoserver/WEB-INF/lib/gt-geotiff-%%GTVER%%.jar
917
%%G%%/webapps/geoserver/WEB-INF/lib/gt-geotiff-%%GTVER%%.jar
952
%%G%%/webapps/geoserver/WEB-INF/lib/gt-graph-%%GTVER%%.jar
918
%%G%%/webapps/geoserver/WEB-INF/lib/gt-graph-%%GTVER%%.jar
Lines 958-1012 Link Here
958
%%G%%/webapps/geoserver/WEB-INF/lib/gt-jdbc-postgis-%%GTVER%%.jar
924
%%G%%/webapps/geoserver/WEB-INF/lib/gt-jdbc-postgis-%%GTVER%%.jar
959
%%G%%/webapps/geoserver/WEB-INF/lib/gt-main-%%GTVER%%.jar
925
%%G%%/webapps/geoserver/WEB-INF/lib/gt-main-%%GTVER%%.jar
960
%%G%%/webapps/geoserver/WEB-INF/lib/gt-metadata-%%GTVER%%.jar
926
%%G%%/webapps/geoserver/WEB-INF/lib/gt-metadata-%%GTVER%%.jar
927
%%G%%/webapps/geoserver/WEB-INF/lib/gt-opengis-%%GTVER%%.jar
961
%%G%%/webapps/geoserver/WEB-INF/lib/gt-property-%%GTVER%%.jar
928
%%G%%/webapps/geoserver/WEB-INF/lib/gt-property-%%GTVER%%.jar
962
%%G%%/webapps/geoserver/WEB-INF/lib/gt-referencing-%%GTVER%%.jar
929
%%G%%/webapps/geoserver/WEB-INF/lib/gt-referencing-%%GTVER%%.jar
963
%%G%%/webapps/geoserver/WEB-INF/lib/gt-render-%%GTVER%%.jar
930
%%G%%/webapps/geoserver/WEB-INF/lib/gt-render-%%GTVER%%.jar
964
%%G%%/webapps/geoserver/WEB-INF/lib/gt-shapefile-%%GTVER%%.jar
931
%%G%%/webapps/geoserver/WEB-INF/lib/gt-shapefile-%%GTVER%%.jar
965
%%G%%/webapps/geoserver/WEB-INF/lib/gt-shapefile-renderer-%%GTVER%%.jar
932
%%G%%/webapps/geoserver/WEB-INF/lib/gt-shapefile-renderer-%%GTVER%%.jar
966
%%G%%/webapps/geoserver/WEB-INF/lib/gt-svg-%%GTVER%%.jar
933
%%G%%/webapps/geoserver/WEB-INF/lib/gt-svg-%%GTVER%%.jar
934
%%G%%/webapps/geoserver/WEB-INF/lib/gt-temporal-%%GTVER%%.jar
967
%%G%%/webapps/geoserver/WEB-INF/lib/gt-validation-%%GTVER%%.jar
935
%%G%%/webapps/geoserver/WEB-INF/lib/gt-validation-%%GTVER%%.jar
968
%%G%%/webapps/geoserver/WEB-INF/lib/gt-wfs-%%GTVER%%.jar
936
%%G%%/webapps/geoserver/WEB-INF/lib/gt-wfs-%%GTVER%%.jar
937
%%G%%/webapps/geoserver/WEB-INF/lib/gt-wms-%%GTVER%%.jar
969
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xml-%%GTVER%%.jar
938
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xml-%%GTVER%%.jar
970
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-core-%%GTVER%%.jar
939
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-core-%%GTVER%%.jar
940
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-fes-%%GTVER%%.jar
971
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-filter-%%GTVER%%.jar
941
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-filter-%%GTVER%%.jar
972
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-gml2-%%GTVER%%.jar
942
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-gml2-%%GTVER%%.jar
973
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-gml3-%%GTVER%%.jar
943
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-gml3-%%GTVER%%.jar
974
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-ows-%%GTVER%%.jar
944
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-ows-%%GTVER%%.jar
975
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-sld-%%GTVER%%.jar
945
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-sld-%%GTVER%%.jar
946
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-wcs-%%GTVER%%.jar
976
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-wfs-%%GTVER%%.jar
947
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-wfs-%%GTVER%%.jar
977
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-2.0.2.jar
948
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-2.1.0.jar
978
%%G%%/webapps/geoserver/WEB-INF/lib/h2-1.1.104.jar
949
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-core-1.2.6.jar
950
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-diskquota-1.2.6.jar
951
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-georss-1.2.6.jar
952
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-gmaps-1.2.6.jar
953
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-kml-1.2.6.jar
954
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-rest-1.2.6.jar
955
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-tms-1.2.6.jar
956
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-ve-1.2.6.jar
957
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-wms-1.2.6.jar
958
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-wmts-1.2.6.jar
979
%%G%%/webapps/geoserver/WEB-INF/lib/h2-1.1.119.jar
959
%%G%%/webapps/geoserver/WEB-INF/lib/h2-1.1.119.jar
980
%%G%%/webapps/geoserver/WEB-INF/lib/hsqldb-1.8.0.7.jar
960
%%G%%/webapps/geoserver/WEB-INF/lib/hsqldb-1.8.0.7.jar
981
%%G%%/webapps/geoserver/WEB-INF/lib/htmlvalidator-1.2.jar
961
%%G%%/webapps/geoserver/WEB-INF/lib/htmlvalidator-1.2.jar
982
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-arcgrid-1.0.5.jar
962
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-arcgrid-1.0.8.jar
983
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-customstreams-1.0.5.jar
963
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-customstreams-1.0.8.jar
984
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdal-bindings-1.4.5b.jar
964
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdal-bindings-1.4.5b.jar
985
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalarcbinarygrid-1.0.5.jar
965
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalarcbinarygrid-1.0.8.jar
986
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdaldted-1.0.5.jar
966
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdaldted-1.0.8.jar
987
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalecw-1.0.5.jar
967
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalecw-1.0.8.jar
988
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalecwjp2-1.0.5.jar
968
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalecwjp2-1.0.8.jar
989
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalehdr-1.0.5.jar
969
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalehdr-1.0.8.jar
990
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalenvihdr-1.0.5.jar
970
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalenvihdr-1.0.8.jar
991
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalerdasimg-1.0.5.jar
971
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalerdasimg-1.0.8.jar
992
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalframework-1.0.5.jar
972
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalframework-1.0.8.jar
993
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalkakadujp2-1.0.5.jar
973
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalkakadujp2-1.0.8.jar
994
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalmrsid-1.0.5.jar
974
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalmrsid-1.0.8.jar
995
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalmrsidjp2-1.0.5.jar
975
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalmrsidjp2-1.0.8.jar
996
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalnitf-1.0.5.jar
976
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalnitf-1.0.8.jar
997
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-geocore-1.0.5.jar
977
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-geocore-1.0.8.jar
998
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-imagereadmt-1.0.5.jar
978
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-imagereadmt-1.0.8.jar
999
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-tiff-1.0.5.jar
979
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-tiff-1.0.8.jar
1000
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-utilities-1.0.5.jar
980
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-utilities-1.0.8.jar
1001
%%G%%/webapps/geoserver/WEB-INF/lib/itext-2.1.5.jar
981
%%G%%/webapps/geoserver/WEB-INF/lib/itext-2.1.5.jar
1002
%%G%%/webapps/geoserver/WEB-INF/lib/jai_codec-1.1.3.jar
982
%%G%%/webapps/geoserver/WEB-INF/lib/jai_codec-1.1.3.jar
1003
%%G%%/webapps/geoserver/WEB-INF/lib/jai_core-1.1.3.jar
983
%%G%%/webapps/geoserver/WEB-INF/lib/jai_core-1.1.3.jar
1004
%%G%%/webapps/geoserver/WEB-INF/lib/jai_imageio-1.1.jar
984
%%G%%/webapps/geoserver/WEB-INF/lib/jai_imageio-1.1.jar
1005
%%G%%/webapps/geoserver/WEB-INF/lib/jdom-1.0.jar
985
%%G%%/webapps/geoserver/WEB-INF/lib/jdom-1.0.jar
986
%%G%%/webapps/geoserver/WEB-INF/lib/je-4.1.7.jar
1006
%%G%%/webapps/geoserver/WEB-INF/lib/jettison-1.0.1.jar
987
%%G%%/webapps/geoserver/WEB-INF/lib/jettison-1.0.1.jar
988
%%G%%/webapps/geoserver/WEB-INF/lib/json-lib-2.1-jdk13.jar
1007
%%G%%/webapps/geoserver/WEB-INF/lib/json-lib-2.2.3-jdk15.jar
989
%%G%%/webapps/geoserver/WEB-INF/lib/json-lib-2.2.3-jdk15.jar
1008
%%G%%/webapps/geoserver/WEB-INF/lib/jsr-275-1.0-beta-2.jar
990
%%G%%/webapps/geoserver/WEB-INF/lib/jsr-275-1.0-beta-2.jar
1009
%%G%%/webapps/geoserver/WEB-INF/lib/jts-1.10.jar
991
%%G%%/webapps/geoserver/WEB-INF/lib/jt-utils-1.1.1.jar
992
%%G%%/webapps/geoserver/WEB-INF/lib/jt-vectorbinarize-1.1.1.jar
993
%%G%%/webapps/geoserver/WEB-INF/lib/jts-1.11.jar
1010
%%G%%/webapps/geoserver/WEB-INF/lib/log4j-1.2.14.jar
994
%%G%%/webapps/geoserver/WEB-INF/lib/log4j-1.2.14.jar
1011
%%G%%/webapps/geoserver/WEB-INF/lib/mail-1.4.jar
995
%%G%%/webapps/geoserver/WEB-INF/lib/mail-1.4.jar
1012
%%G%%/webapps/geoserver/WEB-INF/lib/main-%%MVER%%.jar
996
%%G%%/webapps/geoserver/WEB-INF/lib/main-%%MVER%%.jar
Lines 1016-1022 Link Here
1016
%%G%%/webapps/geoserver/WEB-INF/lib/org.json-2.0.jar
1000
%%G%%/webapps/geoserver/WEB-INF/lib/org.json-2.0.jar
1017
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet-1.0.8.jar
1001
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet-1.0.8.jar
1018
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet.ext.freemarker-1.0.8.jar
1002
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet.ext.freemarker-1.0.8.jar
1019
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet.ext.json-1.0.1.jar
1003
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet.ext.json-1.0.8.jar
1020
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet.ext.spring-1.0.8.jar
1004
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet.ext.spring-1.0.8.jar
1021
%%G%%/webapps/geoserver/WEB-INF/lib/org.simpleframework-3.1.3.jar
1005
%%G%%/webapps/geoserver/WEB-INF/lib/org.simpleframework-3.1.3.jar
1022
%%G%%/webapps/geoserver/WEB-INF/lib/org.w3.xlink-%%GTVER%%.jar
1006
%%G%%/webapps/geoserver/WEB-INF/lib/org.w3.xlink-%%GTVER%%.jar
Lines 1027-1034 Link Here
1027
%%G%%/webapps/geoserver/WEB-INF/lib/platform-%%MVER%%.jar
1011
%%G%%/webapps/geoserver/WEB-INF/lib/platform-%%MVER%%.jar
1028
%%G%%/webapps/geoserver/WEB-INF/lib/postgresql-8.4-701.jdbc3.jar
1012
%%G%%/webapps/geoserver/WEB-INF/lib/postgresql-8.4-701.jdbc3.jar
1029
%%G%%/webapps/geoserver/WEB-INF/lib/rest-%%MVER%%.jar
1013
%%G%%/webapps/geoserver/WEB-INF/lib/rest-%%MVER%%.jar
1014
%%G%%/webapps/geoserver/WEB-INF/lib/restconfig-%%MVER%%.jar
1030
%%G%%/webapps/geoserver/WEB-INF/lib/servlet-api-2.4.jar
1015
%%G%%/webapps/geoserver/WEB-INF/lib/servlet-api-2.4.jar
1031
%%G%%/webapps/geoserver/WEB-INF/lib/slf4j-api-1.4.2.jar
1016
%%G%%/webapps/geoserver/WEB-INF/lib/slf4j-api-1.5.8.jar
1032
%%G%%/webapps/geoserver/WEB-INF/lib/slf4j-log4j12-1.4.2.jar
1017
%%G%%/webapps/geoserver/WEB-INF/lib/slf4j-log4j12-1.4.2.jar
1033
%%G%%/webapps/geoserver/WEB-INF/lib/spring-aop-2.5.5.jar
1018
%%G%%/webapps/geoserver/WEB-INF/lib/spring-aop-2.5.5.jar
1034
%%G%%/webapps/geoserver/WEB-INF/lib/spring-beans-2.5.5.jar
1019
%%G%%/webapps/geoserver/WEB-INF/lib/spring-beans-2.5.5.jar
Lines 1036-1049 Link Here
1036
%%G%%/webapps/geoserver/WEB-INF/lib/spring-context-support-2.5.5.jar
1021
%%G%%/webapps/geoserver/WEB-INF/lib/spring-context-support-2.5.5.jar
1037
%%G%%/webapps/geoserver/WEB-INF/lib/spring-core-2.5.5.jar
1022
%%G%%/webapps/geoserver/WEB-INF/lib/spring-core-2.5.5.jar
1038
%%G%%/webapps/geoserver/WEB-INF/lib/spring-jdbc-2.5.5.jar
1023
%%G%%/webapps/geoserver/WEB-INF/lib/spring-jdbc-2.5.5.jar
1024
%%G%%/webapps/geoserver/WEB-INF/lib/spring-security-core-2.0.6.RELEASE.jar
1025
%%G%%/webapps/geoserver/WEB-INF/lib/spring-security-core-tiger-2.0.6.RELEASE.jar
1026
%%G%%/webapps/geoserver/WEB-INF/lib/spring-support-2.0.8.jar
1039
%%G%%/webapps/geoserver/WEB-INF/lib/spring-tx-2.5.5.jar
1027
%%G%%/webapps/geoserver/WEB-INF/lib/spring-tx-2.5.5.jar
1040
%%G%%/webapps/geoserver/WEB-INF/lib/spring-web-2.5.5.jar
1028
%%G%%/webapps/geoserver/WEB-INF/lib/spring-web-2.5.5.jar
1041
%%G%%/webapps/geoserver/WEB-INF/lib/spring-webmvc-2.5.5.jar
1029
%%G%%/webapps/geoserver/WEB-INF/lib/spring-webmvc-2.5.5.jar
1042
%%G%%/webapps/geoserver/WEB-INF/lib/stax-1.2.0.jar
1030
%%G%%/webapps/geoserver/WEB-INF/lib/stax-1.2.0.jar
1043
%%G%%/webapps/geoserver/WEB-INF/lib/stax-api-1.0.1.jar
1031
%%G%%/webapps/geoserver/WEB-INF/lib/stax-api-1.0.1.jar
1044
%%G%%/webapps/geoserver/WEB-INF/lib/struts-1.2.9.jar
1045
%%G%%/webapps/geoserver/WEB-INF/lib/vecmath-1.3.2.jar
1032
%%G%%/webapps/geoserver/WEB-INF/lib/vecmath-1.3.2.jar
1046
%%G%%/webapps/geoserver/WEB-INF/lib/wcs-%%MVER%%.jar
1033
%%G%%/webapps/geoserver/WEB-INF/lib/wcs-%%MVER%%.jar
1034
%%G%%/webapps/geoserver/WEB-INF/lib/wcs1_0-%%MVER%%.jar
1047
%%G%%/webapps/geoserver/WEB-INF/lib/wcs1_1-%%MVER%%.jar
1035
%%G%%/webapps/geoserver/WEB-INF/lib/wcs1_1-%%MVER%%.jar
1048
%%G%%/webapps/geoserver/WEB-INF/lib/web-core-%%MVER%%.jar
1036
%%G%%/webapps/geoserver/WEB-INF/lib/web-core-%%MVER%%.jar
1049
%%G%%/webapps/geoserver/WEB-INF/lib/web-demo-%%MVER%%.jar
1037
%%G%%/webapps/geoserver/WEB-INF/lib/web-demo-%%MVER%%.jar
Lines 1053-1062 Link Here
1053
%%G%%/webapps/geoserver/WEB-INF/lib/web-wfs-%%MVER%%.jar
1041
%%G%%/webapps/geoserver/WEB-INF/lib/web-wfs-%%MVER%%.jar
1054
%%G%%/webapps/geoserver/WEB-INF/lib/web-wms-%%MVER%%.jar
1042
%%G%%/webapps/geoserver/WEB-INF/lib/web-wms-%%MVER%%.jar
1055
%%G%%/webapps/geoserver/WEB-INF/lib/wfs-%%MVER%%.jar
1043
%%G%%/webapps/geoserver/WEB-INF/lib/wfs-%%MVER%%.jar
1056
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-1.3.7.jar
1044
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-1.4.12.jar
1057
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-extensions-1.3.7.jar
1045
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-extensions-1.4.12.jar
1058
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-ioc-1.3.7.jar
1046
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-ioc-1.4.12.jar
1059
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-spring-1.3.7.jar
1047
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-spring-1.4.12.jar
1060
%%G%%/webapps/geoserver/WEB-INF/lib/wms-%%MVER%%.jar
1048
%%G%%/webapps/geoserver/WEB-INF/lib/wms-%%MVER%%.jar
1061
%%G%%/webapps/geoserver/WEB-INF/lib/xalan-2.7.0.jar
1049
%%G%%/webapps/geoserver/WEB-INF/lib/xalan-2.7.0.jar
1062
%%G%%/webapps/geoserver/WEB-INF/lib/xercesImpl-2.6.2.jar
1050
%%G%%/webapps/geoserver/WEB-INF/lib/xercesImpl-2.6.2.jar
Lines 1069-1076 Link Here
1069
%%G%%/webapps/geoserver/WEB-INF/lib/xsd-2.2.2.jar
1057
%%G%%/webapps/geoserver/WEB-INF/lib/xsd-2.2.2.jar
1070
%%G%%/webapps/geoserver/WEB-INF/lib/xstream-1.3.1.jar
1058
%%G%%/webapps/geoserver/WEB-INF/lib/xstream-1.3.1.jar
1071
%%G%%/webapps/geoserver/WEB-INF/web.xml.sample
1059
%%G%%/webapps/geoserver/WEB-INF/web.xml.sample
1072
@exec [ -f %B/web.xml ] || cp %B/%f %B/web.xml
1060
@exec [ -f %B/web.xml ] || cp -p %B/%f %B/web.xml
1073
%%G%%/webapps/geoserver/j_acegi_security_check
1061
%%G%%/webapps/geoserver/j_acegi_security_check
1062
%%G%%/webapps/geoserver/j_spring_security_check
1074
%%G%%/webapps/geoserver/index.html
1063
%%G%%/webapps/geoserver/index.html
1075
%%G%%/webapps/geoserver/openlayers/OpenLayers.js
1064
%%G%%/webapps/geoserver/openlayers/OpenLayers.js
1076
%%G%%/webapps/geoserver/openlayers/img/blank.gif
1065
%%G%%/webapps/geoserver/openlayers/img/blank.gif
Lines 1208-1214 Link Here
1208
%%G%%/webapps/geoserver/schemas/wcs/1.0.0/wcsCapabilities.xsd
1197
%%G%%/webapps/geoserver/schemas/wcs/1.0.0/wcsCapabilities.xsd
1209
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/gml4wcs.xsd
1198
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/gml4wcs.xsd
1210
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml.sample
1199
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml.sample
1211
@exec [ -f %B/interpolationMethods.xml ] || cp %B/%f %B/interpolationMethods.xml
1200
@exec [ -f %B/interpolationMethods.xml ] || cp -p %B/%f %B/interpolationMethods.xml
1212
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsAll.xsd
1201
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsAll.xsd
1213
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsCommon.xsd
1202
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsCommon.xsd
1214
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsContents.xsd
1203
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsContents.xsd
Lines 1229-1239 Link Here
1229
%%G%%/webapps/geoserver/schemas/wms/1.1.1/WMS_DescribeLayerResponse.dtd
1218
%%G%%/webapps/geoserver/schemas/wms/1.1.1/WMS_DescribeLayerResponse.dtd
1230
%%G%%/webapps/geoserver/schemas/wms/1.1.1/WMS_MS_Capabilities.dtd
1219
%%G%%/webapps/geoserver/schemas/wms/1.1.1/WMS_MS_Capabilities.dtd
1231
%%G%%/webapps/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd
1220
%%G%%/webapps/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd
1221
%%G%%/webapps/geoserver/schemas/wms/1.3.0/capabilities_1_3_0.xsd
1222
%%G%%/webapps/geoserver/schemas/wms/1.3.0/exceptions_1_3_0.xsd
1232
%%G%%/webapps/geoserver/schemas/xlink/1.0.0/xlinks.xsd
1223
%%G%%/webapps/geoserver/schemas/xlink/1.0.0/xlinks.xsd
1233
@dirrmtry %%G%%/bin
1224
@dirrmtry %%G%%/bin
1234
@dirrmtry %%G%%/data_dir/coverages/arc_sample
1225
@dirrmtry %%G%%/data_dir/coverages/arc_sample
1235
@dirrmtry %%G%%/data_dir/coverages/img_sample
1226
@dirrmtry %%G%%/data_dir/coverages/img_sample
1236
@dirrmtry %%G%%/data_dir/coverages/mosaic_sample
1227
@dirrmtry %%G%%/data_dir/coverages/mosaic_sample
1228
@dirrmtry %%G%%/data_dir/coverages/sfdem_sfdem
1237
@dirrmtry %%G%%/data_dir/coverages
1229
@dirrmtry %%G%%/data_dir/coverages
1238
@dirrmtry %%G%%/data_dir/data/nyc
1230
@dirrmtry %%G%%/data_dir/data/nyc
1239
@dirrmtry %%G%%/data_dir/data/sf
1231
@dirrmtry %%G%%/data_dir/data/sf
Lines 1241-1248 Link Here
1241
@dirrmtry %%G%%/data_dir/data/taz_shapes
1233
@dirrmtry %%G%%/data_dir/data/taz_shapes
1242
@dirrmtry %%G%%/data_dir/data
1234
@dirrmtry %%G%%/data_dir/data
1243
@dirrmtry %%G%%/data_dir/demo
1235
@dirrmtry %%G%%/data_dir/demo
1244
@dirrmtry %%G%%/data_dir/gwc/meta_jdbc_h2
1245
@dirrmtry %%G%%/data_dir/gwc
1246
@dirrmtry %%G%%/data_dir/layergroups
1236
@dirrmtry %%G%%/data_dir/layergroups
1247
@dirrmtry %%G%%/data_dir/logs
1237
@dirrmtry %%G%%/data_dir/logs
1248
@dirrmtry %%G%%/data_dir/palettes
1238
@dirrmtry %%G%%/data_dir/palettes
Lines 1332-1337 Link Here
1332
@dirrmtry %%G%%/webapps/geoserver/schemas/wfs/1.1.0
1322
@dirrmtry %%G%%/webapps/geoserver/schemas/wfs/1.1.0
1333
@dirrmtry %%G%%/webapps/geoserver/schemas/wfs
1323
@dirrmtry %%G%%/webapps/geoserver/schemas/wfs
1334
@dirrmtry %%G%%/webapps/geoserver/schemas/wms/1.1.1
1324
@dirrmtry %%G%%/webapps/geoserver/schemas/wms/1.1.1
1325
@dirrmtry %%G%%/webapps/geoserver/schemas/wms/1.3.0
1335
@dirrmtry %%G%%/webapps/geoserver/schemas/wms
1326
@dirrmtry %%G%%/webapps/geoserver/schemas/wms
1336
@dirrmtry %%G%%/webapps/geoserver/schemas/xlink/1.0.0
1327
@dirrmtry %%G%%/webapps/geoserver/schemas/xlink/1.0.0
1337
@dirrmtry %%G%%/webapps/geoserver/schemas/xlink
1328
@dirrmtry %%G%%/webapps/geoserver/schemas/xlink

Return to bug 157878