Skip to content
Snippets Groups Projects
Commit 6ee19429 authored by david_williams's avatar david_williams
Browse files

prep for build machine downloads

parent 29d12190
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 11 deletions
...@@ -84,7 +84,7 @@ function computeMainData($buildBranches, $debugScript) ...@@ -84,7 +84,7 @@ function computeMainData($buildBranches, $debugScript)
$artifactTimeStamp = $anEntryLine[1]."/"; $artifactTimeStamp = $anEntryLine[1]."/";
$entryParts = explode("-", $anEntryLine[2]); $entryParts = explode("-", $anEntryLine[2]);
if (count($entryParts) == 3) { if (count($entryParts) == 3) {
include '../processDropDirectory.php'; include '../commonPages/processDropDirectory.php';
} }
} }
} }
......
...@@ -10,7 +10,7 @@ include 'pagePropertyVariables.php'; ...@@ -10,7 +10,7 @@ include 'pagePropertyVariables.php';
?> ?>
<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" /> <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" />
<link rel="stylesheet" href="../wtpDropStyle.css" /> <link rel="stylesheet" href="../commonPages/wtpDropStyle.css" />
<title><?php echo $pageTitle; ?></title> <title><?php echo $pageTitle; ?></title>
</head> </head>
<body> <body>
...@@ -61,10 +61,10 @@ $C = strcmp($QString, "test"); ...@@ -61,10 +61,10 @@ $C = strcmp($QString, "test");
<?php <?php
include 'buildbranches.php'; include 'buildbranches.php';
include 'computeMainData.php'; include 'computeMainData.php';
include '../topAndInit.php'; include '../commonPages/topAndInit.php';
include '../latestBuilds.php'; include '../commonPages/latestBuilds.php';
include '../recentHistory.php'; include '../commonPages/recentHistory.php';
include '../bottomAndFooter.php'; include '../commonPages/bottomAndFooter.php';
?> ?>
......
...@@ -10,7 +10,7 @@ include 'pagePropertyVariables.php'; ...@@ -10,7 +10,7 @@ include 'pagePropertyVariables.php';
?> ?>
<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" /> <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" />
<link rel="stylesheet" href="../wtpDropStyle.css" /> <link rel="stylesheet" href="../commonPages/wtpDropStyle.css" />
<title><?php echo $pageTitle; ?></title> <title><?php echo $pageTitle; ?></title>
</head> </head>
<body> <body>
...@@ -60,10 +60,10 @@ $C = strcmp($QString, "test"); ...@@ -60,10 +60,10 @@ $C = strcmp($QString, "test");
<?php <?php
include 'buildbranches.php'; include 'buildbranches.php';
include '../topAndInit.php'; include '../commonPages/topAndInit.php';
include '../latestBuilds.php'; include '../commonPages/latestBuilds.php';
include '../recentHistory.php'; include '../commonPages/recentHistory.php';
include '../bottomAndFooter.php'; include '../commonPages/bottomAndFooter.php';
?> ?>
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment