Bug 321124 -  update build scripts to point to new perf database machine and cvs test machine
diff --git a/bundles/org.eclipse.test.performance.ui/html/preferences.html b/bundles/org.eclipse.test.performance.ui/html/preferences.html
index 61c6858..ead8fd6 100644
--- a/bundles/org.eclipse.test.performance.ui/html/preferences.html
+++ b/bundles/org.eclipse.test.performance.ui/html/preferences.html
@@ -22,7 +22,7 @@
 users might not have enough rights to access it. However, users having these
 rights may want to look at the database contents and update the local data files
 with it. Hence, it is possible to configure the tool to connect to a database
-which may be either local or on the releng server (<code><b>trelenggtk</b></code>).
+which may be either local or on the releng server (<code><b>minsky</b></code>).
 </p>
 
 <h2>Milestones</h2>
diff --git a/bundles/org.eclipse.test.performance.ui/readme.html b/bundles/org.eclipse.test.performance.ui/readme.html
index e72c2ac..f4cb0cc 100644
--- a/bundles/org.eclipse.test.performance.ui/readme.html
+++ b/bundles/org.eclipse.test.performance.ui/readme.html
@@ -41,12 +41,12 @@
 (HEAD should be fine).</li><li>Create a Cloudscape or derby plug-in as described 
 <A HREF="http://dev.eclipse.org/viewcvs/index.cgi/*checkout*/org.eclipse.test.performance/doc/Performance%20Tests%20HowTo.html?rev=HEAD&content-type=text/html#cloudscape">here</A>.</li><li>Set 
 the environment variable &quot;dbloc&quot; to the location of the database containing 
-the performance data<br> For example:<br> <ul> <li> export dbloc=net://trelenggtk.ottawa.ibm.com 
-(Linux)</li><li>set dbloc==net://trelenggtk.ottawa.ibm.com (Windows)<br> </li></ul></li></ul><p><b>Running 
+the performance data<br> For example:<br> <ul> <li> export dbloc=net://minsky.ottawa.ibm.com 
+(Linux)</li><li>set dbloc==net://minsky.ottawa.ibm.com (Windows)<br> </li></ul></li></ul><p><b>Running 
 the program</b></p><p>From a terminal or dos prompt,<br> </p><OL><LI>Set the environment 
 variable &quot;dbloc&quot; to the location of the database containing the performance 
-data<BR> For example:<UL><LI>export dbloc=net://trelenggtk.ottawa.ibm.com (Linux)</LI><LI>set 
-dbloc==net://trelenggtk.ottawa.ibm.com (Windows)<BR><BR></LI></UL></LI><LI>cd 
+data<BR> For example:<UL><LI>export dbloc=net://minsky.ottawa.ibm.com (Linux)</LI><LI>set 
+dbloc==net://minsky.ottawa.ibm.com (Windows)<BR><BR></LI></UL></LI><LI>cd 
 to org.eclipse.releng.basebuilder\plugins\org.eclipse.test.performance.ui\scripts<BR></LI><LI>If 
 running on Linux, execute &quot;chmod 755 genresults&quot;</LI><LI>Execute the 
 following command:<b><br> <br> genresults -baseline &lt;baseline build id&gt; 
diff --git a/bundles/org.eclipse.test.performance.ui/scripts/genresults b/bundles/org.eclipse.test.performance.ui/scripts/genresults
index abe595d..8dfb7de 100644
--- a/bundles/org.eclipse.test.performance.ui/scripts/genresults
+++ b/bundles/org.eclipse.test.performance.ui/scripts/genresults
@@ -1,6 +1,6 @@
 # !/bin/sh
 
-#export dbloc=net://trelenggtk.ottawa.ibm.com
+#export dbloc=net://minsky.ottawa.ibm.com
 #required when running on Linux Motif
 export LD_LIBRARY_PATH=./../../..
 
diff --git a/bundles/org.eclipse.test.performance.ui/scripts/genresults.bat b/bundles/org.eclipse.test.performance.ui/scripts/genresults.bat
index a4dc454..fcc1b37 100644
--- a/bundles/org.eclipse.test.performance.ui/scripts/genresults.bat
+++ b/bundles/org.eclipse.test.performance.ui/scripts/genresults.bat
@@ -1,6 +1,6 @@
 @echo off
 
-REM set dbloc=net://trelenggtk.ottawa.ibm.com
+REM set dbloc=net://minsky.ottawa.ibm.com
 
 java -Declipse.perf.dbloc=%dbloc% -jar .\..\..\..\plugins\org.eclipse.equinox.launcher.jar -application org.eclipse.test.performance.ui.resultGenerator %*
 
diff --git a/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/IPerformancesConstants.java b/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/IPerformancesConstants.java
index 7c15295..f04d5b8 100644
--- a/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/IPerformancesConstants.java
+++ b/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/IPerformancesConstants.java
@@ -48,7 +48,7 @@
 
 	// Default values
 	public static final String DATABASE_NAME_PREFIX = "perfDb";
-	public static final String NETWORK_DATABASE_LOCATION = "net://trelenggtk.ottawa.ibm.com:1528";
+	public static final String NETWORK_DATABASE_LOCATION = "net://minsky.ottawa.ibm.com:1528";
 	public static final int DEFAULT_ECLIPSE_VERSION = ECLIPSE_DEVELOPMENT_VERSION;
 	public static final boolean DEFAULT_FILTER_ADVANCED_SCENARIOS = true;
 	public static final boolean DEFAULT_FILTER_OLD_BUILDS = false;