Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhubner2008-09-17 15:47:26 +0000
committerdhubner2008-09-17 15:47:26 +0000
commit7339a7df8a524a3f3ef8a9d0b118c05de1b799b3 (patch)
tree8c961687b4db502e9a0e5908f139c5a196bb5425
parentdeb25cbb6f5a43c19c8133d3dde2a6ff904374c1 (diff)
downloadxpand-7339a7df8a524a3f3ef8a9d0b118c05de1b799b3.tar.gz
xpand-7339a7df8a524a3f3ef8a9d0b118c05de1b799b3.tar.xz
xpand-7339a7df8a524a3f3ef8a9d0b118c05de1b799b3.zip
trying to exclude orbitBundles
-rw-r--r--build/_common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/_common.php b/build/_common.php
index a0cee06..7af11a1 100644
--- a/build/_common.php
+++ b/build/_common.php
@@ -16,7 +16,7 @@ $options = array (
* 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" => "I200.*/eclipse-SDK-|[SR]-.*200.*/eclipse-SDK-|[SR]200.*/emf-sdo-xsd-SDK-|[SR]200.*/mdt-uml2-SDK-|[SR]200.*/emft-compare-SDK-|[ISR]200.*/emft-mwe-SDK-|[SR]200.*/orbit-R*.zip",
+ "regex" => "I200.*/eclipse-SDK-|[SR]-.*200.*/eclipse-SDK-|[SR]200.*/emf-sdo-xsd-SDK-|[SR]200.*/mdt-uml2-SDK-|[SR]200.*/emft-compare-SDK-|[ISR]200.*/emft-mwe-SDK-|[SR]200.*/orbit-R*",
"Mapfile_Rule_Default" => 0, // 0: "Use Map, No Tagging=use-false" or 1:"Generate Map, No Tagging=gen-false"

Back to the top