Skip to main content
summaryrefslogtreecommitdiffstats
blob: edad5810401518d800b2846595c2092f6260a0ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
<?php
# Begin: page-specific settings.
$pageTitle    = "Eclipse Project Downloads";
$pageKeywords = "eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide";
$pageAuthor   = "David Williams and Christopher Guindon";

//ini_set("display_errors", "true");
//error_reporting (E_ALL);

$eclipseStream="4";
include('../../dlconfig4.php');
$subdirDrops="drops4";
$expectedtestConfigs=0;
$testConfigs = array();

ob_start();

/*
DL.thin.header.php.html was original obtained from

wget https://eclipse.org/eclipse.org-common/themes/solstice/html_template/thin/header.php

and then that file modified to suit our needs.
Occasionally, our version should be compared to the "standard" to see if anything has
changed, in the interest of staying consistent.

See https://eclipse.org/eclipse.org-common/themes/solstice/docs/

 */

require("DL.thin.header.php.html");


include_once("buildproperties.php");
include_once("utilityFunctions.php");

// global variables
$expectedTestConfigs=array();
$testResults = array();
$testResultsSummaryFiles=array();

$streamArr = explode(".", $STREAM);
$STREAM_MAJOR = $streamArr[0];
$STREAM_MINOR = $streamArr[1];
$STREAM_SERVICE = $streamArr[2];
?>


<?php if (! isset ($BUILD_FAILED) ) { ?>

<aside class="col-md-6" id="leftcol" style="margin-top:20px; ">
<ul class="ul-left-nav fa-ul hidden-print" style="text-color:black; background-color:#EFEBFF; background-size:contain; background-clip:border-box; border-color: black; font-size:12px; font-weight:bold; padding:2px; line-height:1; border-radius: 1;  margin:20px 3px 20px 3px" >
    <li><a href="#Repository">Eclipse p2 Repository</a></li>
    <li><a href="#EclipseSDK">Eclipse SDK</a></li>
    <li><a href="#PlatformRuntime">Platform Runtime Binary</a></li>
    <li><a href="#SWT">SWT binary and Source</a></li>
    <li><a href="#JDT">JDT Deliverables</a>
       <ul id=leftnav" class="fa-ul hidden-print style="font-size:8px;" />
         <li><a href="#JDTRuntime">JDT Runtime Binary</a></li>
         <li><a href="#JDTSDK">JDT SDK</a></li>
         <li><a href="#JDTCORE">JDT Core Batch Compiler</a></li>
       </ul>
    </li>
    <li><a href="#PDE">PDE Deliverables</a>
       <ul id=leftnav" class="fa-ul hidden-print" style="font-size:8px;" />
         <li><a href="#APITools">PDE API Tools fragments</li>
         <li><a href="#PDERuntime">PDE Runtime Binary</a></li>
         <li><a href="#PDESDK">PDE SDK</a></li>
       </ul>
    </li>
    <li><a href="#RCP">RCP Convenience Packages</a>
        <ul id=leftnav" class="fa-ul hidden-print" style="font-size:8px;" />
          <li><a href="#RCPRuntime">RCP Runtime Binary</a></li>
          <li><a href="#RCPSDK">RCP SDK</a></li>
        </ul>
    </li>
    <li><a href="#Other">Other Deliverables</a>
        <ul id=leftnav" class="fa-ul hidden-print" style="font-size:8px;"/>
           <li><a href="#ExamplePlugins">Example Plug-ins</a></li>
           <li><a href="#CVSRuntime">CVS Runtime</a></li>
           <li><a href="#CVSSDK">CVS SDK</a></li>
           <li><a href="#org.eclipse.releng">Releng Tools</a></li>
           <li><a href="#JUnitPlugin">JUnit Plugin Tests and Automated Testing Framework</a></li>
           <!-- <li><a href="#DeltaPack">Delta Pack</a></li> -->
        </ul>
    </li>
</ul>
</aside>

<!-- end 'not build failed' -->
<?php } ?>

<div>
<h1>Eclipse <?php echo $STREAM; ?> <?php echo $BUILD_TYPE_NAME; ?> Build: <?php echo $BUILD_ID; ?> </h1>

