Gitiles
Code Review
Sign In
git.eclipse.org
/
webtools
/
webtools.releng
/
8294203b83aeff3c3930de8fbc91884dee806df9
/
.
/
downloadsites
/
webtools
/
artifacts
/
buildbranches.php
blob: 1043b928b0f43236caf0c39713a987ef6b771e6f [
file
] [
log
] [
blame
]
<?
php
$buildBranches
=
array
();
$buildBranches
[
0
]=
"wtp-R3.0-I"
;
$buildBranches
[
1
]=
"wtp-R3.0-S"
;
$buildBranches
[
2
]=
"wtp-R3.0-R"
;
$buildBranches
[
3
]=
"wtp-R2.0-M"
;
$buildBranches
[
4
]=
"wtp-R2.0-R"
;
?>