From a9bbff0cd3d660e400c856b1586d0a1128afbf5b Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Fri, 6 Aug 2010 22:44:44 +0100
Subject: Add System.Core references to OpenSim.Region.CoreModules.* to fix
windows build
This addresses http://opensimulator.org/mantis/view.php?id=4923
---
prebuild.xml | 2 ++
1 file changed, 2 insertions(+)
(limited to 'prebuild.xml')
diff --git a/prebuild.xml b/prebuild.xml
index 94c83f7..91dfd1e 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1377,6 +1377,7 @@
../../../bin/
+
@@ -1437,6 +1438,7 @@
../../../bin/
+
--
cgit v1.1
From 1cffeab99d430883dc7e9b3f290ba50284d1e7a6 Mon Sep 17 00:00:00 2001
From: justincc
Date: Fri, 6 Aug 2010 22:53:43 +0100
Subject: Relocate one System.Core reference from last commit to the Tests
project
Ooops, shouldn't have assumed that the tests project came after the main on
---
prebuild.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'prebuild.xml')
diff --git a/prebuild.xml b/prebuild.xml
index 91dfd1e..8407797 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1438,7 +1438,6 @@
../../../bin/
-
@@ -2920,6 +2919,7 @@
../../../bin/
+
--
cgit v1.1