<?php
if (file_exists("pom_updates/index.html")) {
  echo "<h2><a href=\"pom_updates/\">POM updates made</a></h2>";
}
// check if test build only, just to give warning of oversite.
// see bug 404545
if (isset($testbuildonly) && ($testbuildonly)) {
  echo "<h2>Test-Build-Only flag found set. Input was not tagged.<h2>\n";
}

// Use of "BUILD_ID" should work for milestones, and releases, but would require a "copy"
// being made, say for "4.5RC4" during that period we have prepared final bits, but have not
// made visible yet (if we want "N&N" visible from RC build).

if (file_exists("news/")) {
  echo "<h2><a href=\"http://www.eclipse.org/eclipse/news/${BUILD_ID}/eclipse_news_${BUILD_ID}.php\">New and Noteworthy</a></h2>\n";
}
// linkToAcknowledgements is a pure "marker file"
if (file_exists("linkToAcknowledgements")) {
  echo "<h2><a href=\"http://www.eclipse.org/eclipse/development/acknowledgements_${BUILD_ID}.php\">Acknowledgments</a></h2>\n";
}
// linkToReadme is a pure marker file
if (file_exists("linkToReadme")) {
  echo "<h2><a href=\"http://www.eclipse.org/eclipse/development/readme_eclipse_${BUILD_ID}.php\">Eclipse Project ${BUILD_ID} Readme</a></h2>\n";
}

