diff options
author | Mike Mazur | 2008-08-19 09:24:12 +0000 |
---|---|---|
committer | Mike Mazur | 2008-08-19 09:24:12 +0000 |
commit | 894f3045ed970cadcd421df2c3927f3e4160e91f (patch) | |
tree | 67bc2ce7914a367d967a60bb233eb21652e3ab63 /prebuild.xml | |
parent | Attachment persistence!!! Patch #9170 (Mantis #1171) (diff) | |
download | opensim-SC_OLD-894f3045ed970cadcd421df2c3927f3e4160e91f.zip opensim-SC_OLD-894f3045ed970cadcd421df2c3927f3e4160e91f.tar.gz opensim-SC_OLD-894f3045ed970cadcd421df2c3927f3e4160e91f.tar.bz2 opensim-SC_OLD-894f3045ed970cadcd421df2c3927f3e4160e91f.tar.xz |
Convert LoadBalancer and RegionProxy plugins to use XML manifests. Fixes
"Plugin Error: Node 'Type' not allowed" messages during region server startup.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4d27d48..dd4a173 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2122,6 +2122,7 @@ | |||
2122 | <Reference name="OpenSim.Region.ClientStack"/> | 2122 | <Reference name="OpenSim.Region.ClientStack"/> |
2123 | <Files> | 2123 | <Files> |
2124 | <Match pattern="*.cs" recurse="true"/> | 2124 | <Match pattern="*.cs" recurse="true"/> |
2125 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
2125 | </Files> | 2126 | </Files> |
2126 | </Project> | 2127 | </Project> |
2127 | 2128 | ||
@@ -2156,6 +2157,7 @@ | |||
2156 | <Reference name="libsecondlife.dll"/> | 2157 | <Reference name="libsecondlife.dll"/> |
2157 | <Files> | 2158 | <Files> |
2158 | <Match pattern="*.cs" recurse="true"/> | 2159 | <Match pattern="*.cs" recurse="true"/> |
2160 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
2159 | </Files> | 2161 | </Files> |
2160 | </Project> | 2162 | </Project> |
2161 | 2163 | ||