From 6ee19429a40b979f87a8ea8894d9a6d184e632d9 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Mon, 7 Jan 2008 19:24:41 +0000 Subject: [PATCH] prep for build machine downloads --- .../webtools/artifacts/computeMainData.php | 2 +- downloadsites/webtools/artifacts/index.php | 10 +++++----- downloadsites/webtools/committers/index.php | 10 +++++----- downloadsites/webtools/{ => commonPages}/README.txt | 0 .../webtools/{ => commonPages}/access_err.gif | Bin .../webtools/{ => commonPages}/access_warn.gif | Bin .../webtools/{ => commonPages}/api_err.gif | Bin .../webtools/{ => commonPages}/api_junit.gif | Bin .../webtools/{ => commonPages}/api_removed.gif | Bin .../webtools/{ => commonPages}/bottomAndFooter.php | 0 .../{ => commonPages}/compileLogSumaryXML.php | 0 .../webtools/{ => commonPages}/compile_err.gif | Bin .../webtools/{ => commonPages}/compile_warn.gif | Bin .../webtools/{ => commonPages}/computeMainData.php | 0 .../{ => commonPages}/displayBuildMachine.php | 0 .../webtools/{ => commonPages}/getFreshFromCVS.sh | 0 .../{ => commonPages}/handleSummaryResults.php | 0 downloadsites/webtools/{ => commonPages}/index.php | 0 .../webtools/{ => commonPages}/junit_err.gif | Bin .../webtools/{ => commonPages}/latestBuilds.php | 0 .../webtools/{ => commonPages}/parse2Handling.php | 0 .../webtools/{ => commonPages}/parseHandling.php | 0 .../webtools/{ => commonPages}/parseProperties.php | 0 .../webtools/{ => commonPages}/pending.gif | Bin .../webtools/{ => commonPages}/pending1.gif | Bin .../{ => commonPages}/processDropDirectory.php | 0 .../webtools/{ => commonPages}/recentHistory.php | 0 .../webtools/{ => commonPages}/report2.php | 0 .../webtools/{ => commonPages}/topAndInit.php | 0 .../webtools/{ => commonPages}/wtpDropStyle.css | 0 .../webtools/{ => commonPages}/wtplogonarrow.jpg | Bin .../webtools/{ => commonPages}/wtplogosmall.jpg | Bin downloadsites/webtools/downloads/index.php | 10 +++++----- downloadsites/webtools/patches/index.php | 10 +++++----- 34 files changed, 21 insertions(+), 21 deletions(-) rename downloadsites/webtools/{ => commonPages}/README.txt (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/access_err.gif (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/access_warn.gif (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/api_err.gif (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/api_junit.gif (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/api_removed.gif (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/bottomAndFooter.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/compileLogSumaryXML.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/compile_err.gif (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/compile_warn.gif (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/computeMainData.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/displayBuildMachine.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/getFreshFromCVS.sh (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/handleSummaryResults.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/index.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/junit_err.gif (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/latestBuilds.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/parse2Handling.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/parseHandling.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/parseProperties.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/pending.gif (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/pending1.gif (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/processDropDirectory.php (100%) rename downloadsites/webtools/{ => commonPages}/recentHistory.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/report2.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/topAndInit.php (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/wtpDropStyle.css (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/wtplogonarrow.jpg (100%) mode change 100644 => 100755 rename downloadsites/webtools/{ => commonPages}/wtplogosmall.jpg (100%) mode change 100644 => 100755 diff --git a/downloadsites/webtools/artifacts/computeMainData.php b/downloadsites/webtools/artifacts/computeMainData.php index 9aa73833d..49ff9918e 100755 --- a/downloadsites/webtools/artifacts/computeMainData.php +++ b/downloadsites/webtools/artifacts/computeMainData.php @@ -84,7 +84,7 @@ function computeMainData($buildBranches, $debugScript) $artifactTimeStamp = $anEntryLine[1]."/"; $entryParts = explode("-", $anEntryLine[2]); if (count($entryParts) == 3) { - include '../processDropDirectory.php'; + include '../commonPages/processDropDirectory.php'; } } } diff --git a/downloadsites/webtools/artifacts/index.php b/downloadsites/webtools/artifacts/index.php index 515e00c0f..7307c497d 100644 --- a/downloadsites/webtools/artifacts/index.php +++ b/downloadsites/webtools/artifacts/index.php @@ -10,7 +10,7 @@ include 'pagePropertyVariables.php'; ?> <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> </head> <body> @@ -61,10 +61,10 @@ $C = strcmp($QString, "test"); <?php include 'buildbranches.php'; include 'computeMainData.php'; -include '../topAndInit.php'; -include '../latestBuilds.php'; -include '../recentHistory.php'; -include '../bottomAndFooter.php'; +include '../commonPages/topAndInit.php'; +include '../commonPages/latestBuilds.php'; +include '../commonPages/recentHistory.php'; +include '../commonPages/bottomAndFooter.php'; ?> diff --git a/downloadsites/webtools/committers/index.php b/downloadsites/webtools/committers/index.php index 0096cdaed..76679022a 100644 --- a/downloadsites/webtools/committers/index.php +++ b/downloadsites/webtools/committers/index.php @@ -10,7 +10,7 @@ include 'pagePropertyVariables.php'; ?> <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> </head> <body> @@ -60,10 +60,10 @@ $C = strcmp($QString, "test"); <?php include 'buildbranches.php'; -include '../topAndInit.php'; -include '../latestBuilds.php'; -include '../recentHistory.php'; -include '../bottomAndFooter.php'; +include '../commonPages/topAndInit.php'; +include '../commonPages/latestBuilds.php'; +include '../commonPages/recentHistory.php'; +include '../commonPages/bottomAndFooter.php'; ?> diff --git a/downloadsites/webtools/README.txt b/downloadsites/webtools/commonPages/README.txt old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/README.txt rename to downloadsites/webtools/commonPages/README.txt diff --git a/downloadsites/webtools/access_err.gif b/downloadsites/webtools/commonPages/access_err.gif old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/access_err.gif rename to downloadsites/webtools/commonPages/access_err.gif diff --git a/downloadsites/webtools/access_warn.gif b/downloadsites/webtools/commonPages/access_warn.gif old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/access_warn.gif rename to downloadsites/webtools/commonPages/access_warn.gif diff --git a/downloadsites/webtools/api_err.gif b/downloadsites/webtools/commonPages/api_err.gif old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/api_err.gif rename to downloadsites/webtools/commonPages/api_err.gif diff --git a/downloadsites/webtools/api_junit.gif b/downloadsites/webtools/commonPages/api_junit.gif old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/api_junit.gif rename to downloadsites/webtools/commonPages/api_junit.gif diff --git a/downloadsites/webtools/api_removed.gif b/downloadsites/webtools/commonPages/api_removed.gif old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/api_removed.gif rename to downloadsites/webtools/commonPages/api_removed.gif diff --git a/downloadsites/webtools/bottomAndFooter.php b/downloadsites/webtools/commonPages/bottomAndFooter.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/bottomAndFooter.php rename to downloadsites/webtools/commonPages/bottomAndFooter.php diff --git a/downloadsites/webtools/compileLogSumaryXML.php b/downloadsites/webtools/commonPages/compileLogSumaryXML.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/compileLogSumaryXML.php rename to downloadsites/webtools/commonPages/compileLogSumaryXML.php diff --git a/downloadsites/webtools/compile_err.gif b/downloadsites/webtools/commonPages/compile_err.gif old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/compile_err.gif rename to downloadsites/webtools/commonPages/compile_err.gif diff --git a/downloadsites/webtools/compile_warn.gif b/downloadsites/webtools/commonPages/compile_warn.gif old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/compile_warn.gif rename to downloadsites/webtools/commonPages/compile_warn.gif diff --git a/downloadsites/webtools/computeMainData.php b/downloadsites/webtools/commonPages/computeMainData.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/computeMainData.php rename to downloadsites/webtools/commonPages/computeMainData.php diff --git a/downloadsites/webtools/displayBuildMachine.php b/downloadsites/webtools/commonPages/displayBuildMachine.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/displayBuildMachine.php rename to downloadsites/webtools/commonPages/displayBuildMachine.php diff --git a/downloadsites/webtools/getFreshFromCVS.sh b/downloadsites/webtools/commonPages/getFreshFromCVS.sh old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/getFreshFromCVS.sh rename to downloadsites/webtools/commonPages/getFreshFromCVS.sh diff --git a/downloadsites/webtools/handleSummaryResults.php b/downloadsites/webtools/commonPages/handleSummaryResults.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/handleSummaryResults.php rename to downloadsites/webtools/commonPages/handleSummaryResults.php diff --git a/downloadsites/webtools/index.php b/downloadsites/webtools/commonPages/index.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/index.php rename to downloadsites/webtools/commonPages/index.php diff --git a/downloadsites/webtools/junit_err.gif b/downloadsites/webtools/commonPages/junit_err.gif old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/junit_err.gif rename to downloadsites/webtools/commonPages/junit_err.gif diff --git a/downloadsites/webtools/latestBuilds.php b/downloadsites/webtools/commonPages/latestBuilds.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/latestBuilds.php rename to downloadsites/webtools/commonPages/latestBuilds.php diff --git a/downloadsites/webtools/parse2Handling.php b/downloadsites/webtools/commonPages/parse2Handling.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/parse2Handling.php rename to downloadsites/webtools/commonPages/parse2Handling.php diff --git a/downloadsites/webtools/parseHandling.php b/downloadsites/webtools/commonPages/parseHandling.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/parseHandling.php rename to downloadsites/webtools/commonPages/parseHandling.php diff --git a/downloadsites/webtools/parseProperties.php b/downloadsites/webtools/commonPages/parseProperties.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/parseProperties.php rename to downloadsites/webtools/commonPages/parseProperties.php diff --git a/downloadsites/webtools/pending.gif b/downloadsites/webtools/commonPages/pending.gif old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/pending.gif rename to downloadsites/webtools/commonPages/pending.gif diff --git a/downloadsites/webtools/pending1.gif b/downloadsites/webtools/commonPages/pending1.gif old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/pending1.gif rename to downloadsites/webtools/commonPages/pending1.gif diff --git a/downloadsites/webtools/processDropDirectory.php b/downloadsites/webtools/commonPages/processDropDirectory.php similarity index 100% rename from downloadsites/webtools/processDropDirectory.php rename to downloadsites/webtools/commonPages/processDropDirectory.php diff --git a/downloadsites/webtools/recentHistory.php b/downloadsites/webtools/commonPages/recentHistory.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/recentHistory.php rename to downloadsites/webtools/commonPages/recentHistory.php diff --git a/downloadsites/webtools/report2.php b/downloadsites/webtools/commonPages/report2.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/report2.php rename to downloadsites/webtools/commonPages/report2.php diff --git a/downloadsites/webtools/topAndInit.php b/downloadsites/webtools/commonPages/topAndInit.php old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/topAndInit.php rename to downloadsites/webtools/commonPages/topAndInit.php diff --git a/downloadsites/webtools/wtpDropStyle.css b/downloadsites/webtools/commonPages/wtpDropStyle.css old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/wtpDropStyle.css rename to downloadsites/webtools/commonPages/wtpDropStyle.css diff --git a/downloadsites/webtools/wtplogonarrow.jpg b/downloadsites/webtools/commonPages/wtplogonarrow.jpg old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/wtplogonarrow.jpg rename to downloadsites/webtools/commonPages/wtplogonarrow.jpg diff --git a/downloadsites/webtools/wtplogosmall.jpg b/downloadsites/webtools/commonPages/wtplogosmall.jpg old mode 100644 new mode 100755 similarity index 100% rename from downloadsites/webtools/wtplogosmall.jpg rename to downloadsites/webtools/commonPages/wtplogosmall.jpg diff --git a/downloadsites/webtools/downloads/index.php b/downloadsites/webtools/downloads/index.php index 0096cdaed..76679022a 100644 --- a/downloadsites/webtools/downloads/index.php +++ b/downloadsites/webtools/downloads/index.php @@ -10,7 +10,7 @@ include 'pagePropertyVariables.php'; ?> <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> </head> <body> @@ -60,10 +60,10 @@ $C = strcmp($QString, "test"); <?php include 'buildbranches.php'; -include '../topAndInit.php'; -include '../latestBuilds.php'; -include '../recentHistory.php'; -include '../bottomAndFooter.php'; +include '../commonPages/topAndInit.php'; +include '../commonPages/latestBuilds.php'; +include '../commonPages/recentHistory.php'; +include '../commonPages/bottomAndFooter.php'; ?> diff --git a/downloadsites/webtools/patches/index.php b/downloadsites/webtools/patches/index.php index cc824ab6f..6f6286263 100644 --- a/downloadsites/webtools/patches/index.php +++ b/downloadsites/webtools/patches/index.php @@ -10,7 +10,7 @@ include 'pagePropertyVariables.php'; ?> <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> </head> <body> @@ -59,10 +59,10 @@ $C = strcmp($QString, "test"); <?php -include '../topAndInit.php'; -//include '../latestBuilds.php'; -include '../recentHistory.php'; -include '../bottomAndFooter.php'; +include '../commonPages/topAndInit.php'; +//include '../commonPages/latestBuilds.php'; +include '../commonPages/recentHistory.php'; +include '../commonPages/bottomAndFooter.php'; ?> -- GitLab