aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetServer/OpenSim.Grid.AssetServer.exe.build
diff options
context:
space:
mode:
authormingchen2007-06-29 16:43:48 +0000
committermingchen2007-06-29 16:43:48 +0000
commit6b3777d3db323f2054aeff1ba4be3e78edef21b8 (patch)
tree0b1f014042ba261a986b359dc24ecfed4c4e42ea /OpenSim/Grid/AssetServer/OpenSim.Grid.AssetServer.exe.build
parent* just making sure build files are latest (diff)
downloadopensim-SC_OLD-6b3777d3db323f2054aeff1ba4be3e78edef21b8.zip
opensim-SC_OLD-6b3777d3db323f2054aeff1ba4be3e78edef21b8.tar.gz
opensim-SC_OLD-6b3777d3db323f2054aeff1ba4be3e78edef21b8.tar.bz2
opensim-SC_OLD-6b3777d3db323f2054aeff1ba4be3e78edef21b8.tar.xz
*Deleted Logger.cs from OpenSim.Framework
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/AssetServer/OpenSim.Grid.AssetServer.exe.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/AssetServer/OpenSim.Grid.AssetServer.exe.build b/OpenSim/Grid/AssetServer/OpenSim.Grid.AssetServer.exe.build
index 88724f6..0a1b533 100644
--- a/OpenSim/Grid/AssetServer/OpenSim.Grid.AssetServer.exe.build
+++ b/OpenSim/Grid/AssetServer/OpenSim.Grid.AssetServer.exe.build
@@ -11,8 +11,8 @@
11 <resources prefix="OpenSim.Grid.AssetServer" dynamicprefix="true" > 11 <resources prefix="OpenSim.Grid.AssetServer" dynamicprefix="true" >
12 </resources> 12 </resources>
13 <sources failonempty="true"> 13 <sources failonempty="true">
14 <include name="AssetHttpServer.cs" />
15 <include name="Main.cs" /> 14 <include name="Main.cs" />
15 <include name="AssetHttpServer.cs" />
16 <include name="Properties/AssemblyInfo.cs" /> 16 <include name="Properties/AssemblyInfo.cs" />
17 </sources> 17 </sources>
18 <references basedir="${project::get-base-directory()}"> 18 <references basedir="${project::get-base-directory()}">