details:   /erp/devel/pi/rev/f9467e290752
changeset: 8014:f9467e290752
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Wed Aug 04 09:01:08 2010 +0200
summary:   Renamed Production status to General availability

diffstat:

 src/org/openbravo/erpCommon/ad_forms/MaturityLevel.java    |  6 +++---
 src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r c7f406e36f94 -r f9467e290752 
src/org/openbravo/erpCommon/ad_forms/MaturityLevel.java
--- a/src/org/openbravo/erpCommon/ad_forms/MaturityLevel.java   Tue Aug 03 
21:29:48 2010 +0200
+++ b/src/org/openbravo/erpCommon/ad_forms/MaturityLevel.java   Wed Aug 04 
09:01:08 2010 +0200
@@ -54,11 +54,11 @@
     }
 
     if (error) {
-      // could not obtain actual levels, setting production only
-      log4j.warn("Setting default Production level");
+      // could not obtain actual levels, setting General availability only
+      log4j.warn("Setting default General availability level");
       levels = new String[1][2];
       levels[0][0] = "500";
-      levels[0][1] = "Production";
+      levels[0][1] = "General availability";
     }
   }
 
diff -r c7f406e36f94 -r f9467e290752 
src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
--- a/src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java        Tue Aug 
03 21:29:48 2010 +0200
+++ b/src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java        Wed Aug 
04 09:01:08 2010 +0200
@@ -744,7 +744,7 @@
           return;
         }
 
-        // Show warning message when installing/updating modules not in 
production level
+        // Show warning message when installing/updating modules not in 
General availability level
         if (!islocal) {
           if (!"500".equals((String) 
module.getAdditionalInfo().get("maturity.level"))) {
             discard[6] = "";
@@ -1352,7 +1352,7 @@
         @SuppressWarnings("unchecked")
         HashMap<String, String> additioanlInfo = mod.getAdditionalInfo();
         if (additioanlInfo != null && 
!"500".equals(additioanlInfo.get("maturity.level"))) {
-          // Display module's maturity in case it is not Production (500)
+          // Display module's maturity in case it is not General availability 
(500)
           moduleBox.put("maturityStyle", "true");
           moduleBox.put("maturityLevel", additioanlInfo.get("maturity.name"));
         } else {

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to