| <?php |
| require_once ("../../../includes/buildServer-common.php"); |
| |
| $options = array ( |
| "BaseBuilderBranch" => "R37_M4", |
| |
| "BranchAndJDK" => array ( |
| "localhost=------------,------------", |
| "1.6.1=R1_6_maintenance,/opt/sun-java2-5.0", |
| "1.5.0=R1_5_maintenance,/opt/sun-java2-5.0", |
| "1.4.3=R1_4_maintenance,/opt/sun-java2-5.0", |
| "1.3.3=R2_2_maintenance,/opt/sun-java2-5.0", |
| "1.1.4=R2_1_maintenance,/opt/sun-java2-5.0", |
| |
| "modeling.eclipse.org=------------,------------", |
| "1.6.1=R1_6_maintenance,/opt/sun-java2-5.0", |
| "1.5.0=R1_5_maintenance,/opt/sun-java2-5.0", |
| "1.4.3=R1_4_maintenance,/opt/sun-java2-5.0", |
| "1.3.3=R2_2_maintenance,/opt/sun-java2-5.0", |
| "1.1.4=R2_1_maintenance,/opt/sun-java2-5.0", |
| |
| ), |
| |
| /* define a regular expression to be used to collect the most recent |
| * matching dependencies for running a build. See also releng-common/tools/scripts/start_cron.sh |
| * and /home/www-data/build/requests/dependencies.urls.txt |
| * */ |
| "regex" => "I20.*/eclipse-SDK-|[SR]-.*20.*/eclipse-SDK-|". |
| "2\.8\..+/[ISR]20.*/emf-xsd-SDK-|" . |
| "4\.0\..+/[ISR]20.*/mdt-uml2-SDK|" . |
| "4\.0\..+/[ISR]20.*/mdt-ocl-.*SDK-|" . |
| "1\.6\..+/[ISR]20.*/emf-query-SDK-|" . |
| "1\.6\..+/[ISR]20.*/emf-validation-SDK-|" . |
| "1\.6\..+/[ISR]20.*/emf-transaction-SDK-|" . |
| "1\.6\..+/[ISR]20.*/gmf-sdk-notation-|" . |
| "3\.8\..+/[ISR]20.*/GEF-SDK-|" . |
| "orbitBundles-.*\.map", |
| |
| "Mapfile_Rule_Default" => 0, // 0: "Use Map, No Tagging=use-false" or 1:"Generate Map, No Tagging=gen-false" |
| |
| "EmailDefault" => "anthonyh@ca.ibm.com", // prefil email contact box with comma-sep'd list: can't send to gmf-releng@eclipse.org, so use actual recipients |
| |
| "Users" => array("ahunter","ahunter","anthonyh") /* build user, eclipse cvs user, IES cvs user */ |
| ); |
| |
| ?> |