diff options
author | Adam Frisby | 2007-12-03 07:06:46 +0000 |
---|---|---|
committer | Adam Frisby | 2007-12-03 07:06:46 +0000 |
commit | 981c97502a25c12473328e332bb0505f8c779d73 (patch) | |
tree | f60cf6bfad1350ab5f64dbb68bd2720ed74e20a0 /prebuild.xml | |
parent | * Applied a few commits left on my laptop to OpenSimController. (diff) | |
download | opensim-SC_OLD-981c97502a25c12473328e332bb0505f8c779d73.zip opensim-SC_OLD-981c97502a25c12473328e332bb0505f8c779d73.tar.gz opensim-SC_OLD-981c97502a25c12473328e332bb0505f8c779d73.tar.bz2 opensim-SC_OLD-981c97502a25c12473328e332bb0505f8c779d73.tar.xz |
* Moved XMLRPC Controller to a Application Plugin. Requires testing.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4301057..4705fc7 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -767,6 +767,36 @@ | |||
767 | </Files> | 767 | </Files> |
768 | </Project> | 768 | </Project> |
769 | 769 | ||
770 | <Project name="OpenSim.ApplicationPlugins.RemoteController" path="OpenSim/ApplicationPlugins/RemoteController" type="Library"> | ||
771 | <Configuration name="Debug"> | ||
772 | <Options> | ||
773 | <OutputPath>../../../bin/</OutputPath> | ||
774 | </Options> | ||
775 | </Configuration> | ||
776 | <Configuration name="Release"> | ||
777 | <Options> | ||
778 | <OutputPath>../../../bin/</OutputPath> | ||
779 | </Options> | ||
780 | </Configuration> | ||
781 | |||
782 | <ReferencePath>../../../bin/</ReferencePath> | ||
783 | <Reference name="Mono.Addins.dll" /> | ||
784 | <Reference name="System"/> | ||
785 | <Reference name="System.Xml"/> | ||
786 | <Reference name="libsecondlife.dll" /> | ||
787 | <Reference name="Nini.dll" /> | ||
788 | <Reference name="XMLRPC.dll" /> | ||
789 | <Reference name="OpenSim"/> | ||
790 | <Reference name="OpenSim.Region.ClientStack"/> | ||
791 | <Reference name="OpenSim.Region.Environment"/> | ||
792 | <Reference name="OpenSim.Framework"/> | ||
793 | <Reference name="OpenSim.Framework.Servers"/> | ||
794 | <Reference name="OpenSim.Framework.Console"/> | ||
795 | <Files> | ||
796 | <Match pattern="*.cs" recurse="true"/> | ||
797 | </Files> | ||
798 | </Project> | ||
799 | |||
770 | <!-- Scene Server API Example Apps --> | 800 | <!-- Scene Server API Example Apps --> |
771 | 801 | ||
772 | <Project name="SimpleApp" path="OpenSim/Region/Examples/SimpleApp" type="Exe"> | 802 | <Project name="SimpleApp" path="OpenSim/Region/Examples/SimpleApp" type="Exe"> |