switch to 64-bit variables (3)

Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/releng.wtpbuilder/distribution/dali.site/templateFiles/displayPrereqs.php b/releng.wtpbuilder/distribution/dali.site/templateFiles/displayPrereqs.php
index e326290..46cbf43 100644
--- a/releng.wtpbuilder/distribution/dali.site/templateFiles/displayPrereqs.php
+++ b/releng.wtpbuilder/distribution/dali.site/templateFiles/displayPrereqs.php
@@ -50,11 +50,11 @@
                         $usersPlatform = getPlatform();
                         // assume windows by default, since likely most frequent, even for cases where
                         // platform is "unknown". I've noticed Opera reports 'unknown' :(
-                        $recommendedFile=$eclipse_file_win32_win32_x86;
+                        $recommendedFile=$eclipse_file_win32_win32_x86_64;
                         if (strcmp($usersPlatform,"linux")== 0) {
-                            $recommendedFile=$eclipse_file_linux_gtk_x86;
+                            $recommendedFile=$eclipse_file_linux_gtk_x86_64;
                         } else if (strcmp($usersPlatform,"mac") == 0) {
-                            $recommendedFile=$eclipse_file_macosx_carbon_ppc;
+                            $recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
                         }
 
                         echo "<td align=\"right\">";
@@ -79,11 +79,11 @@
                         $usersPlatform = getPlatform();
                         // assume windows by default, since likely most frequent, even for cases where
                         // platform is "unknown". I've noticed Opera reports 'unknown' :(
-                        $recommendedFile=$eclipse_file_win32_win32_x86;
+                        $recommendedFile=$eclipse_file_win32_win32_x86_64;
                         if (strcmp($usersPlatform,"linux")== 0) {
-                            $recommendedFile=$eclipse_file_linux_gtk_x86;
+                            $recommendedFile=$eclipse_file_linux_gtk_x86_64;
                         } else if (strcmp($usersPlatform,"mac") == 0) {
-                            $recommendedFile=$eclipse_file_macosx_carbon_ppc;
+                            $recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
                         }
 
                         echo "<td align=\"right\">";
diff --git a/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php
index a81d678..3699c28 100644
--- a/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php
+++ b/releng.wtpbuilder/distribution/dali.site/templateFiles/index.html.template.php
@@ -307,7 +307,7 @@
                                         } else {
 
                                              // we may really be pending (tests still running) or maybe they failed in unexpted way?.
-                                             echo "<br /><font color=\"orange\">Unit tests ae pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
+                                             echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
 
                                         }
                                    }
diff --git a/releng.wtpbuilder/distribution/jsdt.site/templateFiles/displayPrereqs.php b/releng.wtpbuilder/distribution/jsdt.site/templateFiles/displayPrereqs.php
index e326290..46cbf43 100644
--- a/releng.wtpbuilder/distribution/jsdt.site/templateFiles/displayPrereqs.php
+++ b/releng.wtpbuilder/distribution/jsdt.site/templateFiles/displayPrereqs.php
@@ -50,11 +50,11 @@
                         $usersPlatform = getPlatform();
                         // assume windows by default, since likely most frequent, even for cases where
                         // platform is "unknown". I've noticed Opera reports 'unknown' :(
-                        $recommendedFile=$eclipse_file_win32_win32_x86;
+                        $recommendedFile=$eclipse_file_win32_win32_x86_64;
                         if (strcmp($usersPlatform,"linux")== 0) {
-                            $recommendedFile=$eclipse_file_linux_gtk_x86;
+                            $recommendedFile=$eclipse_file_linux_gtk_x86_64;
                         } else if (strcmp($usersPlatform,"mac") == 0) {
-                            $recommendedFile=$eclipse_file_macosx_carbon_ppc;
+                            $recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
                         }
 
                         echo "<td align=\"right\">";
@@ -79,11 +79,11 @@
                         $usersPlatform = getPlatform();
                         // assume windows by default, since likely most frequent, even for cases where
                         // platform is "unknown". I've noticed Opera reports 'unknown' :(
-                        $recommendedFile=$eclipse_file_win32_win32_x86;
+                        $recommendedFile=$eclipse_file_win32_win32_x86_64;
                         if (strcmp($usersPlatform,"linux")== 0) {
-                            $recommendedFile=$eclipse_file_linux_gtk_x86;
+                            $recommendedFile=$eclipse_file_linux_gtk_x86_64;
                         } else if (strcmp($usersPlatform,"mac") == 0) {
-                            $recommendedFile=$eclipse_file_macosx_carbon_ppc;
+                            $recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
                         }
 
                         echo "<td align=\"right\">";