if (isset ($BUILD_FAILED) ) {
  echo "<h2>Build Failed</h2><p>See <a href=\"buildlogs.php\">logs</a>.</p>\n";
  $PATTERN='!(.*)(/buildlogs/)(.*)!';
  $result = preg_match($PATTERN, $BUILD_FAILED, $MATCHES);
  // cheap short cut, since we expect only 1 such file
  $summaryFile=glob("buildFailed-*");
  if ($result !== FALSE) {
    $SPECIFIC_LOG=$MATCHES[3];
    echo "<p>Specifically, see <a href=\"buildlogs/$SPECIFIC_LOG\">the log with errors</a>, \n";
    echo "or a <a href=\"$summaryFile[0]\">summary</a>. <br /> \n";
    echo "Or see traditional <a href=\"testResults.php\">Compile Logs</a> (if any).</p>\n";
  }


}
else {
?>
 <p style="padding-bottom: 1em">This page provides access to the various deliverables of Eclipse Platform build along with
is logs and tests.</p>
</div>

<div id="midcolumn">

<h3>Logs and Test Links</h3>

<?php
  // for current (modern) builds, test results are always in
  // 'testresults'. That directory only exists after first results
  // have finished and been "published".
  if (file_exists("testresults")) {
    $testResultsDirName="testresults";
  } elseif (file_exists("results")) {
    $testResultsDirName="results";
  } else {
    $testResultsDirName="";
  }


  $boxes=calcTestConfigsRan($testResultsDirName);
  if ($boxes < 0 ) {
    $boxesDisplay = 0;
  } else {
    $boxesDisplay = $boxes;
  }

  //  echo "<ul class='midlist'>";
  echo "<ul>";
  //  We will always display link to logs (as normal link, not using color:inherit;)
  echo "<li>View the <a  style=\"text-decoration:none\" title=\"Link to logs.\" href=\"testResults.php\">logs for the current build</a>.</li>\n";

  // This section if for overall status if anything failed, overall is failed
  // -3 is special code meaning no testResults directory exists yet.
  if ($boxes == -3)   {
    $testResultsStatus = "pending";
  } else {
    /* since boxes is not -3, there must be at least one */
    $totalFailed = 0;
    $expectedBoxes = count($expectedTestConfigs);
    foreach ($expectedTestConfigs as $config) {

      if (isset($testResults[$config])) {
        $testRes = $testResults[$config];
        $failed = $testRes['failCount'];
        $totalFailed = $totalFailed + $failed;
      }
    }
    if ($totalFailed == 0 && $boxes == $expectedBoxes) {
      $testResultsStatus = "success";
    } elseif ($totalFailed == 0 && $boxes < $expectedBoxes) {
      $testResultsStatus = "inProgress";
    } elseif ($totalFailed > 0 && $boxes > 0) {
      $testResultsStatus = "failed";
    } else {
      // This is some sort of programming error?
      // Don't think we should get to here?
      // Will flag as "unknown" but not sure how to convey that ....
      // would only be useful if debugging.
      $testResultsStatus = "unknown";
    }
  }

  if (file_exists("overrideTestColor")) {
    $linkColor='green';
  }
  else {
    if ($testResultsStatus === "failed") {
      /* note we don't override  'inherit' cases, just 'failed'. */
      if (file_exists("overrideTestColor")) {
        $linkColor='green';
      } else {
        $linkColor = 'red';
      }
    } elseif ($testResultsStatus === "success") {
      $linkColor='green';
    } elseif ($testResultsStatus === "pending") {
      $linkColor='inherit';
    } elseif ($testResultsStatus === "inProgress") {
      $linkColor='inherit';
    }
  }


  if ($testResultsStatus == "pending")   {
    echo "<li>Integration and unit tests are pending.</li>\n";
  } else {
    echo "<li>View the <a  style=\"color:${linkColor};text-decoration:none\" title=\"Link test results.\" href=\"testResults.php\">integration and unit test results for the current build.</a></li>\n";
  }


  /* performance tests line item */
  $generated=file_exists("performance/global_fp.php");
  if (file_exists("performance/performance.php") && $generated) {
    echo "<li>View the <a href=\"performance/performance.php\">performance test results</a> for the current build.</li>\n";
  } else {
    echo "<li>Performance tests are pending.</li>\n";
  }

  echo "</ul>\n";

  echo "<h3>Summary of Unit Tests Results</h3>";
  echo "<table class=\"testTable\">\n";
  echo "<caption>".$boxesDisplay." of ".count($expectedTestConfigs)." integration and unit test configurations are complete.</caption> \n";
  echo "<tr><th style=\"width:40%\">Tested Platform</th><th>Failed</th><th>Passed</th><th>Total</th><th>Test&nbsp;Time&nbsp;(s)</th></tr>\n";

  foreach ($expectedTestConfigs as $config) {

    if (isset($testResults[$config])) {
      $testRes = $testResults[$config];
      $failed = $testRes['failCount'];
      $passed = $testRes['passCount'];
      $total = $failed + $passed;
      $duration = $testRes['duration'];
      if (file_exists("overrideTestColor")) {
        $linkColor='green';
      }
      else {
        if ($failed > 0) {
          /* note we don't override  'inherit' cases, just 'failed'. */
          if (file_exists("overrideTestColor")) {
            $linkColor='green';
          } else {
            $linkColor = 'red';
          }
        } else {
          $linkColor='green';
        }
      }
      echo "<tr>\n";
      echo "<td style=\"text-align:left\">\n";
      echo "<a style=\"color:${linkColor};text-decoration:none\" href=\"testResults.php\">".$config."</a>";
      echo "</td>\n";
      echo "<td>$failed</td><td>$passed</td><td>$total</td><td>$duration</td>\n";
      echo "</tr>\n";
    }
    else {
      /* Yes, all configs intentionally links, since all go to the same place, but if no results yet, would not look like one. */
      $linkColor = 'inherit';
      echo "<tr>\n";
      echo "<td style=\"text-align:left\">\n";
      echo "<a style=\"color:${linkColor};text-decoration:none\" href=\"testResults.php\">".$config."</a>";
      echo "</td>\n";
      echo "<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td>\n";
      echo "</tr>\n";
    }
  }
  echo "</table>\n";


?>

  <h3>Related Links</h3>
  <ul class="midlist">
    <li><a href="https://www.eclipse.org/eclipse/development/plans/eclipse_project_plan_4_4.xml#target_environments">Target Platforms and Environments</a></li>
    <li><a href="directory.txt">View the Git repositories used for the current build.</a></li>
    <li><a href="http://wiki.eclipse.org/Platform-releng/How_to_check_integrity_of_downloads">How to verify a download.</a></li>

<?php
  # place holder: we don't currently produce these reports, and
  # when we do, will need some work here.
  # FWIW, we may want to construct elaborate query into CGit for this,
  # even though that'd be elaborate, would get user to an area where
  # they coudl tweak query, if desired?
  if (file_exists("report.txt")) {
    echo "<p><a href=\"report.txt\">Report of changes</a> from previous build.</p>";
  }
?>

<?php
  if (file_exists("buildnotes/")) {
    echo "<li><a href=\"buildNotes.php\">View build notes for the current build.</a></li>";
  }
?>
</ul>
</div> <!-- end midcolumn -->

<?php
  include("dropSectionUtils.php");
  include("computeRepoURLs.php");
?>
 <!-- main download section -->
<div class="dropSection">
<h3 id="Repository">Eclipse p2 Repository&nbsp;<a href="details.html#Repository"><img src="images/more.gif" title="More..." alt="[More]" /></a></h3>

<?php startTable(); ?>

<?php
  if ((file_exists("$relativePath3/updates/".$STREAM_REPO_NAME)) || (file_exists("$relativePath4/updates/".$STREAM_REPO_NAME))) {
    echo "<tr><td> \n";
    echo "To update your Eclipse installation to this development stream, you can use the software repository at<br />\n";
    echo "&nbsp;&nbsp;<a href=\"$STREAM_REPO_URL\">$STREAM_REPO_URL</a><br />\n";
    echo "</td></tr> \n";
  }
  if ((file_exists("$relativePath3/updates/"."$BUILD_REPO_NAME")) || (file_exists("$relativePath4/updates/"."$BUILD_REPO_NAME")) ) {
    echo "<tr><td> \n";
    echo "To update your build to use this specific build, you can use the software repository at<br />\n";
    echo "&nbsp;&nbsp;<a href=\"$BUILD_REPO_URL\">$BUILD_REPO_URL</a><br />\n";
    echo "</td></tr> \n";
  }
?>
</table>



<h3 id="EclipseSDK"> Eclipse SDK&nbsp;<a href="details.html#EclipseSDK"><img
     src="images/more.gif" title="More..." alt="[More]" /></a>
</h3>

<?php startTable(); ?>
<tr>
   <?php columnHeads(); ?>
</tr>

<tr>
<td>Windows</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-win32.zip"); ?>
</tr>
<tr>
<td>Windows (x86_64)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-win32-x86_64.zip"); ?>
</tr>
<tr>
<td>Linux (x86/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk.tar.gz"); ?>
</tr>
<tr>
<td>Linux (x86_64/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-x86_64.tar.gz"); ?>
</tr>
<tr>
<td>Linux (PPC/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-ppc.tar.gz"); ?>
</tr>
<tr>
<td>Linux (PPC64/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64.tar.gz"); ?>
</tr>
<tr>
<td>Linux (s390x/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-s390x.tar.gz"); ?>
</tr>
<tr>
<td>Linux (s390/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-s390.tar.gz"); ?>
</tr>
<tr>
<td>Linux (PPC64LE/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"); ?>
</tr>
<tr>
<td>Solaris 11 (SPARCv9/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-solaris-gtk-sparcv9.zip"); ?>
</tr>
<tr>
<td>Solaris 10 (x86/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-solaris-gtk-x86.zip"); ?>
</tr>
<tr>
<td>HP-UX (ia64/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-hpux-gtk-ia64.zip"); ?>
</tr>
<tr>
<td>AIX (PPC/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-aix-gtk-ppc.zip"); ?>
</tr>
<tr>
<td>AIX (PPC64/GTK+)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-aix-gtk-ppc64.zip"); ?>
</tr>
<tr>
<td>Mac OSX (Mac/Cocoa/x86_64)</td>
<?php genLinks("eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"); ?>
</tr>
<?php endTable(); ?>

<h3 id="PlatformRuntime"> Platform Runtime Binary&nbsp;<a href="details.html#PlatformRuntime"><img
    src="images/more.gif" title="More..." alt="[More]" /></a>
</h3>
<?php startTable(); ?>
<tr>
  <?php columnHeads(); ?>
</tr>
<tr>
<td>Windows</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-win32.zip"); ?>
</tr>
<tr>
<td>Windows (x86_64)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-win32-x86_64.zip"); ?>
</tr>
<tr>
<td>Linux (x86/GTK+)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk.tar.gz"); ?>
</tr>
<tr>
<td>Linux (x86_64/GTK+)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-x86_64.tar.gz"); ?>
</tr>
<tr>
<td>Linux (PPC/GTK+)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-ppc.tar.gz"); ?>
</tr>
<tr>
<td>Linux (PPC64/GTK+)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-ppc64.tar.gz"); ?>
</tr>
<tr>
<td>Linux (s390x/GTK+)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-s390x.tar.gz"); ?>
</tr>
<tr>
<td>Linux (s390/GTK+)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-s390.tar.gz"); ?>
</tr>
<tr>
<td>Linux (PPC64LE/GTK+)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"); ?>
</tr>
<tr>
<td>Solaris 11 (SPARCv9/GTK+)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-solaris-gtk-sparcv9.zip"); ?>
</tr>
<tr>
<td>Solaris 10 (x86/GTK+)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-solaris-gtk-x86.zip"); ?>
</tr>
<tr>
<td>HPUX (ia64/GTK+)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-hpux-gtk-ia64.zip"); ?>
</tr>
<tr>
<td>AIX (PPC/GTK)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-aix-gtk-ppc.zip"); ?>
</tr>
<tr>
<td>AIX (PPC64/GTK)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-aix-gtk-ppc64.zip"); ?>
</tr>
<tr>
<td>Mac OSX (Mac/Cocoa/x86_64)</td>
<?php genLinks("eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"); ?>
</tr>
<tr>
<td><img src = "repo.gif"  alt="Runtime Repo" /> Platform Runtime Repo </td>
<?php genLinks("org.eclipse.platform-${BUILD_ID}.zip"); ?>
</tr>

<?php endTable(); ?>

<h3 id="JDTRuntime"> JDT Deliverables&nbsp;<a href="details.html#JDTRuntime"><img
    src="images/more.gif" title="More..." alt="[More]" /></a>
</h3>
<?php startTable(); ?>
<tr>
  <?php columnHeads(); ?>
</tr>
<tr>
<td><img src = "repo.gif" alt="JDT Repo" /> JDT Runtime Repo </td>
<?php genLinks("org.eclipse.jdt-${BUILD_ID}.zip"); ?>
</tr>

<tr>
<td><img src = "repo.gif" alt=" JDT Source Repo" /> JDT Source Repo </td>
<?php genLinks("org.eclipse.jdt.source-${BUILD_ID}.zip"); ?>
</tr>

<tr>
<td>Standalone JDT compiler</td>
<?php genLinks("ecj-${BUILD_ID}.jar"); ?>
</tr>
<tr>
<td>Standalone JDT compiler with source</td>
<?php genLinks("ecjsrc-${BUILD_ID}.jar"); ?>
</tr>

<?php endTable(); ?>

<h3 id="PDERuntime"> PDE Deliverables&nbsp;<a href="details.html#PDERuntime"><img
    src="images/more.gif" title="More..." alt="[More]" /></a>
</h3>
<?php startTable(); ?>
<tr>
  <?php columnHeads(); ?>
</tr>
<tr>
<td><img src = "repo.gif" alt="PDE API Tools" /> PDE API Tools execution environment fragments repo</td>
<?php genLinks("org.eclipse.pde.api.tools.ee.feature-${BUILD_ID}.zip"); ?>
</tr>
<tr>
<td><img src = "repo.gif" alt="PDE Repo" /> PDE Repo </td>
<?php genLinks("org.eclipse.pde-${BUILD_ID}.zip"); ?>
</tr>
<tr>
<td><img src = "repo.gif" alt="PDE Source Repo" /> PDE Source Repo </td>
<?php genLinks("org.eclipse.pde.source-${BUILD_ID}.zip"); ?>
</tr>

<?php endTable(); ?>

<h3 id="SWT">Standalone SWT Binary and Source&nbsp;<a href="details.html#SWT"><img
    src="images/more.gif" title="More..." alt="[More]" /></a>
</h3>
<?php startTable(); ?>
<tr>
  <?php columnHeads(); ?>
</tr>
<tr>
<td>Windows</td>
<?php genLinks("swt-${BUILD_ID}-win32-win32-x86.zip"); ?>
</tr>
<tr>
<td>Windows (x86_64)</td>
<?php genLinks("swt-${BUILD_ID}-win32-win32-x86_64.zip"); ?>
</tr>
<tr>
<td>Linux (x86/GTK+)</td>
<?php genLinks("swt-${BUILD_ID}-gtk-linux-x86.zip"); ?>
</tr>
<tr>
<td>Linux (x86_64/GTK+)</td>
<?php genLinks("swt-${BUILD_ID}-gtk-linux-x86_64.zip"); ?>
</tr>
<tr>
<td>Linux (PPC/GTK+)</td>
<?php genLinks("swt-${BUILD_ID}-gtk-linux-ppc.zip"); ?>
</tr>
<tr>
<td>Linux (PPC64/GTK+)</td>
<?php genLinks("swt-${BUILD_ID}-gtk-linux-ppc64.zip"); ?>
</tr>
<tr>
<td>Linux (PPC64LE/GTK+)</td>
<?php genLinks("swt-${BUILD_ID}-gtk-linux-ppc64le.zip"); ?>
</tr>
<tr>
<td>Solaris 11 (SPARCv9/GTK+)</td>
<?php genLinks("swt-${BUILD_ID}-gtk-solaris-sparcv9.zip"); ?>
</tr>
<tr>
<td>Solaris 10 (x86/GTK+)</td>
<?php genLinks("swt-${BUILD_ID}-gtk-solaris-x86.zip"); ?>
</tr>
<tr>
<td>HPUX (ia64/GTK+)</td>
<?php genLinks("swt-${BUILD_ID}-gtk-hpux-ia64.zip"); ?>
</tr>
<tr>
<td>AIX (PPC/GTK+)</td>
<?php genLinks("swt-${BUILD_ID}-gtk-aix-ppc.zip"); ?>
</tr>
<tr>
<td>AIX (PPC64/GTK+)</td>
<?php genLinks("swt-${BUILD_ID}-gtk-aix-ppc64.zip"); ?>
</tr>
<tr>
<td>Mac OSX (Mac/Cocoa/x86_64)</td>
<?php genLinks("swt-${BUILD_ID}-cocoa-macosx-x86_64.zip"); ?>
</tr>

<?php endTable(); ?>
<h3 id="RCPRuntime"> RCP Runtime Binary and SDK&nbsp;<a href="details.html#RCPRuntime"><img
    src="images/more.gif" title="More..." alt="[More]" /></a>
</h3>
<?php startTable(); ?>
<tr>
  <?php columnHeads(); ?>
</tr>
<tr>
<td><img src = "repo.gif" alt="RCP Repo" /> RCP Runtime Repo </td>
<?php genLinks("org.eclipse.rcp-${BUILD_ID}.zip"); ?>
</tr>
<tr>
<td><img src = "repo.gif" alt="RCP Source Repo" /> RCP Source Repo </td>
<?php genLinks("org.eclipse.rcp.source-${BUILD_ID}.zip"); ?>
</tr>
<?php endTable(); ?>

<!-- Misc. -->
<h3 id="Other">Other Deliverables&nbsp;<a href="details.html#CVSRuntime"><img
    src="images/more.gif" title="More..." alt="[More]" /></a>
</h3>
<?php startTable(); ?>
<tr>
  <?php columnHeads(); ?>
</tr>
<tr>
<td><img src = "repo.gif" alt="Examples" /> Eclipse Examples Repo</td>
<?php genLinks("org.eclipse.sdk.examples.source-${BUILD_ID}.zip"); ?>
</tr>

<tr>
<td><img src = "repo.gif" alt="Releng Tools Repo" /> Releng Tools Repo</td>
<?php genLinks("org.eclipse.releng.tools-${BUILD_ID}.zip"); ?>
</tr>
<tr>
<td><img src = "repo.gif" alt="CVS Repo" /> CVS Runtime Repo </td>
<?php genLinks("org.eclipse.cvs-${BUILD_ID}.zip"); ?>
</tr>
<tr>
<td><img src = "repo.gif" alt="CVS Source Repo" /> CVS Source Repo </td>
<?php genLinks("org.eclipse.cvs.source-${BUILD_ID}.zip"); ?>
</tr>
<tr>
<td><img src = "repo.gif" alt="Test Framework" />Test Frameework</td>
<?php genLinks("eclipse-test-framework-${BUILD_ID}.zip"); ?>
</tr>
<tr>
<td>Test Framework and Unit Tests</td>
<?php genLinks("eclipse-Automated-Tests-${BUILD_ID}.zip"); ?>
</tr>
<?php endTable(); ?>
<!--
<tr>
<td>All</td>
<?php genLinks("eclipse-${BUILD_ID}-delta-pack.zip"); ?>
</tr>
-->

<?php endTable(); ?>

<?php } ?>
</div> <!-- end dropsection -->
</div> <!-- close div classs=container -->
</main> <!-- close main role="main" element -->
</body>
</html>
<?php
  #$html = ob_get_clean();
 ob_end_flush();
  #echo the computed content
 # echo $html;
?>

Back to the top