Gitiles
Code Review
Sign In
git.eclipse.org
/
webtools
/
webtools.releng
/
212b382ecff30508ddcfeb900244e20c9c1d512b
/
.
/
downloadsites
/
webtools
/
patches
/
buildbranches.php
blob: 1711ed97f75db8e355c5d9657d0cf63ba6195702 [
file
] [
log
] [
blame
]
<?
$buildBranches
=
array
();
$buildBranches
[
0
]=
"drops/R3.0.1"
;
$buildBranches
[
1
]=
"drops/R3.0.0"
;
$buildBranches
[
2
]=
"drops/R2.0.2"
;
$buildBranches
[
3
]=
"drops/R1.5.5"
;
$buildBranches
[
4
]=
"drops/R1.5.4"
;
$buildBranches
[
5
]=
"drops/R1.5.3"
;
?>