From 612b96c862bc259912b5479d738d6090ef56dfd4 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Thu, 29 Jan 2009 02:50:18 +0000
Subject: [PATCH] update prereq dependancies for dtp -- back build more
 forgiving

---
 releng.wtpbuilder/build.properties | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties
index f4eb3e577..bdb8ed101 100644
--- a/releng.wtpbuilder/build.properties
+++ b/releng.wtpbuilder/build.properties
@@ -4,6 +4,13 @@
 # it must be relative to the build home
 #
 
+# allow the build to be forgiving of resolution problems
+# note, this means things can be built that won't run, but, 
+# in some cases, the packaging "fixes" the problem. 
+# in some cases, this is required, such as when building multiple 
+# versions of singletons 
+resolution.devMode=true
+
 # uncomment if its desired to skip unit tests
 # (if not already defined from elsewhere)
 # skipUnitTests=yes
-- 
GitLab