diff options
author | pawel <pawel@FreeBSD.org> | 2014-04-28 00:29:44 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-04-28 00:29:44 +0800 |
commit | 71a86eb1edc48aa38508e90b21dad71d58cc0cbc (patch) | |
tree | 1ae18c94cc566c207311d7ab9f812c187c9a46c4 /graphics | |
parent | cbdc0cc052db9287e06cf4faf9e774fe77e566d8 (diff) | |
download | freebsd-ports-gnome-71a86eb1edc48aa38508e90b21dad71d58cc0cbc.tar.gz freebsd-ports-gnome-71a86eb1edc48aa38508e90b21dad71d58cc0cbc.tar.zst freebsd-ports-gnome-71a86eb1edc48aa38508e90b21dad71d58cc0cbc.zip |
- Add staging support
- Remove leading article from COMMENT
- Fix typo in pkg-message.in
- Use @sample keyword for config files
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geoserver/Makefile | 24 | ||||
-rw-r--r-- | graphics/geoserver/files/pkg-message.in | 2 | ||||
-rw-r--r-- | graphics/geoserver/pkg-plist | 751 |
3 files changed, 194 insertions, 583 deletions
diff --git a/graphics/geoserver/Makefile b/graphics/geoserver/Makefile index 5b3aa346e8e5..b0ee883c0a9f 100644 --- a/graphics/geoserver/Makefile +++ b/graphics/geoserver/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= ports@FreeBSD.org -COMMENT= An Open Source GIS Server +COMMENT= Open Source GIS server LICENSE= GPLv2 @@ -26,34 +26,22 @@ PLIST_SUB= G="${GEOSERVERDIR:S,^${PREFIX}/,,}" GTVER=2.7.2 MVER=${PORTVERSION} SUB_LIST= GEOSERVERDIR="${GEOSERVERDIR}" JAVA="${JAVA}" SUB_FILES= pkg-message -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$GEOSERVER_HOME|${GEOSERVERDIR}|g' \ -e 's|%%JAVA%%|${JAVA}|g' \ ${WRKSRC}/bin/startup.sh ${WRKSRC}/bin/shutdown.sh do-install: - @${MKDIR} ${GEOSERVERDIR}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/bin/*.sh ${GEOSERVERDIR}/bin -.for f in LICENSE.txt README.txt RUNNING.txt VERSION.txt start.jar - ${INSTALL_DATA} ${WRKSRC}/${f} ${GEOSERVERDIR} -.endfor + @${MKDIR} ${STAGEDIR}${GEOSERVERDIR}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/bin/*.sh ${STAGEDIR}${GEOSERVERDIR}/bin + (cd ${WRKSRC} && ${INSTALL_DATA} LICENSE.txt README.txt RUNNING.txt \ + VERSION.txt start.jar ${STAGEDIR}${GEOSERVERDIR}) .for dir in ${GEODIRS} @(cd ${WRKSRC};${FIND} -E ${dir} -type f -iregex ".*(keystore|\.(xml|properties))") \ | while read a; do \ ${MV} ${WRKSRC}/$$a ${WRKSRC}/$$a.sample; \ - if [ ! -e "${GEOSERVERDIR}/$$a" ]; then \ - ${CP} ${WRKSRC}/$$a.sample ${WRKSRC}/$$a; \ - fi; \ done - @cd ${WRKSRC} && \ - ${FIND} ${dir} -type d -exec \ - ${MKDIR} "${GEOSERVERDIR}/{}" \; && \ - ${FIND} ${dir} -type f -exec \ - ${INSTALL_DATA} "${WRKSRC}/{}" "${GEOSERVERDIR}/{}" \; + (cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${GEOSERVERDIR}) .endfor -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> diff --git a/graphics/geoserver/files/pkg-message.in b/graphics/geoserver/files/pkg-message.in index 910c498b7b56..f3b02a456189 100644 --- a/graphics/geoserver/files/pkg-message.in +++ b/graphics/geoserver/files/pkg-message.in @@ -10,7 +10,7 @@ To operate geoserver manually, you can use the scripts and %%PREFIX%%/geoserver/bin/shutdown.sh -On your client machine, open the brower with: +On your client machine, open the browser with: http://localhost:8080/geoserver to configure the GIS server. diff --git a/graphics/geoserver/pkg-plist b/graphics/geoserver/pkg-plist index 507c8a8cf288..484a788bea73 100644 --- a/graphics/geoserver/pkg-plist +++ b/graphics/geoserver/pkg-plist @@ -1,209 +1,16 @@ -@unexec if cmp -s %D/%%G%%/data_dir/coverages/arc_sample/info.xml %D/%%G%%/data_dir/coverages/arc_sample/info.xml.sample; then rm -f %D/%%G%%/data_dir/coverages/arc_sample/info.xml; fi -@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 -@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 -@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 -@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 -@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 -@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 -@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 -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.0.xml %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.0.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.1.xml %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.1.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.0.xml %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.0.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.1.xml %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.1.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeature-1.0.xml %D/%%G%%/data_dir/demo/WFS_getFeature-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeature-1.0.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeature-1.1.xml %D/%%G%%/data_dir/demo/WFS_getFeature-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeature-1.1.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.0.xml %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.0.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.1.xml %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.1.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.0.xml %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.0.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.1.xml %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.1.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.0.xml %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.0.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.1.xml %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.1.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_mathGetFeature.xml %D/%%G%%/data_dir/demo/WFS_mathGetFeature.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_mathGetFeature.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_transactionDelete.xml %D/%%G%%/data_dir/demo/WFS_transactionDelete.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_transactionDelete.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_transactionInsert.xml %D/%%G%%/data_dir/demo/WFS_transactionInsert.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_transactionInsert.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_transactionUpdate.xml %D/%%G%%/data_dir/demo/WFS_transactionUpdate.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_transactionUpdate.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_transactionUpdateGeom.xml %D/%%G%%/data_dir/demo/WFS_transactionUpdateGeom.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_transactionUpdateGeom.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/demo/WMS_getMap_inlineFeatureSmile.xml %D/%%G%%/data_dir/demo/WMS_getMap_inlineFeatureSmile.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WMS_getMap_inlineFeatureSmile.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/global.xml %D/%%G%%/data_dir/global.xml.sample; then rm -f %D/%%G%%/data_dir/global.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/layergroups/spearfish.xml %D/%%G%%/data_dir/layergroups/spearfish.xml.sample; then rm -f %D/%%G%%/data_dir/layergroups/spearfish.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/layergroups/tasmania.xml %D/%%G%%/data_dir/layergroups/tasmania.xml.sample; then rm -f %D/%%G%%/data_dir/layergroups/tasmania.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/layergroups/tiger-ny.xml %D/%%G%%/data_dir/layergroups/tiger-ny.xml.sample; then rm -f %D/%%G%%/data_dir/layergroups/tiger-ny.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/logging.xml %D/%%G%%/data_dir/logging.xml.sample; then rm -f %D/%%G%%/data_dir/logging.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/logs/DEFAULT_LOGGING.properties %D/%%G%%/data_dir/logs/DEFAULT_LOGGING.properties.sample; then rm -f %D/%%G%%/data_dir/logs/DEFAULT_LOGGING.properties; fi -@unexec if cmp -s %D/%%G%%/data_dir/logs/GEOSERVER_DEVELOPER_LOGGING.properties %D/%%G%%/data_dir/logs/GEOSERVER_DEVELOPER_LOGGING.properties.sample; then rm -f %D/%%G%%/data_dir/logs/GEOSERVER_DEVELOPER_LOGGING.properties; fi -@unexec if cmp -s %D/%%G%%/data_dir/logs/GEOTOOLS_DEVELOPER_LOGGING.properties %D/%%G%%/data_dir/logs/GEOTOOLS_DEVELOPER_LOGGING.properties.sample; then rm -f %D/%%G%%/data_dir/logs/GEOTOOLS_DEVELOPER_LOGGING.properties; fi -@unexec if cmp -s %D/%%G%%/data_dir/logs/PRODUCTION_LOGGING.properties %D/%%G%%/data_dir/logs/PRODUCTION_LOGGING.properties.sample; then rm -f %D/%%G%%/data_dir/logs/PRODUCTION_LOGGING.properties; fi -@unexec if cmp -s %D/%%G%%/data_dir/logs/VERBOSE_LOGGING.properties %D/%%G%%/data_dir/logs/VERBOSE_LOGGING.properties.sample; then rm -f %D/%%G%%/data_dir/logs/VERBOSE_LOGGING.properties; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/AddressGap.xml %D/%%G%%/data_dir/plugIns/AddressGap.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/AddressGap.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/AddressOverlap.xml %D/%%G%%/data_dir/plugIns/AddressOverlap.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/AddressOverlap.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/AngleSize.xml %D/%%G%%/data_dir/plugIns/AngleSize.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/AngleSize.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Attribute.xml %D/%%G%%/data_dir/plugIns/Attribute.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Attribute.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Constraint.xml %D/%%G%%/data_dir/plugIns/Constraint.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Constraint.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/ContainsIntegrity.xml %D/%%G%%/data_dir/plugIns/ContainsIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/ContainsIntegrity.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/CrossesIntegrity.xml %D/%%G%%/data_dir/plugIns/CrossesIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/CrossesIntegrity.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/DisjointIntegrity.xml %D/%%G%%/data_dir/plugIns/DisjointIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/DisjointIntegrity.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Domain.xml %D/%%G%%/data_dir/plugIns/Domain.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Domain.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Equality.xml %D/%%G%%/data_dir/plugIns/Equality.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Equality.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/GazetteerName.xml %D/%%G%%/data_dir/plugIns/GazetteerName.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/GazetteerName.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/IntersectsIntegrity.xml %D/%%G%%/data_dir/plugIns/IntersectsIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/IntersectsIntegrity.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/IsValidGeometry.xml %D/%%G%%/data_dir/plugIns/IsValidGeometry.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/IsValidGeometry.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineCoveredByFeatureLine.xml %D/%%G%%/data_dir/plugIns/LineCoveredByFeatureLine.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineCoveredByFeatureLine.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineCoveredByPolygon.xml %D/%%G%%/data_dir/plugIns/LineCoveredByPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineCoveredByPolygon.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineCoveredByPolygonBoundary.xml %D/%%G%%/data_dir/plugIns/LineCoveredByPolygonBoundary.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineCoveredByPolygonBoundary.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineEndPointCoveredByLine.xml %D/%%G%%/data_dir/plugIns/LineEndPointCoveredByLine.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineEndPointCoveredByLine.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineIntersectsLineWithNode.xml %D/%%G%%/data_dir/plugIns/LineIntersectsLineWithNode.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineIntersectsLineWithNode.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineMustBeASinglePart.xml %D/%%G%%/data_dir/plugIns/LineMustBeASinglePart.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineMustBeASinglePart.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineNoDangles.xml %D/%%G%%/data_dir/plugIns/LineNoDangles.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineNoDangles.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineNoPseudoNode.xml %D/%%G%%/data_dir/plugIns/LineNoPseudoNode.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineNoPseudoNode.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineNoSelfIntersect.xml %D/%%G%%/data_dir/plugIns/LineNoSelfIntersect.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineNoSelfIntersect.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineNoSelfOverlapping.xml %D/%%G%%/data_dir/plugIns/LineNoSelfOverlapping.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineNoSelfOverlapping.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineNotTouchingPolygonInterior.xml %D/%%G%%/data_dir/plugIns/LineNotTouchingPolygonInterior.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineNotTouchingPolygonInterior.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LinesNotIntersect.xml %D/%%G%%/data_dir/plugIns/LinesNotIntersect.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LinesNotIntersect.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LinesNotOverlap.xml %D/%%G%%/data_dir/plugIns/LinesNotOverlap.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LinesNotOverlap.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/NameExists.xml %D/%%G%%/data_dir/plugIns/NameExists.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/NameExists.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/NameInList.xml %D/%%G%%/data_dir/plugIns/NameInList.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/NameInList.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/NullZero.xml %D/%%G%%/data_dir/plugIns/NullZero.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/NullZero.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/OverlapsIntegrity.xml %D/%%G%%/data_dir/plugIns/OverlapsIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/OverlapsIntegrity.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PointCoveredByEndPointOfLine.xml %D/%%G%%/data_dir/plugIns/PointCoveredByEndPointOfLine.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PointCoveredByEndPointOfLine.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PointCoveredByLine.xml %D/%%G%%/data_dir/plugIns/PointCoveredByLine.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PointCoveredByLine.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PointCoveredByPolygon.xml %D/%%G%%/data_dir/plugIns/PointCoveredByPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PointCoveredByPolygon.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PointCoveredByPolygonBoundary.xml %D/%%G%%/data_dir/plugIns/PointCoveredByPolygonBoundary.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PointCoveredByPolygonBoundary.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PointInsidePolygon.xml %D/%%G%%/data_dir/plugIns/PointInsidePolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PointInsidePolygon.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonBoundaryCoveredByPolygon.xml %D/%%G%%/data_dir/plugIns/PolygonBoundaryCoveredByPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonBoundaryCoveredByPolygon.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonCoveredByFeaturePolygon.xml %D/%%G%%/data_dir/plugIns/PolygonCoveredByFeaturePolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonCoveredByFeaturePolygon.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonCoveredByPolygon.xml %D/%%G%%/data_dir/plugIns/PolygonCoveredByPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonCoveredByPolygon.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonNoGaps.xml %D/%%G%%/data_dir/plugIns/PolygonNoGaps.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonNoGaps.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonNotCoveredByPolygon.xml %D/%%G%%/data_dir/plugIns/PolygonNotCoveredByPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonNotCoveredByPolygon.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingLine.xml %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingLine.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingLine.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingPolygon.xml %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingPolygon.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Range.xml %D/%%G%%/data_dir/plugIns/Range.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Range.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/RelateIntegrity.xml %D/%%G%%/data_dir/plugIns/RelateIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/RelateIntegrity.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/SQL.xml %D/%%G%%/data_dir/plugIns/SQL.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/SQL.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/SingleValue.xml %D/%%G%%/data_dir/plugIns/SingleValue.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/SingleValue.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/StarNode.xml %D/%%G%%/data_dir/plugIns/StarNode.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/StarNode.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/TouchesIntegrity.xml %D/%%G%%/data_dir/plugIns/TouchesIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/TouchesIntegrity.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/plugIns/UniqueFID.xml %D/%%G%%/data_dir/plugIns/UniqueFID.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/UniqueFID.xml; fi -@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 -@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 -@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 -@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 -@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 -@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 -@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 -@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 -@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 -@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 -@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 -@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 -@unexec if cmp -s %D/%%G%%/data_dir/styles/line.xml %D/%%G%%/data_dir/styles/line.xml.sample; then rm -f %D/%%G%%/data_dir/styles/line.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/poi.xml %D/%%G%%/data_dir/styles/poi.xml.sample; then rm -f %D/%%G%%/data_dir/styles/poi.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/point.xml %D/%%G%%/data_dir/styles/point.xml.sample; then rm -f %D/%%G%%/data_dir/styles/point.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/poly_landmarks.xml %D/%%G%%/data_dir/styles/poly_landmarks.xml.sample; then rm -f %D/%%G%%/data_dir/styles/poly_landmarks.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/polygon.xml %D/%%G%%/data_dir/styles/polygon.xml.sample; then rm -f %D/%%G%%/data_dir/styles/polygon.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/pophatch.xml %D/%%G%%/data_dir/styles/pophatch.xml.sample; then rm -f %D/%%G%%/data_dir/styles/pophatch.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/population.xml %D/%%G%%/data_dir/styles/population.xml.sample; then rm -f %D/%%G%%/data_dir/styles/population.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/rain.xml %D/%%G%%/data_dir/styles/rain.xml.sample; then rm -f %D/%%G%%/data_dir/styles/rain.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/raster.xml %D/%%G%%/data_dir/styles/raster.xml.sample; then rm -f %D/%%G%%/data_dir/styles/raster.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/restricted.xml %D/%%G%%/data_dir/styles/restricted.xml.sample; then rm -f %D/%%G%%/data_dir/styles/restricted.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/simple_roads.xml %D/%%G%%/data_dir/styles/simple_roads.xml.sample; then rm -f %D/%%G%%/data_dir/styles/simple_roads.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/simple_streams.xml %D/%%G%%/data_dir/styles/simple_streams.xml.sample; then rm -f %D/%%G%%/data_dir/styles/simple_streams.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/styles/tiger_roads.xml %D/%%G%%/data_dir/styles/tiger_roads.xml.sample; then rm -f %D/%%G%%/data_dir/styles/tiger_roads.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/user_projections/epsg.properties %D/%%G%%/data_dir/user_projections/epsg.properties.sample; then rm -f %D/%%G%%/data_dir/user_projections/epsg.properties; fi -@unexec if cmp -s %D/%%G%%/data_dir/validation/FeatureCheck.xml %D/%%G%%/data_dir/validation/FeatureCheck.xml.sample; then rm -f %D/%%G%%/data_dir/validation/FeatureCheck.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/validation/IntegrityCheck.xml %D/%%G%%/data_dir/validation/IntegrityCheck.xml.sample; then rm -f %D/%%G%%/data_dir/validation/IntegrityCheck.xml; fi -@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 -@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 -@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 -@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 -@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 -@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 -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/it.geosolutions/workspace.xml %D/%%G%%/data_dir/workspaces/it.geosolutions/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/it.geosolutions/workspace.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/coverage.xml %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/coverage.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/coverage.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/layer.xml %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/coveragestore.xml %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/coveragestore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/coveragestore.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/coverage.xml %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/coverage.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/coverage.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/layer.xml %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/img_sample2/coveragestore.xml %D/%%G%%/data_dir/workspaces/nurc/img_sample2/coveragestore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/img_sample2/coveragestore.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/mosaic/coveragestore.xml %D/%%G%%/data_dir/workspaces/nurc/mosaic/coveragestore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/mosaic/coveragestore.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/coverage.xml %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/coverage.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/coverage.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/layer.xml %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/namespace.xml %D/%%G%%/data_dir/workspaces/nurc/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/namespace.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/workspace.xml %D/%%G%%/data_dir/workspaces/nurc/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/workspace.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/coverage.xml %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/coverage.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/coverage.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/layer.xml %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/coveragestore.xml %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/coveragestore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/coveragestore.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sde/namespace.xml %D/%%G%%/data_dir/workspaces/sde/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sde/namespace.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sde/workspace.xml %D/%%G%%/data_dir/workspaces/sde/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sde/workspace.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/namespace.xml %D/%%G%%/data_dir/workspaces/sf/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/namespace.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/archsites/featuretype.xml %D/%%G%%/data_dir/workspaces/sf/sf/archsites/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/archsites/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/archsites/layer.xml %D/%%G%%/data_dir/workspaces/sf/sf/archsites/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/archsites/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/featuretype.xml %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/layer.xml %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/datastore.xml %D/%%G%%/data_dir/workspaces/sf/sf/datastore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/datastore.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/restricted/featuretype.xml %D/%%G%%/data_dir/workspaces/sf/sf/restricted/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/restricted/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/restricted/layer.xml %D/%%G%%/data_dir/workspaces/sf/sf/restricted/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/restricted/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/roads/featuretype.xml %D/%%G%%/data_dir/workspaces/sf/sf/roads/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/roads/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/roads/layer.xml %D/%%G%%/data_dir/workspaces/sf/sf/roads/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/roads/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/streams/featuretype.xml %D/%%G%%/data_dir/workspaces/sf/sf/streams/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/streams/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/streams/layer.xml %D/%%G%%/data_dir/workspaces/sf/sf/streams/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/streams/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sfdem/coveragestore.xml %D/%%G%%/data_dir/workspaces/sf/sfdem/coveragestore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sfdem/coveragestore.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/coverage.xml %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/coverage.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/coverage.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/layer.xml %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/workspace.xml %D/%%G%%/data_dir/workspaces/sf/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/workspace.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/namespace.xml %D/%%G%%/data_dir/workspaces/tiger/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/namespace.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/datastore.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/datastore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/datastore.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/featuretype.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/layer.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/featuretype.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/layer.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/featuretype.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/layer.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/featuretype.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/layer.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/workspace.xml %D/%%G%%/data_dir/workspaces/tiger/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/workspace.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/namespace.xml %D/%%G%%/data_dir/workspaces/topp/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/namespace.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/states_shapefile/datastore.xml %D/%%G%%/data_dir/workspaces/topp/states_shapefile/datastore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/states_shapefile/datastore.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/featuretype.xml %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/layer.xml %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/datastore.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/datastore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/datastore.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/featuretype.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/layer.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/featuretype.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/layer.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/featuretype.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/layer.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/featuretype.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/featuretype.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/layer.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/layer.xml; fi -@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/workspace.xml %D/%%G%%/data_dir/workspaces/topp/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/workspace.xml; fi -@unexec if cmp -s %D/%%G%%/etc/jdbcRealm.properties %D/%%G%%/etc/jdbcRealm.properties.sample; then rm -f %D/%%G%%/etc/jdbcRealm.properties; fi -@unexec if cmp -s %D/%%G%%/etc/jetty-jmx-platform.xml %D/%%G%%/etc/jetty-jmx-platform.xml.sample; then rm -f %D/%%G%%/etc/jetty-jmx-platform.xml; fi -@unexec if cmp -s %D/%%G%%/etc/jetty-jmx.xml %D/%%G%%/etc/jetty-jmx.xml.sample; then rm -f %D/%%G%%/etc/jetty-jmx.xml; fi -@unexec if cmp -s %D/%%G%%/etc/jetty-plus.xml %D/%%G%%/etc/jetty-plus.xml.sample; then rm -f %D/%%G%%/etc/jetty-plus.xml; fi -@unexec if cmp -s %D/%%G%%/etc/jetty-ssl.xml %D/%%G%%/etc/jetty-ssl.xml.sample; then rm -f %D/%%G%%/etc/jetty-ssl.xml; fi -@unexec if cmp -s %D/%%G%%/etc/jetty.xml %D/%%G%%/etc/jetty.xml.sample; then rm -f %D/%%G%%/etc/jetty.xml; fi -@unexec if cmp -s %D/%%G%%/etc/keystore %D/%%G%%/etc/keystore.sample; then rm -f %D/%%G%%/etc/keystore; fi -@unexec if cmp -s %D/%%G%%/etc/realm.properties %D/%%G%%/etc/realm.properties.sample; then rm -f %D/%%G%%/etc/realm.properties; fi -@unexec if cmp -s %D/%%G%%/etc/stresstest.xml %D/%%G%%/etc/stresstest.xml.sample; then rm -f %D/%%G%%/etc/stresstest.xml; fi -@unexec if cmp -s %D/%%G%%/etc/webdefault.xml %D/%%G%%/etc/webdefault.xml.sample; then rm -f %D/%%G%%/etc/webdefault.xml; fi -@unexec if cmp -s %D/%%G%%/resources/log4j.properties %D/%%G%%/resources/log4j.properties.sample; then rm -f %D/%%G%%/resources/log4j.properties; fi -@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 -@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 -@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 %%G%%/LICENSE.txt %%G%%/README.txt %%G%%/VERSION.txt %%G%%/RUNNING.txt %%G%%/bin/shutdown.sh %%G%%/bin/startup.sh -%%G%%/data_dir/coverages/arc_sample/info.xml.sample -@exec [ -f %B/info.xml ] || cp %B/%f %B/info.xml +@sample %%G%%/data_dir/coverages/arc_sample/info.xml.sample %%G%%/data_dir/coverages/arc_sample/precip30min.asc %%G%%/data_dir/coverages/arc_sample/precip30min.prj %%G%%/data_dir/coverages/img_sample/Pk50095.prj %%G%%/data_dir/coverages/img_sample/Pk50095.tfw %%G%%/data_dir/coverages/img_sample/Pk50095.tif -%%G%%/data_dir/coverages/img_sample/info.xml.sample -@exec [ -f %B/info.xml ] || cp %B/%f %B/info.xml +@sample %%G%%/data_dir/coverages/img_sample/info.xml.sample %%G%%/data_dir/coverages/img_sample/usa.meta %%G%%/data_dir/coverages/img_sample/usa.png %%G%%/data_dir/coverages/img_sample/usa.prj @@ -282,18 +89,15 @@ %%G%%/data_dir/coverages/mosaic_sample/global_mosaic_9.pgw %%G%%/data_dir/coverages/mosaic_sample/global_mosaic_9.png %%G%%/data_dir/coverages/mosaic_sample/global_mosaic_9.prj -%%G%%/data_dir/coverages/mosaic_sample/info.xml.sample -@exec [ -f %B/info.xml ] || cp %B/%f %B/info.xml +@sample %%G%%/data_dir/coverages/mosaic_sample/info.xml.sample %%G%%/data_dir/coverages/mosaic_sample/mosaic.dbf %%G%%/data_dir/coverages/mosaic_sample/mosaic.fix %%G%%/data_dir/coverages/mosaic_sample/mosaic.prj -%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties.sample -@exec [ -f %B/mosaic.properties ] || cp %B/%f %B/mosaic.properties +@sample %%G%%/data_dir/coverages/mosaic_sample/mosaic.properties.sample %%G%%/data_dir/coverages/mosaic_sample/mosaic.qix %%G%%/data_dir/coverages/mosaic_sample/mosaic.shp %%G%%/data_dir/coverages/mosaic_sample/mosaic.shx -%%G%%/data_dir/coverages/sfdem_sfdem/info.xml.sample -@exec [ -f %B/info.xml ] || cp %B/%f %B/info.xml +@sample %%G%%/data_dir/coverages/sfdem_sfdem/info.xml.sample %%G%%/data_dir/data/nyc/giant_polygon.dbf %%G%%/data_dir/data/nyc/giant_polygon.prj %%G%%/data_dir/data/nyc/giant_polygon.qix @@ -355,54 +159,34 @@ %%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.prj %%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.shp %%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.shx -%%G%%/data_dir/demo/WCS_describeCoverage.xml.sample -@exec [ -f %B/WCS_describeCoverage.xml ] || cp %B/%f %B/WCS_describeCoverage.xml -%%G%%/data_dir/demo/WCS_getCapabilities.xml.sample -@exec [ -f %B/WCS_getCapabilities.xml ] || cp %B/%f %B/WCS_getCapabilities.xml -%%G%%/data_dir/demo/WCS_getCoverage.xml.sample -@exec [ -f %B/WCS_getCoverage.xml ] || cp %B/%f %B/WCS_getCoverage.xml -%%G%%/data_dir/demo/WFS_describeFeatureType-1.0.xml.sample -@exec [ -f %B/WFS_describeFeatureType-1.0.xml ] || cp %B/%f %B/WFS_describeFeatureType-1.0.xml -%%G%%/data_dir/demo/WFS_describeFeatureType-1.1.xml.sample -@exec [ -f %B/WFS_describeFeatureType-1.1.xml ] || cp %B/%f %B/WFS_describeFeatureType-1.1.xml -%%G%%/data_dir/demo/WFS_getCapabilities-1.0.xml.sample -@exec [ -f %B/WFS_getCapabilities-1.0.xml ] || cp %B/%f %B/WFS_getCapabilities-1.0.xml -%%G%%/data_dir/demo/WFS_getCapabilities-1.1.xml.sample -@exec [ -f %B/WFS_getCapabilities-1.1.xml ] || cp %B/%f %B/WFS_getCapabilities-1.1.xml -%%G%%/data_dir/demo/WFS_getFeature-1.0.xml.sample -@exec [ -f %B/WFS_getFeature-1.0.xml ] || cp %B/%f %B/WFS_getFeature-1.0.xml -%%G%%/data_dir/demo/WFS_getFeature-1.1.xml.sample -@exec [ -f %B/WFS_getFeature-1.1.xml ] || cp %B/%f %B/WFS_getFeature-1.1.xml -%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.0.xml.sample -@exec [ -f %B/WFS_getFeatureBBOX-1.0.xml ] || cp %B/%f %B/WFS_getFeatureBBOX-1.0.xml -%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.1.xml.sample -@exec [ -f %B/WFS_getFeatureBBOX-1.1.xml ] || cp %B/%f %B/WFS_getFeatureBBOX-1.1.xml -%%G%%/data_dir/demo/WFS_getFeatureBBOX.url -%%G%%/data_dir/demo/WFS_getFeatureBetween-1.0.xml.sample -@exec [ -f %B/WFS_getFeatureBetween-1.0.xml ] || cp %B/%f %B/WFS_getFeatureBetween-1.0.xml -%%G%%/data_dir/demo/WFS_getFeatureBetween-1.1.xml.sample -@exec [ -f %B/WFS_getFeatureBetween-1.1.xml ] || cp %B/%f %B/WFS_getFeatureBetween-1.1.xml +@sample %%G%%/data_dir/demo/WCS_describeCoverage.xml.sample +@sample %%G%%/data_dir/demo/WCS_getCapabilities.xml.sample +@sample %%G%%/data_dir/demo/WCS_getCoverage.xml.sample +@sample %%G%%/data_dir/demo/WFS_describeFeatureType-1.0.xml.sample +@sample %%G%%/data_dir/demo/WFS_describeFeatureType-1.1.xml.sample +@sample %%G%%/data_dir/demo/WFS_getCapabilities-1.0.xml.sample +@sample %%G%%/data_dir/demo/WFS_getCapabilities-1.1.xml.sample +@sample %%G%%/data_dir/demo/WFS_getFeature-1.0.xml.sample +@sample %%G%%/data_dir/demo/WFS_getFeature-1.1.xml.sample +@sample %%G%%/data_dir/demo/WFS_getFeatureBBOX-1.0.xml.sample +@sample %%G%%/data_dir/demo/WFS_getFeatureBBOX-1.1.xml.sample +@sample %%G%%/data_dir/demo/WFS_getFeatureBBOX.url +@sample %%G%%/data_dir/demo/WFS_getFeatureBetween-1.0.xml.sample +@sample %%G%%/data_dir/demo/WFS_getFeatureBetween-1.1.xml.sample %%G%%/data_dir/demo/WFS_getFeatureBetween.url %%G%%/data_dir/demo/WFS_getFeatureBetweenCQL.url %%G%%/data_dir/demo/WFS_getFeatureFid.url %%G%%/data_dir/demo/WFS_getFeatureFidFilter.url -%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.0.xml.sample -@exec [ -f %B/WFS_getFeatureIntersects-1.0.xml ] || cp %B/%f %B/WFS_getFeatureIntersects-1.0.xml -%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.1.xml.sample -@exec [ -f %B/WFS_getFeatureIntersects-1.1.xml ] || cp %B/%f %B/WFS_getFeatureIntersects-1.1.xml +@sample %%G%%/data_dir/demo/WFS_getFeatureIntersects-1.0.xml.sample +@sample %%G%%/data_dir/demo/WFS_getFeatureIntersects-1.1.xml.sample %%G%%/data_dir/demo/WFS_getFeatureIntersects.url %%G%%/data_dir/demo/WFS_getFeatureMultiFilter.url %%G%%/data_dir/demo/WFS_mathGetFeature.url -%%G%%/data_dir/demo/WFS_mathGetFeature.xml.sample -@exec [ -f %B/WFS_mathGetFeature.xml ] || cp %B/%f %B/WFS_mathGetFeature.xml -%%G%%/data_dir/demo/WFS_transactionDelete.xml.sample -@exec [ -f %B/WFS_transactionDelete.xml ] || cp %B/%f %B/WFS_transactionDelete.xml -%%G%%/data_dir/demo/WFS_transactionInsert.xml.sample -@exec [ -f %B/WFS_transactionInsert.xml ] || cp %B/%f %B/WFS_transactionInsert.xml -%%G%%/data_dir/demo/WFS_transactionUpdate.xml.sample -@exec [ -f %B/WFS_transactionUpdate.xml ] || cp %B/%f %B/WFS_transactionUpdate.xml -%%G%%/data_dir/demo/WFS_transactionUpdateGeom.xml.sample -@exec [ -f %B/WFS_transactionUpdateGeom.xml ] || cp %B/%f %B/WFS_transactionUpdateGeom.xml +@sample %%G%%/data_dir/demo/WFS_mathGetFeature.xml.sample +@sample %%G%%/data_dir/demo/WFS_transactionDelete.xml.sample +@sample %%G%%/data_dir/demo/WFS_transactionInsert.xml.sample +@sample %%G%%/data_dir/demo/WFS_transactionUpdate.xml.sample +@sample %%G%%/data_dir/demo/WFS_transactionUpdateGeom.xml.sample %%G%%/data_dir/demo/WMS_GetLegendGraphic-SLD.url %%G%%/data_dir/demo/WMS_GetLegendGraphic-SLD_BODY.url %%G%%/data_dir/demo/WMS_GetLegendGraphic.url @@ -418,333 +202,186 @@ %%G%%/data_dir/demo/WMS_getMap_fid.url %%G%%/data_dir/demo/WMS_getMap_fidfilter.url %%G%%/data_dir/demo/WMS_getMap_inlineFeature.url -%%G%%/data_dir/demo/WMS_getMap_inlineFeatureSmile.xml.sample -@exec [ -f %B/WMS_getMap_inlineFeatureSmile.xml ] || cp %B/%f %B/WMS_getMap_inlineFeatureSmile.xml +@sample %%G%%/data_dir/demo/WMS_getMap_inlineFeatureSmile.xml.sample %%G%%/data_dir/demo/WMS_getMap_multilayer.url %%G%%/data_dir/demo/WMS_getMap_multilayer_cql.url %%G%%/data_dir/demo/WMS_getMap_multilayer_filter.url -%%G%%/data_dir/global.xml.sample -@exec [ -f %B/global.xml ] || cp %B/%f %B/global.xml -%%G%%/data_dir/layergroups/spearfish.xml.sample -@exec [ -f %B/spearfish.xml ] || cp %B/%f %B/spearfish.xml -%%G%%/data_dir/layergroups/tasmania.xml.sample -@exec [ -f %B/tasmania.xml ] || cp %B/%f %B/tasmania.xml -%%G%%/data_dir/layergroups/tiger-ny.xml.sample -@exec [ -f %B/tiger-ny.xml ] || cp %B/%f %B/tiger-ny.xml -%%G%%/data_dir/logging.xml.sample -@exec [ -f %B/logging.xml ] || cp %B/%f %B/logging.xml +@sample %%G%%/data_dir/global.xml.sample +@sample %%G%%/data_dir/layergroups/spearfish.xml.sample +@sample %%G%%/data_dir/layergroups/tasmania.xml.sample +@sample %%G%%/data_dir/layergroups/tiger-ny.xml.sample +@sample %%G%%/data_dir/logging.xml.sample %%G%%/data_dir/palettes/dem31.pal %%G%%/data_dir/palettes/ita31.pal %%G%%/data_dir/palettes/ny31.pal %%G%%/data_dir/palettes/popshade.png -%%G%%/data_dir/plugIns/AddressGap.xml.sample -@exec [ -f %B/AddressGap.xml ] || cp %B/%f %B/AddressGap.xml -%%G%%/data_dir/plugIns/AddressOverlap.xml.sample -@exec [ -f %B/AddressOverlap.xml ] || cp %B/%f %B/AddressOverlap.xml -%%G%%/data_dir/plugIns/AngleSize.xml.sample -@exec [ -f %B/AngleSize.xml ] || cp %B/%f %B/AngleSize.xml -%%G%%/data_dir/plugIns/Attribute.xml.sample -@exec [ -f %B/Attribute.xml ] || cp %B/%f %B/Attribute.xml -%%G%%/data_dir/plugIns/Constraint.xml.sample -@exec [ -f %B/Constraint.xml ] || cp %B/%f %B/Constraint.xml -%%G%%/data_dir/plugIns/ContainsIntegrity.xml.sample -@exec [ -f %B/ContainsIntegrity.xml ] || cp %B/%f %B/ContainsIntegrity.xml -%%G%%/data_dir/plugIns/CrossesIntegrity.xml.sample -@exec [ -f %B/CrossesIntegrity.xml ] || cp %B/%f %B/CrossesIntegrity.xml -%%G%%/data_dir/plugIns/DisjointIntegrity.xml.sample -@exec [ -f %B/DisjointIntegrity.xml ] || cp %B/%f %B/DisjointIntegrity.xml -%%G%%/data_dir/plugIns/Domain.xml.sample -@exec [ -f %B/Domain.xml ] || cp %B/%f %B/Domain.xml -%%G%%/data_dir/plugIns/Equality.xml.sample -@exec [ -f %B/Equality.xml ] || cp %B/%f %B/Equality.xml -%%G%%/data_dir/plugIns/GazetteerName.xml.sample -@exec [ -f %B/GazetteerName.xml ] || cp %B/%f %B/GazetteerName.xml -%%G%%/data_dir/plugIns/IntersectsIntegrity.xml.sample -@exec [ -f %B/IntersectsIntegrity.xml ] || cp %B/%f %B/IntersectsIntegrity.xml -%%G%%/data_dir/plugIns/IsValidGeometry.xml.sample -@exec [ -f %B/IsValidGeometry.xml ] || cp %B/%f %B/IsValidGeometry.xml -%%G%%/data_dir/plugIns/LineCoveredByFeatureLine.xml.sample -@exec [ -f %B/LineCoveredByFeatureLine.xml ] || cp %B/%f %B/LineCoveredByFeatureLine.xml -%%G%%/data_dir/plugIns/LineCoveredByPolygon.xml.sample -@exec [ -f %B/LineCoveredByPolygon.xml ] || cp %B/%f %B/LineCoveredByPolygon.xml -%%G%%/data_dir/plugIns/LineCoveredByPolygonBoundary.xml.sample -@exec [ -f %B/LineCoveredByPolygonBoundary.xml ] || cp %B/%f %B/LineCoveredByPolygonBoundary.xml -%%G%%/data_dir/plugIns/LineEndPointCoveredByLine.xml.sample -@exec [ -f %B/LineEndPointCoveredByLine.xml ] || cp %B/%f %B/LineEndPointCoveredByLine.xml -%%G%%/data_dir/plugIns/LineIntersectsLineWithNode.xml.sample -@exec [ -f %B/LineIntersectsLineWithNode.xml ] || cp %B/%f %B/LineIntersectsLineWithNode.xml -%%G%%/data_dir/plugIns/LineMustBeASinglePart.xml.sample -@exec [ -f %B/LineMustBeASinglePart.xml ] || cp %B/%f %B/LineMustBeASinglePart.xml -%%G%%/data_dir/plugIns/LineNoDangles.xml.sample -@exec [ -f %B/LineNoDangles.xml ] || cp %B/%f %B/LineNoDangles.xml -%%G%%/data_dir/plugIns/LineNoPseudoNode.xml.sample -@exec [ -f %B/LineNoPseudoNode.xml ] || cp %B/%f %B/LineNoPseudoNode.xml -%%G%%/data_dir/plugIns/LineNoSelfIntersect.xml.sample -@exec [ -f %B/LineNoSelfIntersect.xml ] || cp %B/%f %B/LineNoSelfIntersect.xml -%%G%%/data_dir/plugIns/LineNoSelfOverlapping.xml.sample -@exec [ -f %B/LineNoSelfOverlapping.xml ] || cp %B/%f %B/LineNoSelfOverlapping.xml -%%G%%/data_dir/plugIns/LineNotTouchingPolygonInterior.xml.sample -@exec [ -f %B/LineNotTouchingPolygonInterior.xml ] || cp %B/%f %B/LineNotTouchingPolygonInterior.xml -%%G%%/data_dir/plugIns/LinesNotIntersect.xml.sample -@exec [ -f %B/LinesNotIntersect.xml ] || cp %B/%f %B/LinesNotIntersect.xml -%%G%%/data_dir/plugIns/LinesNotOverlap.xml.sample -@exec [ -f %B/LinesNotOverlap.xml ] || cp %B/%f %B/LinesNotOverlap.xml -%%G%%/data_dir/plugIns/NameExists.xml.sample -@exec [ -f %B/NameExists.xml ] || cp %B/%f %B/NameExists.xml -%%G%%/data_dir/plugIns/NameInList.xml.sample -@exec [ -f %B/NameInList.xml ] || cp %B/%f %B/NameInList.xml -%%G%%/data_dir/plugIns/NullZero.xml.sample -@exec [ -f %B/NullZero.xml ] || cp %B/%f %B/NullZero.xml -%%G%%/data_dir/plugIns/OverlapsIntegrity.xml.sample -@exec [ -f %B/OverlapsIntegrity.xml ] || cp %B/%f %B/OverlapsIntegrity.xml -%%G%%/data_dir/plugIns/PointCoveredByEndPointOfLine.xml.sample -@exec [ -f %B/PointCoveredByEndPointOfLine.xml ] || cp %B/%f %B/PointCoveredByEndPointOfLine.xml -%%G%%/data_dir/plugIns/PointCoveredByLine.xml.sample -@exec [ -f %B/PointCoveredByLine.xml ] || cp %B/%f %B/PointCoveredByLine.xml -%%G%%/data_dir/plugIns/PointCoveredByPolygon.xml.sample -@exec [ -f %B/PointCoveredByPolygon.xml ] || cp %B/%f %B/PointCoveredByPolygon.xml -%%G%%/data_dir/plugIns/PointCoveredByPolygonBoundary.xml.sample -@exec [ -f %B/PointCoveredByPolygonBoundary.xml ] || cp %B/%f %B/PointCoveredByPolygonBoundary.xml -%%G%%/data_dir/plugIns/PointInsidePolygon.xml.sample -@exec [ -f %B/PointInsidePolygon.xml ] || cp %B/%f %B/PointInsidePolygon.xml -%%G%%/data_dir/plugIns/PolygonBoundaryCoveredByPolygon.xml.sample -@exec [ -f %B/PolygonBoundaryCoveredByPolygon.xml ] || cp %B/%f %B/PolygonBoundaryCoveredByPolygon.xml -%%G%%/data_dir/plugIns/PolygonCoveredByFeaturePolygon.xml.sample -@exec [ -f %B/PolygonCoveredByFeaturePolygon.xml ] || cp %B/%f %B/PolygonCoveredByFeaturePolygon.xml -%%G%%/data_dir/plugIns/PolygonCoveredByPolygon.xml.sample -@exec [ -f %B/PolygonCoveredByPolygon.xml ] || cp %B/%f %B/PolygonCoveredByPolygon.xml -%%G%%/data_dir/plugIns/PolygonNoGaps.xml.sample -@exec [ -f %B/PolygonNoGaps.xml ] || cp %B/%f %B/PolygonNoGaps.xml -%%G%%/data_dir/plugIns/PolygonNotCoveredByPolygon.xml.sample -@exec [ -f %B/PolygonNotCoveredByPolygon.xml ] || cp %B/%f %B/PolygonNotCoveredByPolygon.xml -%%G%%/data_dir/plugIns/PolygonNotOverlappingLine.xml.sample -@exec [ -f %B/PolygonNotOverlappingLine.xml ] || cp %B/%f %B/PolygonNotOverlappingLine.xml -%%G%%/data_dir/plugIns/PolygonNotOverlappingPolygon.xml.sample -@exec [ -f %B/PolygonNotOverlappingPolygon.xml ] || cp %B/%f %B/PolygonNotOverlappingPolygon.xml -%%G%%/data_dir/plugIns/Range.xml.sample -@exec [ -f %B/Range.xml ] || cp %B/%f %B/Range.xml -%%G%%/data_dir/plugIns/RelateIntegrity.xml.sample -@exec [ -f %B/RelateIntegrity.xml ] || cp %B/%f %B/RelateIntegrity.xml -%%G%%/data_dir/plugIns/SQL.xml.sample -@exec [ -f %B/SQL.xml ] || cp %B/%f %B/SQL.xml -%%G%%/data_dir/plugIns/SingleValue.xml.sample -@exec [ -f %B/SingleValue.xml ] || cp %B/%f %B/SingleValue.xml -%%G%%/data_dir/plugIns/StarNode.xml.sample -@exec [ -f %B/StarNode.xml ] || cp %B/%f %B/StarNode.xml -%%G%%/data_dir/plugIns/TouchesIntegrity.xml.sample -@exec [ -f %B/TouchesIntegrity.xml ] || cp %B/%f %B/TouchesIntegrity.xml -%%G%%/data_dir/plugIns/UniqueFID.xml.sample -@exec [ -f %B/UniqueFID.xml ] || cp %B/%f %B/UniqueFID.xml -%%G%%/data_dir/plugIns/Uniquity.xml.sample -@exec [ -f %B/Uniquity.xml ] || cp %B/%f %B/Uniquity.xml -%%G%%/data_dir/plugIns/WithinIntegrity.xml.sample -@exec [ -f %B/WithinIntegrity.xml ] || cp %B/%f %B/WithinIntegrity.xml -%%G%%/data_dir/security/layers.properties.sample -@exec [ -f %B/layers.properties ] || cp %B/%f %B/layers.properties -%%G%%/data_dir/security/service.properties.sample -@exec [ -f %B/service.properties ] || cp %B/%f %B/service.properties -%%G%%/data_dir/security/users.properties.sample -@exec [ -f %B/users.properties ] || cp %B/%f %B/users.properties +@sample %%G%%/data_dir/plugIns/AddressGap.xml.sample +@sample %%G%%/data_dir/plugIns/AddressOverlap.xml.sample +@sample %%G%%/data_dir/plugIns/AngleSize.xml.sample +@sample %%G%%/data_dir/plugIns/Attribute.xml.sample +@sample %%G%%/data_dir/plugIns/Constraint.xml.sample +@sample %%G%%/data_dir/plugIns/ContainsIntegrity.xml.sample +@sample %%G%%/data_dir/plugIns/CrossesIntegrity.xml.sample +@sample %%G%%/data_dir/plugIns/DisjointIntegrity.xml.sample +@sample %%G%%/data_dir/plugIns/Domain.xml.sample +@sample %%G%%/data_dir/plugIns/Equality.xml.sample +@sample %%G%%/data_dir/plugIns/GazetteerName.xml.sample +@sample %%G%%/data_dir/plugIns/IntersectsIntegrity.xml.sample +@sample %%G%%/data_dir/plugIns/IsValidGeometry.xml.sample +@sample %%G%%/data_dir/plugIns/LineCoveredByFeatureLine.xml.sample +@sample %%G%%/data_dir/plugIns/LineCoveredByPolygon.xml.sample +@sample %%G%%/data_dir/plugIns/LineCoveredByPolygonBoundary.xml.sample +@sample %%G%%/data_dir/plugIns/LineEndPointCoveredByLine.xml.sample +@sample %%G%%/data_dir/plugIns/LineIntersectsLineWithNode.xml.sample +@sample %%G%%/data_dir/plugIns/LineMustBeASinglePart.xml.sample +@sample %%G%%/data_dir/plugIns/LineNoDangles.xml.sample +@sample %%G%%/data_dir/plugIns/LineNoPseudoNode.xml.sample +@sample %%G%%/data_dir/plugIns/LineNoSelfIntersect.xml.sample +@sample %%G%%/data_dir/plugIns/LineNoSelfOverlapping.xml.sample +@sample %%G%%/data_dir/plugIns/LineNotTouchingPolygonInterior.xml.sample +@sample %%G%%/data_dir/plugIns/LinesNotIntersect.xml.sample +@sample %%G%%/data_dir/plugIns/LinesNotOverlap.xml.sample +@sample %%G%%/data_dir/plugIns/NameExists.xml.sample +@sample %%G%%/data_dir/plugIns/NameInList.xml.sample +@sample %%G%%/data_dir/plugIns/NullZero.xml.sample +@sample %%G%%/data_dir/plugIns/OverlapsIntegrity.xml.sample +@sample %%G%%/data_dir/plugIns/PointCoveredByEndPointOfLine.xml.sample +@sample %%G%%/data_dir/plugIns/PointCoveredByLine.xml.sample +@sample %%G%%/data_dir/plugIns/PointCoveredByPolygon.xml.sample +@sample %%G%%/data_dir/plugIns/PointCoveredByPolygonBoundary.xml.sample +@sample %%G%%/data_dir/plugIns/PointInsidePolygon.xml.sample +@sample %%G%%/data_dir/plugIns/PolygonBoundaryCoveredByPolygon.xml.sample +@sample %%G%%/data_dir/plugIns/PolygonCoveredByFeaturePolygon.xml.sample +@sample %%G%%/data_dir/plugIns/PolygonCoveredByPolygon.xml.sample +@sample %%G%%/data_dir/plugIns/PolygonNoGaps.xml.sample +@sample %%G%%/data_dir/plugIns/PolygonNotCoveredByPolygon.xml.sample +@sample %%G%%/data_dir/plugIns/PolygonNotOverlappingLine.xml.sample +@sample %%G%%/data_dir/plugIns/PolygonNotOverlappingPolygon.xml.sample +@sample %%G%%/data_dir/plugIns/Range.xml.sample +@sample %%G%%/data_dir/plugIns/RelateIntegrity.xml.sample +@sample %%G%%/data_dir/plugIns/SQL.xml.sample +@sample %%G%%/data_dir/plugIns/SingleValue.xml.sample +@sample %%G%%/data_dir/plugIns/StarNode.xml.sample +@sample %%G%%/data_dir/plugIns/TouchesIntegrity.xml.sample +@sample %%G%%/data_dir/plugIns/UniqueFID.xml.sample +@sample %%G%%/data_dir/plugIns/Uniquity.xml.sample +@sample %%G%%/data_dir/plugIns/WithinIntegrity.xml.sample +@sample %%G%%/data_dir/security/layers.properties.sample +@sample %%G%%/data_dir/security/service.properties.sample +@sample %%G%%/data_dir/security/users.properties.sample %%G%%/data_dir/styles/Lakes.sld %%G%%/data_dir/styles/NamedPlaces.sld %%G%%/data_dir/styles/burg.sld -%%G%%/data_dir/styles/burg.xml.sample -@exec [ -f %B/burg.xml ] || cp %B/%f %B/burg.xml +@sample %%G%%/data_dir/styles/burg.xml.sample %%G%%/data_dir/styles/burg02.svg %%G%%/data_dir/styles/capitals.sld -%%G%%/data_dir/styles/capitals.xml.sample -@exec [ -f %B/capitals.xml ] || cp %B/%f %B/capitals.xml -%%G%%/data_dir/styles/cite_lakes.xml.sample -@exec [ -f %B/cite_lakes.xml ] || cp %B/%f %B/cite_lakes.xml +@sample %%G%%/data_dir/styles/capitals.xml.sample +@sample %%G%%/data_dir/styles/cite_lakes.xml.sample %%G%%/data_dir/styles/default_line.sld %%G%%/data_dir/styles/default_line2.sld %%G%%/data_dir/styles/default_point.sld %%G%%/data_dir/styles/default_polygon.sld %%G%%/data_dir/styles/dem.sld -%%G%%/data_dir/styles/dem.xml.sample -@exec [ -f %B/dem.xml ] || cp %B/%f %B/dem.xml +@sample %%G%%/data_dir/styles/dem.xml.sample %%G%%/data_dir/styles/giant_polygon.sld -%%G%%/data_dir/styles/giant_polygon.xml.sample -@exec [ -f %B/giant_polygon.xml ] || cp %B/%f %B/giant_polygon.xml -%%G%%/data_dir/styles/grass.xml.sample -@exec [ -f %B/grass.xml ] || cp %B/%f %B/grass.xml +@sample %%G%%/data_dir/styles/giant_polygon.xml.sample +@sample %%G%%/data_dir/styles/grass.xml.sample %%G%%/data_dir/styles/grass_fill.png %%G%%/data_dir/styles/grass_poly.sld %%G%%/data_dir/styles/green.sld -%%G%%/data_dir/styles/green.xml.sample -@exec [ -f %B/green.xml ] || cp %B/%f %B/green.xml -%%G%%/data_dir/styles/line.xml.sample -@exec [ -f %B/line.xml ] || cp %B/%f %B/line.xml +@sample %%G%%/data_dir/styles/green.xml.sample +@sample %%G%%/data_dir/styles/line.xml.sample %%G%%/data_dir/styles/poi.sld -%%G%%/data_dir/styles/poi.xml.sample -@exec [ -f %B/poi.xml ] || cp %B/%f %B/poi.xml -%%G%%/data_dir/styles/point.xml.sample -@exec [ -f %B/point.xml ] || cp %B/%f %B/point.xml +@sample %%G%%/data_dir/styles/poi.xml.sample +@sample %%G%%/data_dir/styles/point.xml.sample %%G%%/data_dir/styles/poly_landmarks.sld -%%G%%/data_dir/styles/poly_landmarks.xml.sample -@exec [ -f %B/poly_landmarks.xml ] || cp %B/%f %B/poly_landmarks.xml -%%G%%/data_dir/styles/polygon.xml.sample -@exec [ -f %B/polygon.xml ] || cp %B/%f %B/polygon.xml +@sample %%G%%/data_dir/styles/poly_landmarks.xml.sample +@sample %%G%%/data_dir/styles/polygon.xml.sample %%G%%/data_dir/styles/pophatch.sld -%%G%%/data_dir/styles/pophatch.xml.sample -@exec [ -f %B/pophatch.xml ] || cp %B/%f %B/pophatch.xml +@sample %%G%%/data_dir/styles/pophatch.xml.sample %%G%%/data_dir/styles/popshade.sld -%%G%%/data_dir/styles/population.xml.sample -@exec [ -f %B/population.xml ] || cp %B/%f %B/population.xml +@sample %%G%%/data_dir/styles/population.xml.sample %%G%%/data_dir/styles/rain.sld -%%G%%/data_dir/styles/rain.xml.sample -@exec [ -f %B/rain.xml ] || cp %B/%f %B/rain.xml +@sample %%G%%/data_dir/styles/rain.xml.sample %%G%%/data_dir/styles/raster.sld -%%G%%/data_dir/styles/raster.xml.sample -@exec [ -f %B/raster.xml ] || cp %B/%f %B/raster.xml +@sample %%G%%/data_dir/styles/raster.xml.sample %%G%%/data_dir/styles/restricted.sld -%%G%%/data_dir/styles/restricted.xml.sample -@exec [ -f %B/restricted.xml ] || cp %B/%f %B/restricted.xml +@sample %%G%%/data_dir/styles/restricted.xml.sample %%G%%/data_dir/styles/simpleRoads.sld -%%G%%/data_dir/styles/simple_roads.xml.sample -@exec [ -f %B/simple_roads.xml ] || cp %B/%f %B/simple_roads.xml +@sample %%G%%/data_dir/styles/simple_roads.xml.sample %%G%%/data_dir/styles/simple_streams.sld -%%G%%/data_dir/styles/simple_streams.xml.sample -@exec [ -f %B/simple_streams.xml ] || cp %B/%f %B/simple_streams.xml +@sample %%G%%/data_dir/styles/simple_streams.xml.sample %%G%%/data_dir/styles/tiger_roads.sld -%%G%%/data_dir/styles/tiger_roads.xml.sample -@exec [ -f %B/tiger_roads.xml ] || cp %B/%f %B/tiger_roads.xml -%%G%%/data_dir/user_projections/epsg.properties.sample -@exec [ -f %B/epsg.properties ] || cp %B/%f %B/epsg.properties -%%G%%/data_dir/validation/FeatureCheck.xml.sample -@exec [ -f %B/FeatureCheck.xml ] || cp %B/%f %B/FeatureCheck.xml -%%G%%/data_dir/validation/IntegrityCheck.xml.sample -@exec [ -f %B/IntegrityCheck.xml ] || cp %B/%f %B/IntegrityCheck.xml -%%G%%/data_dir/wcs.xml.sample -@exec [ -f %B/wcs.xml ] || cp %B/%f %B/wcs.xml -%%G%%/data_dir/wfs.xml.sample -@exec [ -f %B/wfs.xml ] || cp %B/%f %B/wfs.xml -%%G%%/data_dir/wms.xml.sample -@exec [ -f %B/wms.xml ] || cp %B/%f %B/wms.xml -%%G%%/data_dir/workspaces/cite/namespace.xml.sample -@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml -%%G%%/data_dir/workspaces/cite/workspace.xml.sample -@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml -%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml.sample -@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml -%%G%%/data_dir/workspaces/it.geosolutions/workspace.xml.sample -@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml -%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/coverage.xml.sample -@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml -%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/nurc/arcGridSample/coveragestore.xml.sample -@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml -%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/coverage.xml.sample -@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml -%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/nurc/img_sample2/coveragestore.xml.sample -@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml -%%G%%/data_dir/workspaces/nurc/mosaic/coveragestore.xml.sample -@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml -%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/coverage.xml.sample -@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml -%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/nurc/namespace.xml.sample -@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml -%%G%%/data_dir/workspaces/nurc/workspace.xml.sample -@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml -%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/coverage.xml.sample -@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml -%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/nurc/worldImageSample/coveragestore.xml.sample -@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml -%%G%%/data_dir/workspaces/sde/namespace.xml.sample -@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml -%%G%%/data_dir/workspaces/sde/workspace.xml.sample -@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml -%%G%%/data_dir/workspaces/sf/namespace.xml.sample -@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml -%%G%%/data_dir/workspaces/sf/sf/archsites/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/sf/sf/archsites/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/sf/sf/bugsites/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/sf/sf/bugsites/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/sf/sf/datastore.xml.sample -@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml -%%G%%/data_dir/workspaces/sf/sf/restricted/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/sf/sf/restricted/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/sf/sf/roads/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/sf/sf/roads/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/sf/sf/streams/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/sf/sf/streams/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/sf/sfdem/coveragestore.xml.sample -@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml -%%G%%/data_dir/workspaces/sf/sfdem/sfdem/coverage.xml.sample -@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml -%%G%%/data_dir/workspaces/sf/sfdem/sfdem/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/sf/workspace.xml.sample -@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml -%%G%%/data_dir/workspaces/tiger/namespace.xml.sample -@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml -%%G%%/data_dir/workspaces/tiger/nyc/datastore.xml.sample -@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml -%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/tiger/nyc/poi/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/tiger/nyc/poi/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/tiger/workspace.xml.sample -@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml -%%G%%/data_dir/workspaces/topp/namespace.xml.sample -@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml -%%G%%/data_dir/workspaces/topp/states_shapefile/datastore.xml.sample -@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml +@sample %%G%%/data_dir/styles/tiger_roads.xml.sample +@sample %%G%%/data_dir/user_projections/epsg.properties.sample +@sample %%G%%/data_dir/validation/FeatureCheck.xml.sample +@sample %%G%%/data_dir/validation/IntegrityCheck.xml.sample +@sample %%G%%/data_dir/wcs.xml.sample +@sample %%G%%/data_dir/wfs.xml.sample +@sample %%G%%/data_dir/wms.xml.sample +@sample %%G%%/data_dir/workspaces/cite/namespace.xml.sample +@sample %%G%%/data_dir/workspaces/cite/workspace.xml.sample +@sample %%G%%/data_dir/workspaces/it.geosolutions/namespace.xml.sample +@sample %%G%%/data_dir/workspaces/it.geosolutions/workspace.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/coverage.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/layer.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/arcGridSample/coveragestore.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/coverage.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/layer.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/img_sample2/coveragestore.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/mosaic/coveragestore.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/mosaic/mosaic/coverage.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/mosaic/mosaic/layer.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/namespace.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/workspace.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/coverage.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/layer.xml.sample +@sample %%G%%/data_dir/workspaces/nurc/worldImageSample/coveragestore.xml.sample +@sample %%G%%/data_dir/workspaces/sde/namespace.xml.sample +@sample %%G%%/data_dir/workspaces/sde/workspace.xml.sample +@sample %%G%%/data_dir/workspaces/sf/namespace.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sf/archsites/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sf/archsites/layer.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sf/bugsites/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sf/bugsites/layer.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sf/datastore.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sf/restricted/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sf/restricted/layer.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sf/roads/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sf/roads/layer.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sf/streams/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sf/streams/layer.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sfdem/coveragestore.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sfdem/sfdem/coverage.xml.sample +@sample %%G%%/data_dir/workspaces/sf/sfdem/sfdem/layer.xml.sample +@sample %%G%%/data_dir/workspaces/sf/workspace.xml.sample +@sample %%G%%/data_dir/workspaces/tiger/namespace.xml.sample +@sample %%G%%/data_dir/workspaces/tiger/nyc/datastore.xml.sample +@sample %%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/layer.xml.sample +@sample %%G%%/data_dir/workspaces/tiger/nyc/poi/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/tiger/nyc/poi/layer.xml.sample +@sample %%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/layer.xml.sample +@sample %%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/layer.xml.sample +@sample %%G%%/data_dir/workspaces/tiger/workspace.xml.sample +@sample %%G%%/data_dir/workspaces/topp/namespace.xml.sample +@sample %%G%%/data_dir/workspaces/topp/states_shapefile/datastore.xml.sample %%G%%/data_dir/workspaces/topp/states_shapefile/states/description.ftl -%%G%%/data_dir/workspaces/topp/states_shapefile/states/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/topp/states_shapefile/states/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml +@sample %%G%%/data_dir/workspaces/topp/states_shapefile/states/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/topp/states_shapefile/states/layer.xml.sample %%G%%/data_dir/workspaces/topp/states_shapefile/states/title.ftl -%%G%%/data_dir/workspaces/topp/taz_shapes/datastore.xml.sample -@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml -%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/featuretype.xml.sample -@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml -%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/layer.xml.sample -@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml -%%G%%/data_dir/workspaces/topp/workspace.xml.sample -@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml +@sample %%G%%/data_dir/workspaces/topp/taz_shapes/datastore.xml.sample +@sample %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/layer.xml.sample +@sample %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/layer.xml.sample +@sample %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/layer.xml.sample +@sample %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/featuretype.xml.sample +@sample %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/layer.xml.sample +@sample %%G%%/data_dir/workspaces/topp/workspace.xml.sample %%G%%/data_dir/www/ol-demo.html %%G%%/data_dir/www/openlayers/OpenLayers.js %%G%%/data_dir/www/openlayers/img/blank.gif @@ -805,26 +442,16 @@ %%G%%/data_dir/www/styles/remoteOws.sld %%G%%/data_dir/www/styles/remoteTasmania.sld %%G%%/data_dir/www/wfs-t.html -%%G%%/etc/jdbcRealm.properties.sample -@exec [ -f %B/jdbcRealm.properties ] || cp %B/%f %B/jdbcRealm.properties -%%G%%/etc/jetty-jmx-platform.xml.sample -@exec [ -f %B/jetty-jmx-platform.xml ] || cp %B/%f %B/jetty-jmx-platform.xml -%%G%%/etc/jetty-jmx.xml.sample -@exec [ -f %B/jetty-jmx.xml ] || cp %B/%f %B/jetty-jmx.xml -%%G%%/etc/jetty-plus.xml.sample -@exec [ -f %B/jetty-plus.xml ] || cp %B/%f %B/jetty-plus.xml -%%G%%/etc/jetty-ssl.xml.sample -@exec [ -f %B/jetty-ssl.xml ] || cp %B/%f %B/jetty-ssl.xml -%%G%%/etc/jetty.xml.sample -@exec [ -f %B/jetty.xml ] || cp %B/%f %B/jetty.xml -%%G%%/etc/keystore.sample -@exec [ -f %B/keystore ] || cp %B/%f %B/keystore -%%G%%/etc/realm.properties.sample -@exec [ -f %B/realm.properties ] || cp %B/%f %B/realm.properties -%%G%%/etc/stresstest.xml.sample -@exec [ -f %B/stresstest.xml ] || cp %B/%f %B/stresstest.xml -%%G%%/etc/webdefault.xml.sample -@exec [ -f %B/webdefault.xml ] || cp %B/%f %B/webdefault.xml +@sample %%G%%/etc/jdbcRealm.properties.sample +@sample %%G%%/etc/jetty-jmx-platform.xml.sample +@sample %%G%%/etc/jetty-jmx.xml.sample +@sample %%G%%/etc/jetty-plus.xml.sample +@sample %%G%%/etc/jetty-ssl.xml.sample +@sample %%G%%/etc/jetty.xml.sample +@sample %%G%%/etc/keystore.sample +@sample %%G%%/etc/realm.properties.sample +@sample %%G%%/etc/stresstest.xml.sample +@sample %%G%%/etc/webdefault.xml.sample %%G%%/lib/ant-1.6.4.jar %%G%%/lib/commons-el-1.0.jar %%G%%/lib/commons-logging-1.0.jar @@ -840,8 +467,7 @@ %%G%%/lib/xercesImpl-2.6.2.jar %%G%%/lib/xmlParserAPIs-2.6.2.jar %%G%%/logs/keepme.txt -%%G%%/resources/log4j.properties.sample -@exec [ -f %B/log4j.properties ] || cp %B/%f %B/log4j.properties +@sample %%G%%/resources/log4j.properties.sample %%G%%/start.jar %%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/GeoserverInitStartupListener.class %%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/AlternativesResponseStream.class @@ -859,8 +485,7 @@ %%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/SessionDebugFilter$SessionDebugWrapper.class %%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/SessionDebugFilter.class %%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ThreadLocalsCleanupFilter.class -%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml.sample -@exec [ -f %B/dispatcher-servlet.xml ] || cp %B/%f %B/dispatcher-servlet.xml +@sample %%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml.sample %%G%%/webapps/geoserver/WEB-INF/lib/activation-1.1.jar %%G%%/webapps/geoserver/WEB-INF/lib/aopalliance-1.0.jar %%G%%/webapps/geoserver/WEB-INF/lib/avalon-framework-api-4.3.1.jar @@ -1052,8 +677,7 @@ %%G%%/webapps/geoserver/WEB-INF/lib/xpp3_min-1.1.4c.jar %%G%%/webapps/geoserver/WEB-INF/lib/xsd-2.6.0.jar %%G%%/webapps/geoserver/WEB-INF/lib/xstream-1.3.1.jar -%%G%%/webapps/geoserver/WEB-INF/web.xml.sample -@exec [ -f %B/web.xml ] || cp %B/%f %B/web.xml +@sample %%G%%/webapps/geoserver/WEB-INF/web.xml.sample %%G%%/webapps/geoserver/j_acegi_security_check %%G%%/webapps/geoserver/j_spring_security_check %%G%%/webapps/geoserver/index.html @@ -1192,8 +816,7 @@ %%G%%/webapps/geoserver/schemas/wcs/1.0.0/values.xsd %%G%%/webapps/geoserver/schemas/wcs/1.0.0/wcsCapabilities.xsd %%G%%/webapps/geoserver/schemas/wcs/1.1.1/gml4wcs.xsd -%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml.sample -@exec [ -f %B/interpolationMethods.xml ] || cp %B/%f %B/interpolationMethods.xml +@sample %%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml.sample %%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsAll.xsd %%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsCommon.xsd %%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsContents.xsd |