diff options
author | lbsa71 | 2007-04-03 20:31:46 +0000 |
---|---|---|
committer | lbsa71 | 2007-04-03 20:31:46 +0000 |
commit | d9ca66141629105c0b5c924aa51ebfcc2ebd5dc8 (patch) | |
tree | 79620e35ed07734271cf82cec172b3bd3c0e512f /OpenSim/OpenSim.exe.build | |
parent | * The world can not contain ScriptFactories that creates unique instances of ... (diff) | |
download | opensim-SC_OLD-d9ca66141629105c0b5c924aa51ebfcc2ebd5dc8.zip opensim-SC_OLD-d9ca66141629105c0b5c924aa51ebfcc2ebd5dc8.tar.gz opensim-SC_OLD-d9ca66141629105c0b5c924aa51ebfcc2ebd5dc8.tar.bz2 opensim-SC_OLD-d9ca66141629105c0b5c924aa51ebfcc2ebd5dc8.tar.xz |
* Fixad namespace clash
Diffstat (limited to 'OpenSim/OpenSim.exe.build')
-rw-r--r-- | OpenSim/OpenSim.exe.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/OpenSim.exe.build b/OpenSim/OpenSim.exe.build index deb4cfb..78124ae 100644 --- a/OpenSim/OpenSim.exe.build +++ b/OpenSim/OpenSim.exe.build | |||
@@ -11,6 +11,7 @@ | |||
11 | <resources prefix="OpenSim" dynamicprefix="true" > | 11 | <resources prefix="OpenSim" dynamicprefix="true" > |
12 | </resources> | 12 | </resources> |
13 | <sources failonempty="true"> | 13 | <sources failonempty="true"> |
14 | <include name="Application.cs" /> | ||
14 | <include name="RegionServer.cs" /> | 15 | <include name="RegionServer.cs" /> |
15 | </sources> | 16 | </sources> |
16 | <references basedir="${project::get-base-directory()}"> | 17 | <references basedir="${project::get-base-directory()}"> |