details:   /erp/devel/pi/rev/6b74b3730930
changeset: 12256:6b74b3730930
user:      Stefan Hühner <stefan.huehner <at> openbravo.com>
date:      Thu May 19 18:29:54 2011 +0200
summary:   Fixed 17286: Add new org.openbravo.importdata to ignore list of 
wad-validation

diffstat:

 src-wad/src/org/openbravo/wad/validation/WADValidationResult.java |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e10f8830f2ff -r 6b74b3730930 
src-wad/src/org/openbravo/wad/validation/WADValidationResult.java
--- a/src-wad/src/org/openbravo/wad/validation/WADValidationResult.java Thu May 
19 18:10:08 2011 +0200
+++ b/src-wad/src/org/openbravo/wad/validation/WADValidationResult.java Thu May 
19 18:29:54 2011 +0200
@@ -35,9 +35,11 @@
 
   /*
    * Whitelist of modules for which all validation problems will be ignored 
and not reported. So far
-   * only the special module "org.openbravo.deprecated.cleanupv3" is ignored.
+   * only the special modules "org.openbravo.deprecated.cleanupv3", 
"org.openbravo.importdata" are
+   * ignored.
    */
-  private static final String[] moduleWhitelist = { 
"677192D0C60F411384832241227360E3" };
+  private static final String[] moduleWhitelist = { 
"677192D0C60F411384832241227360E3",
+      "FF8081812FBF677A012FBF6A0D3E0003" };
 
   /**
    * Types of possible WAD validations, they have an identifier and a 
description

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to