diff options
author | Justin Clarke Casey | 2008-01-21 18:28:23 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-01-21 18:28:23 +0000 |
commit | 196481efc789cdd1b5a95b0b82c624df854e7cce (patch) | |
tree | f7b5d05bec8300c509003b892385e943c0eff5d5 /prebuild.xml | |
parent | * Scripts edited within a prim will now be persisted correctly (diff) | |
download | opensim-SC_OLD-196481efc789cdd1b5a95b0b82c624df854e7cce.zip opensim-SC_OLD-196481efc789cdd1b5a95b0b82c624df854e7cce.tar.gz opensim-SC_OLD-196481efc789cdd1b5a95b0b82c624df854e7cce.tar.bz2 opensim-SC_OLD-196481efc789cdd1b5a95b0b82c624df854e7cce.tar.xz |
* Fix accidental commenting out of OpenSim.Framework.Data
* This should fix the current DB4o build break (which is the first symptom)
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 0364198..52dfdeb 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -102,6 +102,7 @@ | |||
102 | </Files> | 102 | </Files> |
103 | </Project> | 103 | </Project> |
104 | 104 | ||
105 | --> | ||
105 | <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library"> | 106 | <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library"> |
106 | <Configuration name="Debug"> | 107 | <Configuration name="Debug"> |
107 | <Options> | 108 | <Options> |
@@ -126,7 +127,7 @@ | |||
126 | <Match pattern="*.cs" recurse="true"/> | 127 | <Match pattern="*.cs" recurse="true"/> |
127 | </Files> | 128 | </Files> |
128 | </Project> | 129 | </Project> |
129 | --> | 130 | |
130 | <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> | 131 | <Project name="OpenSim.Framework.Configuration.XML" path="OpenSim/Framework/Configuration/XML" type="Library"> |
131 | <Configuration name="Debug"> | 132 | <Configuration name="Debug"> |
132 | <Options> | 133 | <Options> |