aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer
diff options
context:
space:
mode:
authorAdam Frisby2007-05-19 04:22:06 +0000
committerAdam Frisby2007-05-19 04:22:06 +0000
commit605a34c5ef5373f2787348276187f186049fec17 (patch)
treeb48cf57d319e5d4e646a2e8c2b77d60dcf3e0b02 /OpenSim.RegionServer
parentThat shutdown function needs to call this.... (diff)
downloadopensim-SC_OLD-605a34c5ef5373f2787348276187f186049fec17.zip
opensim-SC_OLD-605a34c5ef5373f2787348276187f186049fec17.tar.gz
opensim-SC_OLD-605a34c5ef5373f2787348276187f186049fec17.tar.bz2
opensim-SC_OLD-605a34c5ef5373f2787348276187f186049fec17.tar.xz
* TortoiseSVN has an annoying red icon over stuff, this means I probably changed something.
* Updated solution files & build files via prebuild.
Diffstat (limited to 'OpenSim.RegionServer')
-rw-r--r--OpenSim.RegionServer/OpenSim.RegionServer.csproj61
-rw-r--r--OpenSim.RegionServer/OpenSim.RegionServer.dll.build180
2 files changed, 114 insertions, 127 deletions
diff --git a/OpenSim.RegionServer/OpenSim.RegionServer.csproj b/OpenSim.RegionServer/OpenSim.RegionServer.csproj
index 100622b..93285b4 100644
--- a/OpenSim.RegionServer/OpenSim.RegionServer.csproj
+++ b/OpenSim.RegionServer/OpenSim.RegionServer.csproj
@@ -1,4 +1,4 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup> 2 <PropertyGroup>
3 <ProjectType>Local</ProjectType> 3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion> 4 <ProductVersion>8.0.50727</ProductVersion>
@@ -6,8 +6,7 @@
6 <ProjectGuid>{632E1BFD-0000-0000-0000-000000000000}</ProjectGuid> 6 <ProjectGuid>{632E1BFD-0000-0000-0000-000000000000}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon> 9 <ApplicationIcon></ApplicationIcon>
10 </ApplicationIcon>
11 <AssemblyKeyContainerName> 10 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName> 11 </AssemblyKeyContainerName>
13 <AssemblyName>OpenSim.RegionServer</AssemblyName> 12 <AssemblyName>OpenSim.RegionServer</AssemblyName>
@@ -16,11 +15,9 @@
16 <DefaultTargetSchema>IE50</DefaultTargetSchema> 15 <DefaultTargetSchema>IE50</DefaultTargetSchema>
17 <DelaySign>false</DelaySign> 16 <DelaySign>false</DelaySign>
18 <OutputType>Library</OutputType> 17 <OutputType>Library</OutputType>
19 <AppDesignerFolder> 18 <AppDesignerFolder></AppDesignerFolder>
20 </AppDesignerFolder>
21 <RootNamespace>OpenSim.RegionServer</RootNamespace> 19 <RootNamespace>OpenSim.RegionServer</RootNamespace>
22 <StartupObject> 20 <StartupObject></StartupObject>
23 </StartupObject>
24 <FileUpgradeFlags> 21 <FileUpgradeFlags>
25 </FileUpgradeFlags> 22 </FileUpgradeFlags>
26 </PropertyGroup> 23 </PropertyGroup>
@@ -31,8 +28,7 @@
31 <ConfigurationOverrideFile> 28 <ConfigurationOverrideFile>
32 </ConfigurationOverrideFile> 29 </ConfigurationOverrideFile>
33 <DefineConstants>TRACE;DEBUG</DefineConstants> 30 <DefineConstants>TRACE;DEBUG</DefineConstants>
34 <DocumentationFile> 31 <DocumentationFile></DocumentationFile>
35 </DocumentationFile>
36 <DebugSymbols>True</DebugSymbols> 32 <DebugSymbols>True</DebugSymbols>
37 <FileAlignment>4096</FileAlignment> 33 <FileAlignment>4096</FileAlignment>
38 <Optimize>False</Optimize> 34 <Optimize>False</Optimize>
@@ -41,8 +37,7 @@
41 <RemoveIntegerChecks>False</RemoveIntegerChecks> 37 <RemoveIntegerChecks>False</RemoveIntegerChecks>
42 <TreatWarningsAsErrors>False</TreatWarningsAsErrors> 38 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
43 <WarningLevel>4</WarningLevel> 39 <WarningLevel>4</WarningLevel>
44 <NoWarn> 40 <NoWarn></NoWarn>
45 </NoWarn>
46 </PropertyGroup> 41 </PropertyGroup>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48 <AllowUnsafeBlocks>False</AllowUnsafeBlocks> 43 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
@@ -51,8 +46,7 @@
51 <ConfigurationOverrideFile> 46 <ConfigurationOverrideFile>
52 </ConfigurationOverrideFile> 47 </ConfigurationOverrideFile>
53 <DefineConstants>TRACE</DefineConstants> 48 <DefineConstants>TRACE</DefineConstants>
54 <DocumentationFile> 49 <DocumentationFile></DocumentationFile>
55 </DocumentationFile>
56 <DebugSymbols>False</DebugSymbols> 50 <DebugSymbols>False</DebugSymbols>
57 <FileAlignment>4096</FileAlignment> 51 <FileAlignment>4096</FileAlignment>
58 <Optimize>True</Optimize> 52 <Optimize>True</Optimize>
@@ -61,28 +55,26 @@
61 <RemoveIntegerChecks>False</RemoveIntegerChecks> 55 <RemoveIntegerChecks>False</RemoveIntegerChecks>
62 <TreatWarningsAsErrors>False</TreatWarningsAsErrors> 56 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
63 <WarningLevel>4</WarningLevel> 57 <WarningLevel>4</WarningLevel>
64 <NoWarn> 58 <NoWarn></NoWarn>
65 </NoWarn>
66 </PropertyGroup> 59 </PropertyGroup>
67 <ItemGroup> 60 <ItemGroup>
68 <Reference Include="System"> 61 <Reference Include="System" >
69 <HintPath>System.dll</HintPath> 62 <HintPath>System.dll</HintPath>
70 <Private>False</Private> 63 <Private>False</Private>
71 </Reference> 64 </Reference>
72 <Reference Include="System.Data" /> 65 <Reference Include="System.Xml" >
73 <Reference Include="System.Xml">
74 <HintPath>System.Xml.dll</HintPath> 66 <HintPath>System.Xml.dll</HintPath>
75 <Private>False</Private> 67 <Private>False</Private>
76 </Reference> 68 </Reference>
77 <Reference Include="libsecondlife.dll"> 69 <Reference Include="libsecondlife.dll" >
78 <HintPath>..\bin\libsecondlife.dll</HintPath> 70 <HintPath>..\bin\libsecondlife.dll</HintPath>
79 <Private>False</Private> 71 <Private>False</Private>
80 </Reference> 72 </Reference>
81 <Reference Include="Axiom.MathLib.dll"> 73 <Reference Include="Axiom.MathLib.dll" >
82 <HintPath>..\bin\Axiom.MathLib.dll</HintPath> 74 <HintPath>..\bin\Axiom.MathLib.dll</HintPath>
83 <Private>False</Private> 75 <Private>False</Private>
84 </Reference> 76 </Reference>
85 <Reference Include="Db4objects.Db4o.dll"> 77 <Reference Include="Db4objects.Db4o.dll" >
86 <HintPath>..\bin\Db4objects.Db4o.dll</HintPath> 78 <HintPath>..\bin\Db4objects.Db4o.dll</HintPath>
87 <Private>False</Private> 79 <Private>False</Private>
88 </Reference> 80 </Reference>
@@ -92,43 +84,43 @@
92 <Name>OpenSim.Terrain.BasicTerrain</Name> 84 <Name>OpenSim.Terrain.BasicTerrain</Name>
93 <Project>{2270B8FE-0000-0000-0000-000000000000}</Project> 85 <Project>{2270B8FE-0000-0000-0000-000000000000}</Project>
94 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 86 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
95 <Private>False</Private> 87 <Private>False</Private>
96 </ProjectReference> 88 </ProjectReference>
97 <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj"> 89 <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj">
98 <Name>OpenSim.Framework</Name> 90 <Name>OpenSim.Framework</Name>
99 <Project>{8ACA2445-0000-0000-0000-000000000000}</Project> 91 <Project>{8ACA2445-0000-0000-0000-000000000000}</Project>
100 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 92 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
101 <Private>False</Private> 93 <Private>False</Private>
102 </ProjectReference> 94 </ProjectReference>
103 <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj"> 95 <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
104 <Name>OpenSim.Framework.Console</Name> 96 <Name>OpenSim.Framework.Console</Name>
105 <Project>{A7CD0630-0000-0000-0000-000000000000}</Project> 97 <Project>{A7CD0630-0000-0000-0000-000000000000}</Project>
106 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 98 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
107 <Private>False</Private> 99 <Private>False</Private>
108 </ProjectReference> 100 </ProjectReference>
109 <ProjectReference Include="..\OpenSim.GenericConfig\Xml\OpenSim.GenericConfig.Xml.csproj"> 101 <ProjectReference Include="..\OpenSim.GenericConfig\Xml\OpenSim.GenericConfig.Xml.csproj">
110 <Name>OpenSim.GenericConfig.Xml</Name> 102 <Name>OpenSim.GenericConfig.Xml</Name>
111 <Project>{E88EF749-0000-0000-0000-000000000000}</Project> 103 <Project>{E88EF749-0000-0000-0000-000000000000}</Project>
112 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 104 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
113 <Private>False</Private> 105 <Private>False</Private>
114 </ProjectReference> 106 </ProjectReference>
115 <ProjectReference Include="..\OpenSim.Physics\Manager\OpenSim.Physics.Manager.csproj"> 107 <ProjectReference Include="..\OpenSim.Physics\Manager\OpenSim.Physics.Manager.csproj">
116 <Name>OpenSim.Physics.Manager</Name> 108 <Name>OpenSim.Physics.Manager</Name>
117 <Project>{8BE16150-0000-0000-0000-000000000000}</Project> 109 <Project>{8BE16150-0000-0000-0000-000000000000}</Project>
118 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 110 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
119 <Private>False</Private> 111 <Private>False</Private>
120 </ProjectReference> 112 </ProjectReference>
121 <ProjectReference Include="..\OpenSim.Servers\OpenSim.Servers.csproj"> 113 <ProjectReference Include="..\OpenSim.Servers\OpenSim.Servers.csproj">
122 <Name>OpenSim.Servers</Name> 114 <Name>OpenSim.Servers</Name>
123 <Project>{8BB20F0A-0000-0000-0000-000000000000}</Project> 115 <Project>{8BB20F0A-0000-0000-0000-000000000000}</Project>
124 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 116 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
125 <Private>False</Private> 117 <Private>False</Private>
126 </ProjectReference> 118 </ProjectReference>
127 <ProjectReference Include="..\XmlRpcCS\XMLRPC.csproj"> 119 <ProjectReference Include="..\XmlRpcCS\XMLRPC.csproj">
128 <Name>XMLRPC</Name> 120 <Name>XMLRPC</Name>
129 <Project>{8E81D43C-0000-0000-0000-000000000000}</Project> 121 <Project>{8E81D43C-0000-0000-0000-000000000000}</Project>
130 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 122 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
131 <Private>False</Private> 123 <Private>False</Private>
132 </ProjectReference> 124 </ProjectReference>
133 </ItemGroup> 125 </ItemGroup>
134 <ItemGroup> 126 <ItemGroup>
@@ -169,16 +161,13 @@
169 <SubType>Code</SubType> 161 <SubType>Code</SubType>
170 </Compile> 162 </Compile>
171 <Compile Include="SimClient.Grid.cs"> 163 <Compile Include="SimClient.Grid.cs">
172 <DependentUpon>SimClient.cs</DependentUpon>
173 <SubType>Code</SubType> 164 <SubType>Code</SubType>
174 </Compile> 165 </Compile>
175 <Compile Include="SimClient.PacketHandlers.cs"> 166 <Compile Include="SimClient.PacketHandlers.cs">
176 <SubType>Code</SubType> 167 <SubType>Code</SubType>
177 <DependentUpon>SimClient.cs</DependentUpon>
178 </Compile> 168 </Compile>
179 <Compile Include="SimClient.ProcessPackets.cs"> 169 <Compile Include="SimClient.ProcessPackets.cs">
180 <SubType>Code</SubType> 170 <SubType>Code</SubType>
181 <DependentUpon>SimClient.cs</DependentUpon>
182 </Compile> 171 </Compile>
183 <Compile Include="SimClientBase.cs"> 172 <Compile Include="SimClientBase.cs">
184 <SubType>Code</SubType> 173 <SubType>Code</SubType>
@@ -206,14 +195,12 @@
206 </Compile> 195 </Compile>
207 <Compile Include="world\Avatar.Client.cs"> 196 <Compile Include="world\Avatar.Client.cs">
208 <SubType>Code</SubType> 197 <SubType>Code</SubType>
209 <DependentUpon>Avatar.cs</DependentUpon>
210 </Compile> 198 </Compile>
211 <Compile Include="world\Avatar.cs"> 199 <Compile Include="world\Avatar.cs">
212 <SubType>Code</SubType> 200 <SubType>Code</SubType>
213 </Compile> 201 </Compile>
214 <Compile Include="world\Avatar.Update.cs"> 202 <Compile Include="world\Avatar.Update.cs">
215 <SubType>Code</SubType> 203 <SubType>Code</SubType>
216 <DependentUpon>Avatar.cs</DependentUpon>
217 </Compile> 204 </Compile>
218 <Compile Include="world\AvatarAnimations.cs"> 205 <Compile Include="world\AvatarAnimations.cs">
219 <SubType>Code</SubType> 206 <SubType>Code</SubType>
@@ -235,11 +222,12 @@
235 </Compile> 222 </Compile>
236 <Compile Include="world\World.PacketHandlers.cs"> 223 <Compile Include="world\World.PacketHandlers.cs">
237 <SubType>Code</SubType> 224 <SubType>Code</SubType>
238 <DependentUpon>World.cs</DependentUpon>
239 </Compile> 225 </Compile>
240 <Compile Include="world\World.Scripting.cs"> 226 <Compile Include="world\World.Scripting.cs">
241 <SubType>Code</SubType> 227 <SubType>Code</SubType>
242 <DependentUpon>World.cs</DependentUpon> 228 </Compile>
229 <Compile Include="world\WorldBase.cs">
230 <SubType>Code</SubType>
243 </Compile> 231 </Compile>
244 <Compile Include="world\scripting\IScriptContext.cs"> 232 <Compile Include="world\scripting\IScriptContext.cs">
245 <SubType>Code</SubType> 233 <SubType>Code</SubType>
@@ -259,7 +247,6 @@
259 <Compile Include="world\scripting\Scripts\FollowRandomAvatar.cs"> 247 <Compile Include="world\scripting\Scripts\FollowRandomAvatar.cs">
260 <SubType>Code</SubType> 248 <SubType>Code</SubType>
261 </Compile> 249 </Compile>
262 <Compile Include="world\WorldBase.cs" />
263 </ItemGroup> 250 </ItemGroup>
264 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> 251 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
265 <PropertyGroup> 252 <PropertyGroup>
@@ -268,4 +255,4 @@
268 <PostBuildEvent> 255 <PostBuildEvent>
269 </PostBuildEvent> 256 </PostBuildEvent>
270 </PropertyGroup> 257 </PropertyGroup>
271</Project> \ No newline at end of file 258</Project>
diff --git a/OpenSim.RegionServer/OpenSim.RegionServer.dll.build b/OpenSim.RegionServer/OpenSim.RegionServer.dll.build
index 454bccb..35985ac 100644
--- a/OpenSim.RegionServer/OpenSim.RegionServer.dll.build
+++ b/OpenSim.RegionServer/OpenSim.RegionServer.dll.build
@@ -1,90 +1,90 @@
1<?xml version="1.0" ?> 1<?xml version="1.0" ?>
2<project name="OpenSim.RegionServer" default="build"> 2<project name="OpenSim.RegionServer" default="build">
3 <target name="build"> 3 <target name="build">
4 <echo message="Build Directory is ${project::get-base-directory()}/${build.dir}" /> 4 <echo message="Build Directory is ${project::get-base-directory()}/${build.dir}" />
5 <mkdir dir="${project::get-base-directory()}/${build.dir}" /> 5 <mkdir dir="${project::get-base-directory()}/${build.dir}" />
6 <copy todir="${project::get-base-directory()}/${build.dir}"> 6 <copy todir="${project::get-base-directory()}/${build.dir}">
7 <fileset basedir="${project::get-base-directory()}"> 7 <fileset basedir="${project::get-base-directory()}">
8 </fileset> 8 </fileset>
9 </copy> 9 </copy>
10 <csc target="library" debug="${build.debug}" unsafe="False" define="TRACE" output="${project::get-base-directory()}/${build.dir}/${project::get-name()}.dll"> 10 <csc target="library" debug="${build.debug}" unsafe="False" define="TRACE;DEBUG" output="${project::get-base-directory()}/${build.dir}/${project::get-name()}.dll">
11 <resources prefix="OpenSim.RegionServer" dynamicprefix="true" > 11 <resources prefix="OpenSim.RegionServer" dynamicprefix="true" >
12 </resources> 12 </resources>
13 <sources failonempty="true"> 13 <sources failonempty="true">
14 <include name="AgentAssetUpload.cs" /> 14 <include name="AgentAssetUpload.cs" />
15 <include name="AuthenticateSessionsBase.cs" /> 15 <include name="AuthenticateSessionsBase.cs" />
16 <include name="AuthenticateSessionsLocal.cs" /> 16 <include name="AuthenticateSessionsLocal.cs" />
17 <include name="AuthenticateSessionsRemote.cs" /> 17 <include name="AuthenticateSessionsRemote.cs" />
18 <include name="Grid.cs" /> 18 <include name="Grid.cs" />
19 <include name="OpenSimMain.cs" /> 19 <include name="OpenSimMain.cs" />
20 <include name="OpenSimNetworkHandler.cs" /> 20 <include name="OpenSimNetworkHandler.cs" />
21 <include name="PacketServer.cs" /> 21 <include name="PacketServer.cs" />
22 <include name="RegionInfo.cs" /> 22 <include name="RegionInfo.cs" />
23 <include name="RegionInfoBase.cs" /> 23 <include name="RegionInfoBase.cs" />
24 <include name="RegionServerBase.cs" /> 24 <include name="RegionServerBase.cs" />
25 <include name="SimClient.Grid.cs" /> 25 <include name="SimClient.cs" />
26 <include name="SimClient.PacketHandlers.cs" /> 26 <include name="SimClient.Grid.cs" />
27 <include name="SimClient.ProcessPackets.cs" /> 27 <include name="SimClient.PacketHandlers.cs" />
28 <include name="SimClient.cs" /> 28 <include name="SimClient.ProcessPackets.cs" />
29 <include name="SimClientBase.cs" /> 29 <include name="SimClientBase.cs" />
30 <include name="UDPServer.cs" /> 30 <include name="UDPServer.cs" />
31 <include name="VersionInfo.cs" /> 31 <include name="VersionInfo.cs" />
32 <include name="Assets/AssetCache.cs" /> 32 <include name="Assets/AssetCache.cs" />
33 <include name="Assets/InventoryCache.cs" /> 33 <include name="Assets/InventoryCache.cs" />
34 <include name="CAPS/AdminWebFront.cs" /> 34 <include name="CAPS/AdminWebFront.cs" />
35 <include name="types/Mesh.cs" /> 35 <include name="types/Mesh.cs" />
36 <include name="types/Triangle.cs" /> 36 <include name="types/Triangle.cs" />
37 <include name="world/Avatar.Client.cs" /> 37 <include name="world/Avatar.Client.cs" />
38 <include name="world/Avatar.Update.cs" /> 38 <include name="world/Avatar.cs" />
39 <include name="world/Avatar.cs" /> 39 <include name="world/Avatar.Update.cs" />
40 <include name="world/AvatarAnimations.cs" /> 40 <include name="world/AvatarAnimations.cs" />
41 <include name="world/Entity.cs" /> 41 <include name="world/Entity.cs" />
42 <include name="world/Primitive.cs" /> 42 <include name="world/Primitive.cs" />
43 <include name="world/Primitive2.cs" /> 43 <include name="world/Primitive2.cs" />
44 <include name="world/SceneObject.cs" /> 44 <include name="world/SceneObject.cs" />
45 <include name="world/World.PacketHandlers.cs" /> 45 <include name="world/World.cs" />
46 <include name="world/World.Scripting.cs" /> 46 <include name="world/World.PacketHandlers.cs" />
47 <include name="world/World.cs" /> 47 <include name="world/World.Scripting.cs" />
48 <include name="world/WorldBase.cs" /> 48 <include name="world/WorldBase.cs" />
49 <include name="world/scripting/IScriptContext.cs" /> 49 <include name="world/scripting/IScriptContext.cs" />
50 <include name="world/scripting/IScriptEntity.cs" /> 50 <include name="world/scripting/IScriptEntity.cs" />
51 <include name="world/scripting/IScriptHandler.cs" /> 51 <include name="world/scripting/IScriptHandler.cs" />
52 <include name="world/scripting/Script.cs" /> 52 <include name="world/scripting/Script.cs" />
53 <include name="world/scripting/ScriptFactory.cs" /> 53 <include name="world/scripting/ScriptFactory.cs" />
54 <include name="world/scripting/Scripts/FollowRandomAvatar.cs" /> 54 <include name="world/scripting/Scripts/FollowRandomAvatar.cs" />
55 </sources> 55 </sources>
56 <references basedir="${project::get-base-directory()}"> 56 <references basedir="${project::get-base-directory()}">
57 <lib> 57 <lib>
58 <include name="${project::get-base-directory()}" /> 58 <include name="${project::get-base-directory()}" />
59 <include name="${project::get-base-directory()}/${build.dir}" /> 59 <include name="${project::get-base-directory()}/${build.dir}" />
60 </lib> 60 </lib>
61 <include name="System.dll" /> 61 <include name="System.dll" />
62 <include name="System.Xml.dll" /> 62 <include name="System.Xml.dll" />
63 <include name="../bin/libsecondlife.dll" /> 63 <include name="../bin/libsecondlife.dll" />
64 <include name="../bin/Axiom.MathLib.dll" /> 64 <include name="../bin/Axiom.MathLib.dll" />
65 <include name="../bin/Db4objects.Db4o.dll" /> 65 <include name="../bin/Db4objects.Db4o.dll" />
66 <include name="../bin/OpenSim.Terrain.BasicTerrain.dll" /> 66 <include name="../bin/OpenSim.Terrain.BasicTerrain.dll" />
67 <include name="../bin/OpenSim.Framework.dll" /> 67 <include name="../bin/OpenSim.Framework.dll" />
68 <include name="../bin/OpenSim.Framework.Console.dll" /> 68 <include name="../bin/OpenSim.Framework.Console.dll" />
69 <include name="../bin/OpenSim.GenericConfig.Xml.dll" /> 69 <include name="../bin/OpenSim.GenericConfig.Xml.dll" />
70 <include name="../bin/OpenSim.Physics.Manager.dll" /> 70 <include name="../bin/OpenSim.Physics.Manager.dll" />
71 <include name="../bin/OpenSim.Servers.dll" /> 71 <include name="../bin/OpenSim.Servers.dll" />
72 <include name="../bin/XMLRPC.dll" /> 72 <include name="../bin/XMLRPC.dll" />
73 </references> 73 </references>
74 </csc> 74 </csc>
75 <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../bin/" /> 75 <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../bin/" />
76 <mkdir dir="${project::get-base-directory()}/../bin/"/> 76 <mkdir dir="${project::get-base-directory()}/../bin/"/>
77 <copy todir="${project::get-base-directory()}/../bin/"> 77 <copy todir="${project::get-base-directory()}/../bin/">
78 <fileset basedir="${project::get-base-directory()}/${build.dir}/" > 78 <fileset basedir="${project::get-base-directory()}/${build.dir}/" >
79 <include name="*.dll"/> 79 <include name="*.dll"/>
80 <include name="*.exe"/> 80 <include name="*.exe"/>
81 </fileset> 81 </fileset>
82 </copy> 82 </copy>
83 </target> 83 </target>
84 <target name="clean"> 84 <target name="clean">
85 <delete dir="${bin.dir}" failonerror="false" /> 85 <delete dir="${bin.dir}" failonerror="false" />
86 <delete dir="${obj.dir}" failonerror="false" /> 86 <delete dir="${obj.dir}" failonerror="false" />
87 </target> 87 </target>
88 <target name="doc" description="Creates documentation."> 88 <target name="doc" description="Creates documentation.">
89 </target> 89 </target>
90</project> 90</project>