diff --git a/releng.wtpbuilder/distribution/jsdt.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/jsdt.site/templateFiles/index.html.template.php
index 93aa1f9..fee0ad9 100644
--- a/releng.wtpbuilder/distribution/jsdt.site/templateFiles/index.html.template.php
+++ b/releng.wtpbuilder/distribution/jsdt.site/templateFiles/index.html.template.php
@@ -306,7 +306,7 @@
                                         } else {
 
                                              // we may really be pending (tests still running) or maybe they failed in unexpted way?.
-                                             echo "<br /><font color=\"orange\">Unit tests ae pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
+                                             echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
 
                                         }
                                    }
diff --git a/releng.wtpbuilder/distribution/patches32x.site/templateFiles/displayPrereqs.php b/releng.wtpbuilder/distribution/patches32x.site/templateFiles/displayPrereqs.php
index fc3f06a..c60cddd 100644
--- a/releng.wtpbuilder/distribution/patches32x.site/templateFiles/displayPrereqs.php
+++ b/releng.wtpbuilder/distribution/patches32x.site/templateFiles/displayPrereqs.php
@@ -50,11 +50,11 @@
                         $usersPlatform = getPlatform();
                         // assume windows by default, since likely most frequent, even for cases where
                         // platform is "unknown". I've noticed Opera reports 'unknown' :(
-                        $recommendedFile=$eclipse_file_win32_win32_x86;
+                        $recommendedFile=$eclipse_file_win32_win32_x86_64;
                         if (strcmp($usersPlatform,"linux")== 0) {
-                            $recommendedFile=$eclipse_file_linux_gtk_x86;
+                            $recommendedFile=$eclipse_file_linux_gtk_x86_64;
                         } else if (strcmp($usersPlatform,"mac") == 0) {
-                            $recommendedFile=$eclipse_file_macosx_carbon_ppc;
+                            $recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
                         }
 
                         echo "<td align=\"right\">";
@@ -79,11 +79,11 @@
                         $usersPlatform = getPlatform();
                         // assume windows by default, since likely most frequent, even for cases where
                         // platform is "unknown". I've noticed Opera reports 'unknown' :(
-                        $recommendedFile=$eclipse_file_win32_win32_x86;
+                        $recommendedFile=$eclipse_file_win32_win32_x86_64;
                         if (strcmp($usersPlatform,"linux")== 0) {
-                            $recommendedFile=$eclipse_file_linux_gtk_x86;
+                            $recommendedFile=$eclipse_file_linux_gtk_x86_64;
                         } else if (strcmp($usersPlatform,"mac") == 0) {
-                            $recommendedFile=$eclipse_file_macosx_carbon_ppc;
+                            $recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
                         }
 
                         echo "<td align=\"right\">";
diff --git a/releng.wtpbuilder/distribution/patches32x.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/patches32x.site/templateFiles/index.html.template.php
index 0d3a3fa..1647e29 100644
--- a/releng.wtpbuilder/distribution/patches32x.site/templateFiles/index.html.template.php
+++ b/releng.wtpbuilder/distribution/patches32x.site/templateFiles/index.html.template.php
@@ -310,7 +310,7 @@
                                         } else {
 
                                              // we may really be pending (tests still running) or maybe they failed in unexpted way?.
-                                             echo "<br /><font color=\"orange\">Unit tests ae pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
+                                             echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
 
                                         }
                                    }
diff --git a/releng.wtpbuilder/distribution/wtp.site/templateFiles/displayPrereqs.php b/releng.wtpbuilder/distribution/wtp.site/templateFiles/displayPrereqs.php
index fc3f06a..c60cddd 100644
--- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/displayPrereqs.php
+++ b/releng.wtpbuilder/distribution/wtp.site/templateFiles/displayPrereqs.php
@@ -50,11 +50,11 @@
                         $usersPlatform = getPlatform();
                         // assume windows by default, since likely most frequent, even for cases where
                         // platform is "unknown". I've noticed Opera reports 'unknown' :(
-                        $recommendedFile=$eclipse_file_win32_win32_x86;
+                        $recommendedFile=$eclipse_file_win32_win32_x86_64;
                         if (strcmp($usersPlatform,"linux")== 0) {
-                            $recommendedFile=$eclipse_file_linux_gtk_x86;
+                            $recommendedFile=$eclipse_file_linux_gtk_x86_64;
                         } else if (strcmp($usersPlatform,"mac") == 0) {
-                            $recommendedFile=$eclipse_file_macosx_carbon_ppc;
+                            $recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
                         }
 
                         echo "<td align=\"right\">";
