Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-02 23:33:55 +0000
committerDavid Williams2016-04-02 23:33:55 +0000
commit0d3683c7cf64dc59d0697c44c6d396b109952cb1 (patch)
tree8be643a4d9e719bb34edf6ac137d8c334384dc5c /production/testScripts/genTestIndexes.xml
parenteefe5ea58418f31dea29075bde83f99e88ce4066 (diff)
downloadeclipse.platform.releng.aggregator-0d3683c7cf64dc59d0697c44c6d396b109952cb1.tar.gz
eclipse.platform.releng.aggregator-0d3683c7cf64dc59d0697c44c6d396b109952cb1.tar.xz
eclipse.platform.releng.aggregator-0d3683c7cf64dc59d0697c44c6d396b109952cb1.zip
Bug 490960 - Rename X.php.template files to X.template.php files.
Diffstat (limited to 'production/testScripts/genTestIndexes.xml')
-rw-r--r--production/testScripts/genTestIndexes.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/production/testScripts/genTestIndexes.xml b/production/testScripts/genTestIndexes.xml
index bdb1da5b9..15fd575f1 100644
--- a/production/testScripts/genTestIndexes.xml
+++ b/production/testScripts/genTestIndexes.xml
@@ -102,22 +102,22 @@
-->
<condition
property="testTemplate"
- value="perfBaselineAltResults.php.template">
+ value="perfBaselineAltResults.template.php">
<contains
string="${job}"
substring="-baselineAlt" />
</condition>
<condition
property="testTemplate"
- value="perfBaselineResults.php.template">
+ value="perfBaselineResults.template.php">
<contains
string="${job}"
substring="-baseline" />
</condition>
<condition
property="testTemplate"
- value="performance.php.template"
- else="testResults.php.template">
+ value="performance.template.php"
+ else="testResults.template.php">
<contains
string="${job}"
substring="-perf-" />
@@ -220,7 +220,7 @@
value="${publishingContent}/templateFiles/${testTemplate}" />
<property
name="dropTemplateFileName"
- value="${publishingContent}/templateFiles/index.php.template" />
+ value="${publishingContent}/templateFiles/index.template.php" />
<fail
unless="testManifestFileName"
@@ -263,7 +263,7 @@
value="index.php" />
<property
name="dropTemplateFileName"
- value="${publishingContent}/templateFiles/index.php.template" />
+ value="${publishingContent}/templateFiles/index.template.php" />
<property
name="testManifestFileName"
value="${publishingContent}/testManifest.xml" />

Back to the top