diff options
author | gareth | 2007-04-02 11:41:45 +0000 |
---|---|---|
committer | gareth | 2007-04-02 11:41:45 +0000 |
commit | 906526bb9a28898771592fca12758ef19c19e56e (patch) | |
tree | f38b928b570e820442366f4b8d6de9f7c3146ee0 /prebuild.xml | |
parent | Moved database storage of the world map to the Db4LocalStorage so its in the ... (diff) | |
download | opensim-SC_OLD-906526bb9a28898771592fca12758ef19c19e56e.zip opensim-SC_OLD-906526bb9a28898771592fca12758ef19c19e56e.tar.gz opensim-SC_OLD-906526bb9a28898771592fca12758ef19c19e56e.tar.bz2 opensim-SC_OLD-906526bb9a28898771592fca12758ef19c19e56e.tar.xz |
Finished adding Db4o support to user profile manager
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/prebuild.xml b/prebuild.xml index 024102c..59a90e0 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -50,6 +50,7 @@ | |||
50 | <Reference name="System"/> | 50 | <Reference name="System"/> |
51 | <Reference name="System.Xml"/> | 51 | <Reference name="System.Xml"/> |
52 | <Reference name="libsecondlife.dll"/> | 52 | <Reference name="libsecondlife.dll"/> |
53 | <Reference name="Db4objects.Db4o.dll"/> | ||
53 | <Files> | 54 | <Files> |
54 | <Match pattern="*.cs" recurse="true"/> | 55 | <Match pattern="*.cs" recurse="true"/> |
55 | </Files> | 56 | </Files> |
@@ -74,27 +75,6 @@ | |||
74 | </Files> | 75 | </Files> |
75 | </Project> | 76 | </Project> |
76 | 77 | ||
77 | <Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library"> | ||
78 | <Configuration name="Debug"> | ||
79 | <Options> | ||
80 | <OutputPath>../bin/</OutputPath> | ||
81 | </Options> | ||
82 | </Configuration> | ||
83 | <Configuration name="Release"> | ||
84 | <Options> | ||
85 | <OutputPath>../bin/</OutputPath> | ||
86 | </Options> | ||
87 | </Configuration> | ||
88 | |||
89 | <ReferencePath>../bin/</ReferencePath> | ||
90 | <Reference name="System"/> | ||
91 | <Reference name="System.Xml"/> | ||
92 | <Reference name="libsecondlife.dll"/> | ||
93 | <Files> | ||
94 | <Match pattern="*.cs" recurse="true"/> | ||
95 | </Files> | ||
96 | </Project> | ||
97 | |||
98 | <Project name="OpenSim.Servers" path="Servers" type="Library"> | 78 | <Project name="OpenSim.Servers" path="Servers" type="Library"> |
99 | <Configuration name="Debug"> | 79 | <Configuration name="Debug"> |
100 | <Options> | 80 | <Options> |
@@ -167,6 +147,7 @@ | |||
167 | <Reference name="OpenSim.Framework"/> | 147 | <Reference name="OpenSim.Framework"/> |
168 | <Reference name="OpenSim.Framework.Console"/> | 148 | <Reference name="OpenSim.Framework.Console"/> |
169 | <Reference name="libsecondlife.dll"/> | 149 | <Reference name="libsecondlife.dll"/> |
150 | <Reference name="Db4objects.Db4o.dll"/> | ||
170 | 151 | ||
171 | <Files> | 152 | <Files> |
172 | <Match pattern="*.cs" recurse="true"/> | 153 | <Match pattern="*.cs" recurse="true"/> |