@@ -79,11 +79,11 @@
                         $usersPlatform = getPlatform();
                         // assume windows by default, since likely most frequent, even for cases where
                         // platform is "unknown". I've noticed Opera reports 'unknown' :(
-                        $recommendedFile=$eclipse_file_win32_win32_x86;
+                        $recommendedFile=$eclipse_file_win32_win32_x86_64;
                         if (strcmp($usersPlatform,"linux")== 0) {
-                            $recommendedFile=$eclipse_file_linux_gtk_x86;
+                            $recommendedFile=$eclipse_file_linux_gtk_x86_64;
                         } else if (strcmp($usersPlatform,"mac") == 0) {
-                            $recommendedFile=$eclipse_file_macosx_carbon_ppc;
+                            $recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
                         }
 
                         echo "<td align=\"right\">";
diff --git a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php
index 0d3a3fa..1647e29 100644
--- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php
+++ b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php
@@ -310,7 +310,7 @@
                                         } else {
 
                                              // we may really be pending (tests still running) or maybe they failed in unexpted way?.
-                                             echo "<br /><font color=\"orange\">Unit tests ae pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
+                                             echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
 
                                         }
                                    }
diff --git a/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/displayPrereqs.php b/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/displayPrereqs.php
index c95b70a..a587e38 100644
--- a/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/displayPrereqs.php
+++ b/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/displayPrereqs.php
@@ -50,11 +50,11 @@
                         $usersPlatform = getPlatform();
                         // assume windows by default, since likely most frequent, even for cases where
                         // platform is "unknown". I've noticed Opera reports 'unknown' :(
-                        $recommendedFile=$eclipse_file_win32_win32_x86;
+                        $recommendedFile=$eclipse_file_win32_win32_x86_64;
                         if (strcmp($usersPlatform,"linux")== 0) {
-                            $recommendedFile=$eclipse_file_linux_gtk_x86;
+                            $recommendedFile=$eclipse_file_linux_gtk_x86_64;
                         } else if (strcmp($usersPlatform,"mac") == 0) {
-                            $recommendedFile=$eclipse_file_macosx_carbon_ppc;
+                            $recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
                         }
 
                         echo "<td align=\"right\">";
@@ -79,11 +79,11 @@
                         $usersPlatform = getPlatform();
                         // assume windows by default, since likely most frequent, even for cases where
                         // platform is "unknown". I've noticed Opera reports 'unknown' :(
-                        $recommendedFile=$eclipse_file_win32_win32_x86;
+                        $recommendedFile=$eclipse_file_win32_win32_x86_64;
                         if (strcmp($usersPlatform,"linux")== 0) {
-                            $recommendedFile=$eclipse_file_linux_gtk_x86;
+                            $recommendedFile=$eclipse_file_linux_gtk_x86_64;
                         } else if (strcmp($usersPlatform,"mac") == 0) {
-                            $recommendedFile=$eclipse_file_macosx_carbon_ppc;
+                            $recommendedFile=$eclipse_file_macosx_cocoa_x86_64;
                         }
 
                         echo "<td align=\"right\">";
@@ -110,11 +110,11 @@
                         $usersPlatform = getPlatform();
                         // assume windows by default, since likely most frequent, even for cases where
                         // platform is "unknown". I've noticed Opera reports 'unknown' :(
-                        $recommendedFile=$e4x_file_win32_win32_x86;
+                        $recommendedFile=$e4x_file_win32_win32_x86_64;
                         if (strcmp($usersPlatform,"linux")== 0) {
-                            $recommendedFile=$e4x_eclipse_file_linux_gtk_x86;
+                            $recommendedFile=$e4x_eclipse_file_linux_gtk_x86_64;
                         } else if (strcmp($usersPlatform,"mac") == 0) {
-                            $recommendedFile=$e4x_eclipse_file_macosx_carbon_ppc;
+                            $recommendedFile=$e4x_eclipse_file_macosx_cocoa_x86_64;
                         }
                     
                         echo "<td align=\"right\">";
diff --git a/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/index.html.template.php
index 3a6821f..6ff2023 100644
--- a/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/index.html.template.php
+++ b/releng.wtpbuilder/distribution/wtp4x.site/templateFiles/index.html.template.php
@@ -309,7 +309,7 @@
                                         } else {
 
                                              // we may really be pending (tests still running) or maybe they failed in unexpted way?.
-                                             echo "<br /><font color=\"orange\">Unit tests ae pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
+                                             echo "<br /><font color=\"orange\">Unit tests are pending, or otherwise don't exists, or there is an unanticipated build error.</font>";
 
                                         }
                                    }