aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorCharles Krinke2009-03-31 02:33:19 +0000
committerCharles Krinke2009-03-31 02:33:19 +0000
commit54a27f9f5c556e518c2ba18b9a5494d517dfd041 (patch)
tree5da9db44878c217e0c1872da0f963d88575ef8ff /prebuild.xml
parentUpdate svn properties, add copyright header, formatting cleanup. (diff)
downloadopensim-SC_OLD-54a27f9f5c556e518c2ba18b9a5494d517dfd041.zip
opensim-SC_OLD-54a27f9f5c556e518c2ba18b9a5494d517dfd041.tar.gz
opensim-SC_OLD-54a27f9f5c556e518c2ba18b9a5494d517dfd041.tar.bz2
opensim-SC_OLD-54a27f9f5c556e518c2ba18b9a5494d517dfd041.tar.xz
Thank you kindly, MCortez for a patch that:
With some support from HomerH, this patch adds support for Wind Model plugins via the mono.Addin framework. * Adds console & OSSL access to Wind Parameters * Adds plug-in support for custom wind models * Provides two example Wind Model plug-ins Documentation for the wind module is temporarily located at http://code.google.com/p/flotsam/wiki/CoreWindModule [^] -- will move this documentation to http://opensimulator.org [^] after the patch has been committed.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 51f7cfa..3acb6d4 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1166,11 +1166,15 @@
1166 <Reference name="Nini.dll" /> 1166 <Reference name="Nini.dll" />
1167 <Reference name="log4net.dll"/> 1167 <Reference name="log4net.dll"/>
1168 <Reference name="DotNetOpenMail.dll"/> 1168 <Reference name="DotNetOpenMail.dll"/>
1169
1170 <!-- To allow regions to have mono addins -->
1171 <Reference name="Mono.Addins.dll" />
1169 1172
1170 <Files> 1173 <Files>
1174 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
1171 <Match pattern="*.cs" recurse="true"> 1175 <Match pattern="*.cs" recurse="true">
1172 <Exclude name="Tests" pattern="Tests" /> 1176 <Exclude name="Tests" pattern="Tests" />
1173 <Exclude name="TerrainDefaultEffects" pattern="World/Terrain/DefaultEffects" /> 1177 <Exclude name="TerrainDefaultEffects" pattern="World/Terrain/DefaultEffects" />
1174 </Match> 1178 </Match>
1175 </Files> 1179 </Files>
1176 </Project> 1180 </Project>
@@ -3214,3 +3218,4 @@
3214 3218
3215 3219
3216 3220
3221