Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2011-03-06 04:57:05 +0000
committerdavid_williams2011-03-06 04:57:05 +0000
commitadbbfe3f3c46c590eae15f1e7262b978553f3c0f (patch)
tree8711eda0b8051c1da290bfe27caf7735dac42f9a
parentf7761ae0a5d8668c87793fbd98345b02b3ee13b9 (diff)
downloadwebtools.maps-adbbfe3f3c46c590eae15f1e7262b978553f3c0f.tar.gz
webtools.maps-adbbfe3f3c46c590eae15f1e7262b978553f3c0f.tar.xz
webtools.maps-adbbfe3f3c46c590eae15f1e7262b978553f3c0f.zip
synch head and maintenance builders
-rw-r--r--releng/distribution/wtp.site/prereqsToDisplay.php10
-rw-r--r--releng/distribution/wtp4x.site/prereqsToDisplay.php14
2 files changed, 4 insertions, 20 deletions
diff --git a/releng/distribution/wtp.site/prereqsToDisplay.php b/releng/distribution/wtp.site/prereqsToDisplay.php
index 6969cdc98..f53b680f8 100644
--- a/releng/distribution/wtp.site/prereqsToDisplay.php
+++ b/releng/distribution/wtp.site/prereqsToDisplay.php
@@ -2,20 +2,12 @@
$prereq_eclipse="true";
$prereq_e4x="false";
-$prereq_eclipseplatform="@prereq.eclipseplatform@";
-$prereq_emf="false";
-$prereq_emfxsd="false";
+$prereq_eclipseplatform="false";
$prereq_emfandxsd="true";
$prereq_emftransaction="true";
$prereq_emfvalidation="true";
$prereq_graphiti="true";
$prereq_gef="true";
$prereq_dtp="true";
-$prereq_wst="@prereq.wst@";
-$prereq_jst="@prereq.jst@";
-$prereq_wtp="@prereq.wtp@";
-$prereq_wtptests="@prereq.wtptests@";
-$prereq_dltk="@prereq.dltk@";
-
?> \ No newline at end of file
diff --git a/releng/distribution/wtp4x.site/prereqsToDisplay.php b/releng/distribution/wtp4x.site/prereqsToDisplay.php
index 6969cdc98..93074c9db 100644
--- a/releng/distribution/wtp4x.site/prereqsToDisplay.php
+++ b/releng/distribution/wtp4x.site/prereqsToDisplay.php
@@ -1,21 +1,13 @@
<?php
-$prereq_eclipse="true";
-$prereq_e4x="false";
-$prereq_eclipseplatform="@prereq.eclipseplatform@";
-$prereq_emf="false";
-$prereq_emfxsd="false";
+$prereq_eclipse="false";
+$prereq_e4x="true";
+$prereq_eclipseplatform="false";
$prereq_emfandxsd="true";
$prereq_emftransaction="true";
$prereq_emfvalidation="true";
$prereq_graphiti="true";
$prereq_gef="true";
$prereq_dtp="true";
-$prereq_wst="@prereq.wst@";
-$prereq_jst="@prereq.jst@";
-$prereq_wtp="@prereq.wtp@";
-$prereq_wtptests="@prereq.wtptests@";
-$prereq_dltk="@prereq.dltk@";
-
?> \ No newline at end of file

Back to the top