diff options
author | MW | 2007-11-04 22:16:13 +0000 |
---|---|---|
committer | MW | 2007-11-04 22:16:13 +0000 |
commit | 1467720f6085dc5dfefdb3e83acd7afe21a11e28 (patch) | |
tree | 924d32f57782df808b35bb2b6e485be280f2860f /prebuild.xml | |
parent | * Small touchup of console messages (diff) | |
download | opensim-SC_OLD-1467720f6085dc5dfefdb3e83acd7afe21a11e28.zip opensim-SC_OLD-1467720f6085dc5dfefdb3e83acd7afe21a11e28.tar.gz opensim-SC_OLD-1467720f6085dc5dfefdb3e83acd7afe21a11e28.tar.bz2 opensim-SC_OLD-1467720f6085dc5dfefdb3e83acd7afe21a11e28.tar.xz |
Added forgotten ApplicationPlugins directory and moved the load region code out to a plugin.
To make opensim search for the new plugin, you will need to delete the "addin-db-000" and "addins" sub directories in bin if you have them.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/prebuild.xml b/prebuild.xml index 6a4416d..404a750 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -675,8 +675,6 @@ | |||
675 | <Reference name="OpenSim.Framework.Console"/> | 675 | <Reference name="OpenSim.Framework.Console"/> |
676 | <Reference name="OpenSim.Region.Physics.Manager"/> | 676 | <Reference name="OpenSim.Region.Physics.Manager"/> |
677 | <Reference name="OpenSim.Framework.Servers"/> | 677 | <Reference name="OpenSim.Framework.Servers"/> |
678 | <Reference name="OpenSim.Framework.RegionLoader.Filesystem"/> | ||
679 | <Reference name="OpenSim.Framework.RegionLoader.Web"/> | ||
680 | <Reference name="OpenSim.Region.Environment"/> | 678 | <Reference name="OpenSim.Region.Environment"/> |
681 | <Reference name="OpenSim.Region.ClientStack"/> | 679 | <Reference name="OpenSim.Region.ClientStack"/> |
682 | <Reference name="OpenSim.Framework.Communications"/> | 680 | <Reference name="OpenSim.Framework.Communications"/> |
@@ -689,7 +687,7 @@ | |||
689 | </Files> | 687 | </Files> |
690 | </Project> | 688 | </Project> |
691 | 689 | ||
692 | <Project name="OpenSim.ApplicationPlugins.Example" path="OpenSim/ApplicationPlugins/Example" type="Library"> | 690 | <Project name="OpenSim.ApplicationPlugins.LoadRegions" path="OpenSim/ApplicationPlugins/LoadRegions" type="Library"> |
693 | <Configuration name="Debug"> | 691 | <Configuration name="Debug"> |
694 | <Options> | 692 | <Options> |
695 | <OutputPath>../../../bin/</OutputPath> | 693 | <OutputPath>../../../bin/</OutputPath> |
@@ -706,9 +704,14 @@ | |||
706 | <Reference name="System"/> | 704 | <Reference name="System"/> |
707 | <Reference name="System.Xml"/> | 705 | <Reference name="System.Xml"/> |
708 | <Reference name="libsecondlife.dll" /> | 706 | <Reference name="libsecondlife.dll" /> |
707 | <Reference name="Nini.dll" /> | ||
709 | <Reference name="OpenSim"/> | 708 | <Reference name="OpenSim"/> |
710 | <Reference name="OpenSim.Region.ClientStack"/> | 709 | <Reference name="OpenSim.Region.ClientStack"/> |
710 | <Reference name="OpenSim.Region.Environment"/> | ||
711 | <Reference name="OpenSim.Framework"/> | ||
711 | <Reference name="OpenSim.Framework.Console"/> | 712 | <Reference name="OpenSim.Framework.Console"/> |
713 | <Reference name="OpenSim.Framework.RegionLoader.Filesystem"/> | ||
714 | <Reference name="OpenSim.Framework.RegionLoader.Web"/> | ||
712 | <Files> | 715 | <Files> |
713 | <Match pattern="*.cs" recurse="true"/> | 716 | <Match pattern="*.cs" recurse="true"/> |
714 | </Files> | 717 | </Files> |