aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorAdam Frisby2007-06-28 08:37:21 +0000
committerAdam Frisby2007-06-28 08:37:21 +0000
commitc4379add574452189e30b92fb70f9ccc7a35fe7a (patch)
tree23c1fcd1ac95d4e97088495e21f2e16852881f8d /prebuild.xml
parent* More removing stuff. Tortoise SVN I hate you. (diff)
downloadopensim-SC_OLD-c4379add574452189e30b92fb70f9ccc7a35fe7a.zip
opensim-SC_OLD-c4379add574452189e30b92fb70f9ccc7a35fe7a.tar.gz
opensim-SC_OLD-c4379add574452189e30b92fb70f9ccc7a35fe7a.tar.bz2
opensim-SC_OLD-c4379add574452189e30b92fb70f9ccc7a35fe7a.tar.xz
Shiny commit (finally)
* Added support for new scripting engines ** Javascript ** J# (Java on .NET) ** C# * Added license headers to things. * Updated prebuild for the above
Diffstat (limited to '')
-rw-r--r--prebuild.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index b380815..0fec29f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -629,7 +629,11 @@
629 <Reference name="OpenSim.GenericConfig.Xml"/> 629 <Reference name="OpenSim.GenericConfig.Xml"/>
630 <Reference name="OpenSim.Physics.Manager"/> 630 <Reference name="OpenSim.Physics.Manager"/>
631 <Reference name="OpenSim.Servers"/> 631 <Reference name="OpenSim.Servers"/>
632 <Reference name="OpenSim.Caches"/> 632 <Reference name="OpenSim.Caches"/>
633 <!-- For scripting in funny languages by default -->
634 <Reference name="Microsoft.JScript"/>
635 <!-- This needs checking with the Mono folks -->
636 <Reference name="VJSharpCodeProvider"/>
633 <Reference name="XMLRPC"/> 637 <Reference name="XMLRPC"/>
634 <Reference name="OpenGrid.Framework.Communications"/> 638 <Reference name="OpenGrid.Framework.Communications"/>
635 639