Index: Setup/data/verify.lst ================================================================== --- Setup/data/verify.lst +++ Setup/data/verify.lst @@ -926,10 +926,11 @@ tools/install/Properties/AssemblyInfo.cs tools/install/Resources/ tools/install/Resources/manifest.xml } +############################################################################### # # NOTE: This is the list of Eagle files that should be present in the full # source code archive. These files are needed only to run the test # suite. # @@ -976,10 +977,22 @@ Externals/Eagle/lib/Test1.0/epilogue.eagle Externals/Eagle/lib/Test1.0/pkgIndex.eagle Externals/Eagle/lib/Test1.0/pkgIndex.tcl Externals/Eagle/lib/Test1.0/prologue.eagle } + +############################################################################### +# +# NOTE: This is the list of external files that should be present in the full +# source code archive. These files may be required by the build and/or +# during release processing. If missing, some features and/or build +# options may be unavailable. +# +set sds_manifests(external) { + Externals/vswhere/ + Externals/vswhere/vswhere.exe +} ############################################################################### # # NOTE: This is the list of core files that should be present in all binary # archives that support the desktop versions of the .NET Framework. @@ -1486,11 +1499,11 @@ set manifests(sqlite-netFx-source-.zip) [list sds \ source] set manifests(sqlite-netFx-full-source-.zip) [list sds \ - source eagle] + source eagle external] ############################################################################### ################### Visual Studio 2005 / .NET Framework 2.0 ################### ############################### Binary Packages ############################### ############################################################################### Index: www/release.wiki ================================================================== --- www/release.wiki +++ www/release.wiki @@ -467,10 +467,36 @@