Skip to content

Commit 1fec1f9

Browse files
authored
Acknowledgement for 4.34 (#255)
1 parent 88a7248 commit 1fec1f9

File tree

2 files changed

+208
-0
lines changed

2 files changed

+208
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2+
<html lang="en">
3+
<head>
4+
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2024.
5+
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
6+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7+
<meta http-equiv="Content-Style-Type" content="text/css">
8+
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
9+
<title>Eclipse 2024-12 (4.34) Acknowledgements</title>
10+
</head>
11+
<body>
12+
<div id="midcolumn">
13+
<div class="homeitem3col">
14+
<h1>Eclipse 2024-12 Acknowledgements</h1>
15+
16+
<p>
17+
<a class="mozTocH1" name="mozTocId299852">Last revised November 19, 2024</a>
18+
</p>
19+
20+
<p>
21+
The entire Eclipse Project team would like to thank the Eclipse Foundation staff for their tireless efforts, including:
22+
Denis Roy, Matt Ward, Eric Poirier, Pawel Stankiewicz, Frederic Gurr, and Mikaël Barbero for not only keeping all that infrastructure going but also constantly improving it;
23+
Sharon Corbett for guiding us through the Eclipse legal process; Wayne Beaton for giving us process support and improved tools to simplify and manage our development process;
24+
and Mike Milinkovich for running the whole show.
25+
</p>
26+
27+
<p>
28+
We would also like to thank the users and adopters who support our efforts through a range of activities, including early testing, being a
29+
<a href="https://eclipse.org/donate/">Friend of Eclipse</a>, contracting special work, or outright employment.
30+
</p>
31+
32+
<p>A special thanks goes to Holger Voormann for his Eclipse IDE promotion videos.</p>
33+
34+
<p>
35+
The Platform team would like to thank everyone who has helped us improve quality by testing and reporting bugs and enhancement requests.
36+
A special thanks to other Eclipse projects we build upon: EMF and ECF, who also provide timely updates so we can release on time.
37+
Special thanks to the following contributors (alphabetically):
38+
39+
Alexander Kurtakov, Alexander Manalad, Amartya Parijat, Andreas Koch, Andrey Loskutov, Bo YU, Christopher Hermann, Christoph L&auml;ubrich, Deepika Udayagiri, Denis Ungemach, Dietrich Travkin,
40+
Dirk Fauth, Ed Merks, Elsa Zacharia, Enda O Brien, Federico Jeanne, Feilim Breatnach, JannisCode, Hannes Wellmann, Heiko Klare, Howlger, J&ouml;rg Kubitz, Lars Vogel, Madhumitha M V,
41+
Matthias Becker, Maximilian Wittmer, Michael Keppler, Mickael Istria, Patrick Ziegler, Praveen S.K, Raghunandana, Rahul Mohanan, Sakura, Sebastian Ratz, Sergiy, ShadelessFox, Shahzaib Ibrahim, Simeon Andreev,
42+
Sougandh S, Stephan Herrmann, Suby S Surendran, Thomas Watson, Tobias Hahnen and Tobias Melcher.
43+
</p>
44+
45+
<p>
46+
We also thank the other Eclipse projects that make up part of the infrastructure we depend on: Tycho, Orbit, EGit, EMF, and ECF for providing fixes and steady improvements.
47+
</p>
48+
49+
<p>
50+
The JDT team thanks everyone who filed good enhancement requests, helped improve quality by testing and filing bug reports, and provided answers on JDT forums/newsgroups.
51+
Special thanks to the following contributors:
52+
53+
Andrey Loskutov, Alexander Kurtakov, Carsten Hammer, David Thompson, Ed Merks, Gayan Perera, Hannes Wellmann, hduelme, jannisCode,
54+
Jay Arthanareeswaran, Jeff Johnston, J&ouml;rg Kubitz, Manoj N Palat, Mateusz Matela, Michael Keppler, Mickael Istria, Noopur Gupta, Paul Pazderski,
55+
Nikifor Fedorov, Sougandh S, Srikanth Sankaran, Stephan Herrmann, Suby S Surendran, Tobias Gruetzmacher and Zsombor Gegesy.
56+
</p>
57+
58+
<p>
59+
The Plug-in Development Environment team thanks numerous contributors who continue to improve the component every release.
60+
Special thanks to code contributors:
61+
62+
Anvi, Alexander Kurtakov, Deepika Udayagiri, Ed Merks, Eike Stepper, Hannes Wellmann, Jay Arthanareeswaran, J&ouml;rg Kubitz, Lars Vogel, Michael Keppler,
63+
Patrick Ziegler, Rahul Mohanan, Sebastian Ratz, and Khushboo Sharma.
64+
</p>
65+
66+
<p>
67+
The Equinox team thanks all contributors who helped improve the project by filing bug reports and enhancement requests. Special thanks to contributors:
68+
69+
Andrey Loskutov, Alexander Kurtakov, Christoph L&auml;ubrich, Ed Merks, Elsa Zacharia, Hannes Wellmann, Heiko Klare, Jay Arthanareeswaran, J&ouml;rg Kubitz,
70+
Matthias Becker, Mickael Istria, Rahul Mohanan, Sebastian Ratz, Sergiy, Stephan Herrmann and Suby S Surendran.
71+
</p>
72+
</div>
73+
</div>
74+
</body>
75+
</html>
Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
2+
3+
<?php
4+
//ini_set("display_errors", "true");
5+
//error_reporting (E_ALL);
6+
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
7+
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
8+
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");
9+
$App = new App();
10+
$Nav = new Nav();
11+
$Menu = new Menu();
12+
$right_nav = FALSE;
13+
$keyword = 'eclipse, 4.34, 2024-12, acknowledgements, acknowledgments, thanks';
14+
15+
include($App->getProjectCommon());
16+
header('Content-type: text/plain; charset=utf-8');
17+
18+
#echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">';
19+
20+
#*****************************************************************************
21+
#
22+
# index.php
23+
#
24+
# Author: Rahul Mohanan and others on Eclipse Project
25+
# Date: 2024-11-19
26+
#
27+
# Description: Eclipse project 2024-12 release acknowledgments page
28+
#
29+
#
30+
#****************************************************************************
31+
32+
#
33+
# Begin: page-specific settings. Change these.
34+
$pageTitle = "Eclipse 2024-12 Acknowledgements";
35+
$pageKeywords = "eclipse, 4.34, 2024-12, acknowledgements, acknowledgments, thanks";
36+
$pageAuthor = "Rahul Mohanan and the Eclipse Project Team";
37+
38+
# Add page-specific Nav bars here
39+
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
40+
# $Nav->addNavSeparator("My Page Links", "downloads.php");
41+
# $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
42+
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
43+
44+
# End: page-specific settings
45+
#
46+
# I could not find a place to put "style" element that was
47+
# "legal". I'm sure there is a way, if suspect the table will
48+
# look fine without it.
49+
# <style>
50+
# table.center {
51+
# width:92%;
52+
# margin-left:4%;
53+
# margin-right:4%;
54+
# }
55+
#</style>
56+
57+
# Paste your HTML content between the markers!
58+
ob_start();
59+
?>
60+
61+
<div id="midcolumn">
62+
63+
<div class="homeitem3col">
64+
65+
66+
<h3>Eclipse 2024-12 Acknowledgements</h3>
67+
68+
<p>The entire Eclipse Project team would like to thank the Eclipse Foundation staff for their tireless efforts, including: Denis Roy, Matt Ward, Eric Poirier, Pawel Stankiewicz, Frederic Gurr and Mika&#xEB;l Barbero for not only
69+
keeping all that infrastructure going, but also constantly improving it; Sharon Corbett for guiding us through the Eclipse legal process; Wayne Beaton for giving us process
70+
support and improved tools to simplify and manage our development process; and Mike Milinkovich for running the whole show.
71+
</p>
72+
<p>
73+
We would also like to thank the users and adopters who support our efforts, through a range of activities, including early testing, being a <a href="https://eclipse.org/donate/">Friend of
74+
Eclipse</a>, contracting special work, or outright employment.
75+
</p>
76+
77+
<p>
78+
A special thanks goes to Holger Voormann for his Eclipse IDE promotion videos.
79+
</p>
80+
81+
82+
<p>The Platform team would like to thank
83+
everyone who has helped us to improve the quality by testing and reporting bugs and enhancement requests. And a special thanks to other Eclipse projects we build upon: EMF and ECF who
84+
also provide timely updates so that we can release on time. Special thanks to the following list of
85+
people, in alphabetical order, who contributed code to the project:
86+
87+
Alexander Kurtakov, Alexander Manalad, Amartya Parijat, Andreas Koch, Andrey Loskutov, Bo YU, Christopher Hermann, Christoph Läubrich, Deepika Udayagiri, Denis Ungemach, Dietrich Travkin,
88+
Dirk Fauth, Ed Merks, Elsa Zacharia, Enda O Brien, Federico Jeanne, Feilim Breatnach, JannisCode, Hannes Wellmann, Heiko Klare, Howlger, Jörg Kubitz, Lars Vogel, Madhumitha M V,
89+
Matthias Becker, Maximilian Wittmer, Michael Keppler, Mickael Istria, Patrick Ziegler, Praveen S.K, Raghunandana, Rahul Mohanan, Sakura, Sebastian Ratz, Sergiy, ShadelessFox, Shahzaib Ibrahim, Simeon Andreev,
90+
Sougandh S, Stephan Herrmann, Suby S Surendran, Thomas Watson, Tobias Hahnen and Tobias Melcher.
91+
92+
</p>
93+
94+
<p>
95+
We also thank the other Eclipse projects that make up a part of the infrastructure we
96+
depend on: Tycho, Orbit, EGit, EMF, ECF for providing fixes and steady improvements.
97+
</p>
98+
99+
<p>The JDT team would like to thank everyone who filed good enhancement requests, helped us improve quality by testing and filing good bug reports, and provided answers on JDT forums/newsgroups. Special thanks to the following list of
100+
people, in alphabetical order, who contributed code to the project:
101+
102+
Andrey Loskutov, Alexander Kurtakov, Carsten Hammer, David Thompson, Ed Merks, Gayan Perera, Hannes Wellmann, hduelme, jannisCode,
103+
Jay Arthanareeswaran, Jeff Johnston, Jörg Kubitz, Manoj N Palat, Mateusz Matela, Michael Keppler, Mickael Istria, Noopur Gupta, Paul Pazderski,
104+
Nikifor Fedorov, Sougandh S, Srikanth Sankaran, Stephan Herrmann, Suby S Surendran, Tobias Gruetzmacher and Zsombor Gegesy.
105+
</p>
106+
107+
<p>The Plug-in Development Environment team would like to thank the numerous contributors who continue to improve the component every release.
108+
Special thanks to those who contributed code:
109+
110+
Anvi, Alexander Kurtakov, Deepika Udayagiri, Ed Merks, Eike Stepper, Hannes Wellmann, Jay Arthanareeswaran, Jörg Kubitz, Lars Vogel, Michael Keppler,
111+
Patrick Ziegler, Rahul Mohanan, Sebastian Ratz, and Khushboo Sharma.
112+
</p>
113+
114+
<p>The Equinox team would like to thank all the contributors that helped improve the project by filing bug reports and enhancement requests. We also would like to thank the community of developers that have contributed to the Equinox code base this release:
115+
116+
Andrey Loskutov, Alexander Kurtakov, Christoph Läubrich, Ed Merks, Elsa Zacharia, Hannes Wellmann, Heiko Klare, Jay Arthanareeswaran, Jörg Kubitz,
117+
Matthias Becker, Mickael Istria, Rahul Mohanan, Sebastian Ratz, Sergiy, Stephan Herrmann and Suby S Surendran.
118+
</p>
119+
120+
</div>
121+
122+
</div>
123+
124+
125+
126+
<?php
127+
$html = ob_get_contents();
128+
ob_end_clean();
129+
130+
# Generate the web page
131+
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
132+
?>
133+

0 commit comments

Comments
 (0)