diff options
author | MW | 2007-04-04 18:26:33 +0000 |
---|---|---|
committer | MW | 2007-04-04 18:26:33 +0000 |
commit | d3766d0aef46c53b9e92afa77ffaa33817c7a04a (patch) | |
tree | 6e93d5ac3a70e38ce68d2694f0e0fbec68633e6c /prebuild.xml | |
parent | Split Avatar class into three partial classes (hopefully will make it easier ... (diff) | |
download | opensim-SC-d3766d0aef46c53b9e92afa77ffaa33817c7a04a.zip opensim-SC-d3766d0aef46c53b9e92afa77ffaa33817c7a04a.tar.gz opensim-SC-d3766d0aef46c53b9e92afa77ffaa33817c7a04a.tar.bz2 opensim-SC-d3766d0aef46c53b9e92afa77ffaa33817c7a04a.tar.xz |
Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now.
Split World class into two partial classes
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/prebuild.xml b/prebuild.xml index 54acc4b..4230a9a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -177,32 +177,6 @@ | |||
177 | </Files> | 177 | </Files> |
178 | </Project> | 178 | </Project> |
179 | 179 | ||
180 | <!-- Config Plug-ins --> | ||
181 | <Project name="OpenSim.Config.SimConfigDb4o" path="OpenSim.Config/SimConfigDb4o" type="Library"> | ||
182 | <Configuration name="Debug"> | ||
183 | <Options> | ||
184 | <OutputPath>../../bin/</OutputPath> | ||
185 | </Options> | ||
186 | </Configuration> | ||
187 | <Configuration name="Release"> | ||
188 | <Options> | ||
189 | <OutputPath>../../bin/</OutputPath> | ||
190 | </Options> | ||
191 | </Configuration> | ||
192 | |||
193 | <ReferencePath>../../bin/</ReferencePath> | ||
194 | <Reference name="System" localCopy="false"/> | ||
195 | <Reference name="System.Data.dll"/> | ||
196 | <Reference name="System.Xml"/> | ||
197 | <Reference name="libsecondlife.dll"/> | ||
198 | <Reference name="Db4objects.Db4o.dll"/> | ||
199 | <Reference name="OpenSim.Framework"/> | ||
200 | <Reference name="OpenSim.Framework.Console"/> | ||
201 | <Files> | ||
202 | <Match pattern="*.cs" recurse="true"/> | ||
203 | </Files> | ||
204 | </Project> | ||
205 | |||
206 | <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGrid.Config/GridConfigDb4o" type="Library"> | 180 | <Project name="OpenGrid.Config.GridConfigDb4o" path="OpenGrid.Config/GridConfigDb4o" type="Library"> |
207 | <Configuration name="Debug"> | 181 | <Configuration name="Debug"> |
208 | <Options> | 182 | <Options> |