diff options
author | Adam Frisby | 2007-06-28 19:35:20 +0000 |
---|---|---|
committer | Adam Frisby | 2007-06-28 19:35:20 +0000 |
commit | 135e9b1f538ae77dfd8bf68139c960fb8e016c16 (patch) | |
tree | 91655f67e6e024415f6069977f54cb891670171a /OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build | |
parent | *Added UUIDNameRequest packet support (untested, but should work -- at least ... (diff) | |
download | opensim-SC_OLD-135e9b1f538ae77dfd8bf68139c960fb8e016c16.zip opensim-SC_OLD-135e9b1f538ae77dfd8bf68139c960fb8e016c16.tar.gz opensim-SC_OLD-135e9b1f538ae77dfd8bf68139c960fb8e016c16.tar.bz2 opensim-SC_OLD-135e9b1f538ae77dfd8bf68139c960fb8e016c16.tar.xz |
* Removed J# language support because it has issues with Mono.
Diffstat (limited to 'OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build')
-rw-r--r-- | OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build b/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build index 817e5b0..a091b5c 100644 --- a/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build +++ b/OpenSim/Region/Capabilities/OpenSim.Region.Capabilities.dll.build | |||
@@ -11,18 +11,18 @@ | |||
11 | <resources prefix="OpenSim.Region.Capabilities" dynamicprefix="true" > | 11 | <resources prefix="OpenSim.Region.Capabilities" dynamicprefix="true" > |
12 | </resources> | 12 | </resources> |
13 | <sources failonempty="true"> | 13 | <sources failonempty="true"> |
14 | <include name="LLSDCapsDetails.cs" /> | 14 | <include name="Caps.cs" /> |
15 | <include name="LLSDArray.cs" /> | 15 | <include name="LLSDArray.cs" /> |
16 | <include name="LLSDCapEvent.cs" /> | ||
17 | <include name="LLSDCapsDetails.cs" /> | ||
16 | <include name="LLSDEmpty.cs" /> | 18 | <include name="LLSDEmpty.cs" /> |
19 | <include name="LLSDHelpers.cs" /> | ||
20 | <include name="LLSDMapLayer.cs" /> | ||
21 | <include name="LLSDMapLayerResponse.cs" /> | ||
22 | <include name="LLSDMapRequest.cs" /> | ||
17 | <include name="LLSDTest.cs" /> | 23 | <include name="LLSDTest.cs" /> |
18 | <include name="LLSDUploadReply.cs" /> | ||
19 | <include name="LLSDType.cs" /> | 24 | <include name="LLSDType.cs" /> |
20 | <include name="LLSDCapEvent.cs" /> | 25 | <include name="LLSDUploadReply.cs" /> |
21 | <include name="LLSDMapRequest.cs" /> | ||
22 | <include name="Caps.cs" /> | ||
23 | <include name="LLSDMapLayerResponse.cs" /> | ||
24 | <include name="LLSDMapLayer.cs" /> | ||
25 | <include name="LLSDHelpers.cs" /> | ||
26 | </sources> | 26 | </sources> |
27 | <references basedir="${project::get-base-directory()}"> | 27 | <references basedir="${project::get-base-directory()}"> |
28 | <lib> | 28 | <lib> |