diff options
author | Melanie Thielker | 2009-07-10 20:46:16 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-07-10 20:46:16 +0000 |
commit | ec1a5d89336570d1cbef64607160bd8ab1a55fb6 (patch) | |
tree | fb6995d36b431e7e65c8f46bb7f3c00fba12fd2b /prebuild.xml | |
parent | Committing the interface change and the addition to the modules to get (diff) | |
download | opensim-SC_OLD-ec1a5d89336570d1cbef64607160bd8ab1a55fb6.zip opensim-SC_OLD-ec1a5d89336570d1cbef64607160bd8ab1a55fb6.tar.gz opensim-SC_OLD-ec1a5d89336570d1cbef64607160bd8ab1a55fb6.tar.bz2 opensim-SC_OLD-ec1a5d89336570d1cbef64607160bd8ab1a55fb6.tar.xz |
Some module reshuffling, no user functionality yet
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/prebuild.xml b/prebuild.xml index 8274ad5..77b6e1a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3164,44 +3164,6 @@ | |||
3164 | </Files> | 3164 | </Files> |
3165 | </Project> | 3165 | </Project> |
3166 | 3166 | ||
3167 | <Project name="OpenSim.Region.ReplaceableModules.MoneyModule" path="OpenSim/Region/ReplaceableModules/MoneyModule" type="Library"> | ||
3168 | <Configuration name="Debug"> | ||
3169 | <Options> | ||
3170 | <OutputPath>../../../../bin/</OutputPath> | ||
3171 | </Options> | ||
3172 | </Configuration> | ||
3173 | <Configuration name="Release"> | ||
3174 | <Options> | ||
3175 | <OutputPath>../../../../bin/</OutputPath> | ||
3176 | </Options> | ||
3177 | </Configuration> | ||
3178 | |||
3179 | <ReferencePath>../../../../bin/</ReferencePath> | ||
3180 | <Reference name="System"/> | ||
3181 | <Reference name="System.Xml"/> | ||
3182 | <Reference name="System.Web"/> | ||
3183 | <Reference name="OpenMetaverseTypes.dll"/> | ||
3184 | <Reference name="OpenMetaverse.dll"/> | ||
3185 | <Reference name="OpenSim.Framework"/> | ||
3186 | <Reference name="OpenSim.Framework.Communications"/> | ||
3187 | <Reference name="OpenSim.Region.Framework" /> | ||
3188 | <Reference name="OpenSim.Framework.Servers"/> | ||
3189 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
3190 | <Reference name="OpenSim.Framework.Serialization"/> | ||
3191 | <Reference name="OpenSim.Framework.Console"/> | ||
3192 | <Reference name="XMLRPC.dll"/> | ||
3193 | <Reference name="OpenSim.Framework.Communications"/> | ||
3194 | <Reference name="Nini.dll" /> | ||
3195 | <Reference name="log4net.dll"/> | ||
3196 | |||
3197 | <Files> | ||
3198 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
3199 | <Match pattern="*.cs" recurse="true"> | ||
3200 | </Match> | ||
3201 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
3202 | </Files> | ||
3203 | </Project> | ||
3204 | |||
3205 | <Project name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> | 3167 | <Project name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> |
3206 | <Configuration name="Debug"> | 3168 | <Configuration name="Debug"> |
3207 | <Options> | 3169 | <Options> |