diff options
author | Teravus Ovares | 2009-05-09 05:21:56 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-05-09 05:21:56 +0000 |
commit | dac793ea47a5ec370f86dd54b624de8510dc124f (patch) | |
tree | 862e4bd25ff423ec357c54b752cf1b97c6d434d3 /prebuild.xml | |
parent | Make remote assets work through the new server system (diff) | |
download | opensim-SC_OLD-dac793ea47a5ec370f86dd54b624de8510dc124f.zip opensim-SC_OLD-dac793ea47a5ec370f86dd54b624de8510dc124f.tar.gz opensim-SC_OLD-dac793ea47a5ec370f86dd54b624de8510dc124f.tar.bz2 opensim-SC_OLD-dac793ea47a5ec370f86dd54b624de8510dc124f.tar.xz |
* Break out the SampleMoneyModule to a new namespace
* Create the OpenSim.Region.ReplaceableModules namespace for modules that we intend to have people replace (see readme)
* Create the OpenSim.Region.ReplaceableModules.MoneyModule namespace
* Put our current Sample MoneyModule in this namespace. (more modifications here next commit)
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index b451fec..85f2702 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2964,6 +2964,45 @@ | |||
2964 | </Match> | 2964 | </Match> |
2965 | </Files> | 2965 | </Files> |
2966 | </Project> | 2966 | </Project> |
2967 | |||
2968 | <Project name="OpenSim.Region.ReplaceableModules.MoneyModule" path="OpenSim/Region/ReplaceableModules/MoneyModule" type="Library"> | ||
2969 | <Configuration name="Debug"> | ||
2970 | <Options> | ||
2971 | <OutputPath>../../../../bin/</OutputPath> | ||
2972 | </Options> | ||
2973 | </Configuration> | ||
2974 | <Configuration name="Release"> | ||
2975 | <Options> | ||
2976 | <OutputPath>../../../../bin/</OutputPath> | ||
2977 | </Options> | ||
2978 | </Configuration> | ||
2979 | |||
2980 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2981 | <Reference name="System"/> | ||
2982 | <Reference name="System.Xml"/> | ||
2983 | <Reference name="System.Web"/> | ||
2984 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2985 | <Reference name="OpenMetaverse.dll"/> | ||
2986 | <Reference name="OpenSim.Framework"/> | ||
2987 | <Reference name="OpenSim.Framework.Communications"/> | ||
2988 | <Reference name="OpenSim.Region.Framework" /> | ||
2989 | <Reference name="OpenSim.Framework.Servers"/> | ||
2990 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | ||
2991 | <Reference name="OpenSim.Framework.Serialization"/> | ||
2992 | <Reference name="OpenSim.Framework.Console"/> | ||
2993 | <Reference name="XMLRPC.dll"/> | ||
2994 | <Reference name="OpenSim.Framework.Communications"/> | ||
2995 | <Reference name="Nini.dll" /> | ||
2996 | <Reference name="log4net.dll"/> | ||
2997 | |||
2998 | <Files> | ||
2999 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
3000 | <Match pattern="*.cs" recurse="true"> | ||
3001 | </Match> | ||
3002 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
3003 | </Files> | ||
3004 | </Project> | ||
3005 | |||
2967 | <Project name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> | 3006 | <Project name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> |
2968 | <Configuration name="Debug"> | 3007 | <Configuration name="Debug"> |
2969 | <Options> | 3008 | <Options> |