[mapguide-commits] r8062 - trunk/Tools/Maestro/MaestroAPITestRunner

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Apr 18 00:22:42 PDT 2014


Author: jng
Date: 2014-04-18 00:22:42 -0700 (Fri, 18 Apr 2014)
New Revision: 8062

Added:
   trunk/Tools/Maestro/MaestroAPITestRunner/sdk_excludes.txt
Modified:
   trunk/Tools/Maestro/MaestroAPITestRunner/MaestroAPITestRunner.csproj
Log:
Fix SDK build output post-nugetification. 

Modified: trunk/Tools/Maestro/MaestroAPITestRunner/MaestroAPITestRunner.csproj
===================================================================
--- trunk/Tools/Maestro/MaestroAPITestRunner/MaestroAPITestRunner.csproj	2014-04-18 05:07:27 UTC (rev 8061)
+++ trunk/Tools/Maestro/MaestroAPITestRunner/MaestroAPITestRunner.csproj	2014-04-18 07:22:42 UTC (rev 8062)
@@ -124,6 +124,7 @@
     <Content Include="ConnectionProviders.xml">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </Content>
+    <Content Include="sdk_excludes.txt" />
     <Content Include="TestMaestroAPI.LocalNative.xml" />
     <Content Include="TestMaestroAPI.xml">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -159,8 +160,12 @@
 IF "$(ConfigurationName)" == "Release" (
 IF NOT EXIST "$(SolutionDir)..\SDK\Test" MKDIR "$(SolutionDir)..\SDK\Test"
 echo Copy binaries to SDK output dir
-echo XCOPY /S /Y /I "$(TargetDir)*.*" "$(SolutionDir)..\SDK\Test"
-XCOPY /S /Y /I "$(TargetDir)*.*" "$(SolutionDir)..\SDK\Test"
+echo XCOPY /S /Y /I "$(TargetDir)TestData\*.*" "$(SolutionDir)..\SDK\Test\TestData"
+XCOPY /S /Y /I "$(TargetDir)TestData\*.*" "$(SolutionDir)..\SDK\Test\TestData"
+echo XCOPY /S /Y /I "$(TargetDir)UserTestData\*.*" "$(SolutionDir)..\SDK\Test\UserTestData"
+XCOPY /S /Y /I "$(TargetDir)UserTestData\*.*" "$(SolutionDir)..\SDK\Test\UserTestData"
+echo XCOPY /Y /I "$(TargetDir)*.*" "$(SolutionDir)..\SDK\Test" /EXCLUDE:$(ProjectDir)sdk_excludes.txt
+XCOPY /Y /I "$(TargetDir)*.*" "$(SolutionDir)..\SDK\Test" /EXCLUDE:$(ProjectDir)sdk_excludes.txt
 echo Copy SDK test configuration
 echo COPY /Y "$(ProjectDir)TestMaestroAPI.LocalNative.xml" "$(SolutionDir)..\SDK\Test\TestMaestroAPI.xml"
 COPY /Y "$(ProjectDir)TestMaestroAPI.LocalNative.xml" "$(SolutionDir)..\SDK\Test\TestMaestroAPI.xml"

Added: trunk/Tools/Maestro/MaestroAPITestRunner/sdk_excludes.txt
===================================================================
--- trunk/Tools/Maestro/MaestroAPITestRunner/sdk_excludes.txt	                        (rev 0)
+++ trunk/Tools/Maestro/MaestroAPITestRunner/sdk_excludes.txt	2014-04-18 07:22:42 UTC (rev 8062)
@@ -0,0 +1,30 @@
+.pdb
+ACE.dll
+gd.dll
+GEOS.dll
+GeometryUnmanagedApi.dll
+FoundationUnmanagedApi.dll
+PlatformBaseUnmanagedApi.dll
+MapGuideDesktopUnmanagedApi.dll
+OSGeo.MapGuide.Desktop.dll
+OSGeo.MapGuide.Foundation.dll
+OSGeo.MapGuide.Geometry.dll
+OSGeo.MapGuide.PlatformBase.dll
+OSGeo.MapGuide.MaestroAPI.Local.dll
+OSGeo.MapGuide.Desktop.xml
+OSGeo.MapGuide.Foundation.xml
+OSGeo.MapGuide.Geometry.xml
+OSGeo.MapGuide.PlatformBase.xml
+MgDesktop.dll
+MgFoundation.dll
+MgGeometry.dll
+MgGwsCommon.dll
+MgGwsQueryEngine.dll
+MgGwsResource.dll
+MgMdfModel.dll
+MgMdfParser.dll
+MgPlatformBase.dll
+MgRenderers.dll
+MgStylization.dll
+xerces-c_3_1mg.dll
+Platform.ini
\ No newline at end of file



More information about the mapguide-commits mailing list