Skip to main content
summaryrefslogtreecommitdiffstats
blob: db7ae199268494c3100ec97d6c1ffb3cc4396bd8 (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
<?php 

$prereq_eclipse="false";
$prereq_e4x="true";
$prereq_eclipseplatform="false";
$prereq_emfandxsd="true";
$prereq_gef="true";
$prereq_dtp="true";
$prereq_emftransaction="true";
$prereq_emfvalidation="true";
$prereq_graphiti="true";

$prereq_eclipsetestframework="true";
$prereq_eclipsereleng="true";
$prereq_orbitthirdpartyzip="true";

// seldom used, but we try to always include all php $prereq variables to avoid 'unused variable' warnings from php
$prereq_wst="false";
$prereq_jst="false";
$prereq_wtp="false";
$prereq_wtptests="false";
$prereq_dltk="false";
?>

Back to the top