diff options
| author | Christopher Guindon | 2015-10-16 15:37:00 +0000 |
|---|---|---|
| committer | Denis Roy | 2015-11-03 15:44:12 +0000 |
| commit | 56337a57444c87f51b08b1c24523c59b32d9db56 (patch) | |
| tree | 7cebad760afe01358a9b63d3127ecde8ea235f5d | |
| parent | b53fe45a3619119866f40c7eb27db6585a40d90a (diff) | |
| download | downloads-56337a57444c87f51b08b1c24523c59b32d9db56.tar.gz downloads-56337a57444c87f51b08b1c24523c59b32d9db56.tar.xz downloads-56337a57444c87f51b08b1c24523c59b32d9db56.zip | |
Bug 479261 - Remove: Mac OS X users please note: Eclipse requires Mac OS
X 10.5 (Leopard) or greater.
Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
| -rw-r--r-- | downloads/views/view.downloads.php | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/downloads/views/view.downloads.php b/downloads/views/view.downloads.php index b7b455b3..13ff65d4 100644 --- a/downloads/views/view.downloads.php +++ b/downloads/views/view.downloads.php @@ -30,15 +30,6 @@ if ($current_release == $current) { ?> <div class="default-download"> - -<?php if($page == 'download' && $Downloads->getOs() == "macosx") :?> -<div class="alert alert-danger" role="alert"> - <strong>Mac OS X users please note:</strong> Eclipse requires Mac OS X 10.5 (Leopard) or greater. - You might get a warning on some installations due to recent changes how Apple treats signatures. - Please see <a href="https://discussions.apple.com/thread/6551715" target="_blank">this post</a> for a possible solution. -</div> -<?php endif;?> - <div class="header-row background-orange"> <div class="row"> <?php if($page == 'developer') :?> @@ -75,4 +66,4 @@ if ($current_release == $current) { <?php endif;?> <?php print $Downloads->standardOutput($EclipseInstaller);?> <?php print $Downloads->downloadOutput(); ?> -</div> +</div>
\ No newline at end of file |
