Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-11-23 19:29:02 +0000
committerDavid Williams2014-11-23 19:29:02 +0000
commit0fdf8222a8fb8c253d8196358953b2531e412038 (patch)
tree81a253a4589b31f8b88b23aed8dea60102865c76 /production/testScripts/genTestIndexes.xml
parent2d0c0d07ed94f9eb20d20be8a8d306798217af32 (diff)
downloadeclipse.platform.releng.aggregator-0fdf8222a8fb8c253d8196358953b2531e412038.tar.gz
eclipse.platform.releng.aggregator-0fdf8222a8fb8c253d8196358953b2531e412038.tar.xz
eclipse.platform.releng.aggregator-0fdf8222a8fb8c253d8196358953b2531e412038.zip
[releng] formatting
Diffstat (limited to 'production/testScripts/genTestIndexes.xml')
-rw-r--r--production/testScripts/genTestIndexes.xml44
1 files changed, 23 insertions, 21 deletions
diff --git a/production/testScripts/genTestIndexes.xml b/production/testScripts/genTestIndexes.xml
index d3349312e..536e5dd65 100644
--- a/production/testScripts/genTestIndexes.xml
+++ b/production/testScripts/genTestIndexes.xml
@@ -14,7 +14,7 @@
<property
name="isBuildTested"
value="true" />
-
+
<script language="javascript">
<![CDATA[
var buildId = project.getProperty("buildId");
@@ -53,9 +53,9 @@
<condition
property="hrefTestResultsTargetPath"
value="baselineAlt">
- <contains
- string="${job}"
- substring="-baselineAlt" />
+ <contains
+ string="${job}"
+ substring="-baselineAlt" />
</condition>
<condition
property="hrefTestResultsTargetPath"
@@ -72,13 +72,13 @@
string="${job}"
substring="-perf-" />
</condition>
-
+
<condition
property="testResultsHtmlFileName"
value="baselineAlt.php">
- <contains
- string="${job}"
- substring="-baselineAlt" />
+ <contains
+ string="${job}"
+ substring="-baselineAlt" />
</condition>
<condition
property="testResultsHtmlFileName"
@@ -103,33 +103,33 @@
<condition
property="testTemplate"
value="perfBaselineAltResults.php.template">
- <contains
- string="${job}"
- substring="-baselineAlt" />
+ <contains
+ string="${job}"
+ substring="-baselineAlt" />
</condition>
<condition
property="testTemplate"
value="perfBaselineResults.php.template">
- <contains
- string="${job}"
- substring="-baseline" />
+ <contains
+ string="${job}"
+ substring="-baseline" />
</condition>
<condition
property="testTemplate"
value="performance.php.template"
else="testResults.php.template">
- <contains
- string="${job}"
- substring="-perf-" />
+ <contains
+ string="${job}"
+ substring="-perf-" />
</condition>
<condition
property="testManifestFileName"
value="${publishingContent}/performanceTestManifest.xml"
else="${publishingContent}/testManifest.xml">
- <contains
- string="${job}"
- substring="-perf-" />
+ <contains
+ string="${job}"
+ substring="-perf-" />
</condition>
<echo message="= = Properties in genTestIndexes.xml, init = = " />
@@ -240,7 +240,9 @@
depends="init">
- <fail unless="buildType" message="buildType should have been defined by now" />
+ <fail
+ unless="buildType"
+ message="buildType should have been defined by now" />
<!--regenerate the index page with links to test results -->
<ant

Back to the top