From dac793ea47a5ec370f86dd54b624de8510dc124f Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sat, 9 May 2009 05:21:56 +0000 Subject: * 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) --- prebuild.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index b451fec..85f2702 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -2964,6 +2964,45 @@ + + + + + ../../../../bin/ + + + + + ../../../../bin/ + + + + ../../../../bin/ + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1