blob: 27c36d415c5f0a535c8fb892c4232901cb05d68f [file] [log] [blame]
<?php
$product_id = 5; # GEF
$committers = array(
# taken from http://www.eclipse.org/projects/project_summary.php?projectid=tools.gef
"ahunter" => "gef",
"ibull" => "zest",
"rhudson" => "gef",
"pshah" => "gef",
"nickb" => "releng",
/* "sshaw" => "inactive",
"droberts" => "inactive",
"ebordeau" => "inactive",
"msorens" => "inactive",
"sdimitro" => "inactive",
"delee" => "inactive",
"dlee" => "inactive",
"jduimovich" => "inactive",
"kmoir" => "inactive",
"mwakao" => "inactive",*/
);
$extra_IP = array(
);
$third_party = array(
);
require_once ($_SERVER['DOCUMENT_ROOT'] . "/modeling/includes/ipquery-common.php"); doIPQueryPage(); ?>