Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/perfTestConfigs.php')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/perfTestConfigs.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/perfTestConfigs.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/perfTestConfigs.php
deleted file mode 100644
index 9fef4cf9e..000000000
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/perfTestConfigs.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-// This file is "static" for now, and, at first, before any tests processed.
-// Eventually will be overwritten by "generate indexes" tools. (In theory,
-// The order might change. It is intended a s place holder so that pages look
-// more consistent. May change in future -- say, to have a simple "pending" message.
-// Best to have a consistent order, which is currently alphabetical.
-// See https://bugs.eclipse.org/bugs/show_bug.cgi?id=490624
-
-include("buildproperties.php");
-
-$expectedTestConfigs = array();
-$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-perf-lin64_linux.gtk.x86_64_8.0";
-

Back to the top