Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
ccd73670
Commit
ccd73670
authored
17 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
updated for downloads from build machine
parent
bec2ec5f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
downloadsites/webtools/committers/index.php
+17
-62
17 additions, 62 deletions
downloadsites/webtools/committers/index.php
with
17 additions
and
62 deletions
downloadsites/webtools/committers/index.php
+
17
−
62
View file @
ccd73670
...
...
@@ -3,70 +3,25 @@ echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?> \n" ;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<?php
include
'pagePropertyVariables.php'
;
?>
<link
rel=
"stylesheet"
href=
"http://dev.eclipse.org/default_style.css"
/>
<link
rel=
"stylesheet"
href=
"../commonPages/wtpDropStyle.css"
/>
<title>
<?php
echo
$pageTitle
;
?>
</title>
<link
rel=
"stylesheet"
href=
"http://dev.eclipse.org/default_style.css"
/>
<link
rel=
"stylesheet"
href=
"../commonPages/wtpDropStyle.css"
/>
<title>
Committers Download Page has Moved
</title>
<meta
http-equiv=
"content-type"
content=
"text/html;charset=iso-8859-1"
/>
<meta
http-equiv=
"refresh"
content=
"30; URL=http://build.eclipse.org/webtools/committers/"
/>
</head>
<body>
<?php
// tiny banner to remind when looking at "local" machine results
$serverName
=
$_SERVER
[
"SERVER_NAME"
];
if
(
!
stristr
(
$serverName
,
"eclipse.org"
)
&&
!
stristr
(
$serverName
,
"you.are.at.eclipsecon.org"
))
{
echo
'<center>
<p>
Reminder: this is <font color="#FF0000">'
.
$serverName
.
'</font>
See also
<a href="http://download.eclipse.org/webtools/downloads" target="_top">
the live public Eclipse site
</a>.
</p>
<hr />
</center>'
;
}
if
(
function_exists
(
"date_default_timezone_set"
))
{
date_default_timezone_set
(
"UTC"
);
//echo "<p>default timezone: ";
//echo date_default_timezone_get();
//echo "</p>";
}
?>
<?php
ini_set
(
"display_errors"
,
"true"
);
error_reporting
(
E_ALL
);
?>
<?php
$QString
=
$_SERVER
[
'QUERY_STRING'
];
$C
=
strcmp
(
$QString
,
"test"
);
?>
<?php
include
'buildbranches.php'
;
include
'../commonPages/topAndInit.php'
;
include
'../commonPages/latestBuilds.php'
;
include
'../commonPages/recentHistory.php'
;
include
'../commonPages/bottomAndFooter.php'
;
?>
<p>
The
<a
href=
"http://build.eclipse.org/webtools/committers/"
>
Committers continuous builds download page
</a>
has moved.
</p>
<p>
Please update your book marks and report broken links. You should automatically be redirected to the
<a
href=
"http://build.eclipse.org/webtools/committers/"
>
new page
</a>
in a few seconds.
</p>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment