Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'emft/ecoretools/build/_common.php')
-rw-r--r--emft/ecoretools/build/_common.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/emft/ecoretools/build/_common.php b/emft/ecoretools/build/_common.php
deleted file mode 100644
index e4be8d69..00000000
--- a/emft/ecoretools/build/_common.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-require_once ("../../../includes/buildServer-common.php");
-
-$options = array (
- "BaseBuilderBranch" => "M7_34",
-
- "BranchAndJDK" => array (
- "emft.eclipse.org=------------,------------",
- "0.8.0=HEAD,/opt/sun-java2-5.0",
- #"0.7.1=R0_7_maintenance,/opt/sun-java2-5.0",
-
- "build.eclipse.org=------------,------------",
- "0.8.0=HEAD,/opt/public/common/ibm-java2-ppc-50",
- #"0.7.1=R0_7_maintenance,/opt/public/common/ibm-java2-ppc-50"
- ),
-
- "Mapfile_Rule_Default" => 0, // 0: "Use Map, No Tagging=use-false" or 1:"Generate Map, No Tagging=gen-false"
-
- "EmailDefault" => "jacques.lescot@anyware-tech.com", // prefil email contact box with comma-sep'd list
-
- "Users" => array("jlescot","jlescot",null) /* build user, eclipse cvs user, IES cvs user */
-);
-
-?>

Back to the top