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 /prebuild.xml | |
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 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml index f9e4361..6cf8bd8 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -636,8 +636,6 @@ | |||
636 | <Reference name="OpenSim.Region.Capabilities"/> | 636 | <Reference name="OpenSim.Region.Capabilities"/> |
637 | <!-- For scripting in funny languages by default --> | 637 | <!-- For scripting in funny languages by default --> |
638 | <Reference name="Microsoft.JScript"/> | 638 | <Reference name="Microsoft.JScript"/> |
639 | <!-- This needs checking with the Mono folks --> | ||
640 | <Reference name="VJSharpCodeProvider"/> | ||
641 | <Reference name="XMLRPC.dll"/> | 639 | <Reference name="XMLRPC.dll"/> |
642 | <Reference name="OpenSim.Framework.Communications"/> | 640 | <Reference name="OpenSim.Framework.Communications"/> |
643 | 641 | ||