[mapguide-commits] r8411 - trunk/MgDev/UnitTest/TestData/Samples/Sheboygan

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Oct 17 04:02:34 PDT 2014


Author: jng
Date: 2014-10-17 04:02:34 -0700 (Fri, 17 Oct 2014)
New Revision: 8411

Added:
   trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/build.sh
Log:
Add linux shell script to build the Sheboygan sample data set

Added: trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/build.sh
===================================================================
--- trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/build.sh	                        (rev 0)
+++ trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/build.sh	2014-10-17 11:02:34 UTC (rev 8411)
@@ -0,0 +1,10 @@
+#!/bin/bash
+rm -f Sheboygan.mgp
+cp -f ../../FeatureService/SDF/Sheboygan_BuildingOutlines.sdf Library/Samples/Sheboygan/Data/BuildingOutlines.FeatureSource_DATA_BuildingOutlines.sdf
+cp -f ../../FeatureService/SDF/Sheboygan_CityLimits.sdf Library/Samples/Sheboygan/Data/CityLimits.FeatureSource_DATA_CityLimits.sdf
+cp -f ../../FeatureService/SDF/Sheboygan_Parcels.sdf Library/Samples/Sheboygan/Data/Parcels.FeatureSource_DATA_Parcels.sdf
+cp -f ../../FeatureService/SDF/Sheboygan_VotingDistricts.sdf Library/Samples/Sheboygan/Data/VotingDistricts.FeatureSource_DATA_VotingDistricts.sdf
+cp -f ../../MappingService/UT_HydrographicPolygons.sdf Library/Samples/Sheboygan/Data/HydrographicPolygons.FeatureSource_DATA_HydrographicPolygons.sdf
+cp -f ../../MappingService/UT_Rail.sdf Library/Samples/Sheboygan/Data/Rail.FeatureSource_DATA_Rail.sdf
+cp -f ../../TileService/UT_RoadCenterLines.sdf Library/Samples/Sheboygan/Data/RoadCenterLines.FeatureSource_DATA_RoadCenterLines.sdf
+zip -r Sheboygan.mgp Library/ MgResourcePackageManifest.xml


Property changes on: trunk/MgDev/UnitTest/TestData/Samples/Sheboygan/build.sh
___________________________________________________________________
Added: svn:executable
   + *



More information about the mapguide-commits mailing list