#At file:///C:/work/wex/absv2/ based on revid:reggie.burnett@stripped
38 Reggie Burnett 2012-09-17
this should be the products incoming folder
modified:
AbsUtility/Product.cs
=== modified file 'AbsUtility/Product.cs'
=== modified file 'AbsUtility/Product.cs'
--- a/AbsUtility/Product.cs 2012-09-17 21:54:48 +0000
+++ b/AbsUtility/Product.cs 2012-09-17 22:08:55 +0000
@@ -139,7 +139,7 @@
foreach (ProductFile file in ProductFiles)
file.Validate(true);
- string[] allFiles = Directory.GetFiles(Settings.IncomingFolder);
+ string[] allFiles = Directory.GetFiles(IncomingFolder);
if (allFiles.Length != ProductFiles.Count)
throw new Exception("Number of files in incoming folder does not match required number of files for release");
}
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20120917220855-uxb76n4e12p735ug.bundle
| Thread |
|---|
| • bzr commit into ABSv2 branch (reggie.burnett:38) | Reggie Burnett | 19 Sep |