aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/RestRegionPlugin.addin.xml
diff options
context:
space:
mode:
authorMike Mazur2008-08-06 01:20:31 +0000
committerMike Mazur2008-08-06 01:20:31 +0000
commitd367f0bf0ccd3ea83c727a6459171b34170ed5f6 (patch)
tree235cfc41fef2ab2d781fe3fa23ebe3bc500880ca /bin/RestRegionPlugin.addin.xml
parent* oops, fix build break from last checkin (diff)
downloadopensim-SC_OLD-d367f0bf0ccd3ea83c727a6459171b34170ed5f6.zip
opensim-SC_OLD-d367f0bf0ccd3ea83c727a6459171b34170ed5f6.tar.gz
opensim-SC_OLD-d367f0bf0ccd3ea83c727a6459171b34170ed5f6.tar.bz2
opensim-SC_OLD-d367f0bf0ccd3ea83c727a6459171b34170ed5f6.tar.xz
Thanks, zaki, for a patch that embeds plugin manifest files into plugin dlls. Fix issue 1876.
Diffstat (limited to '')
-rw-r--r--bin/RestRegionPlugin.addin.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/RestRegionPlugin.addin.xml b/bin/RestRegionPlugin.addin.xml
index 94eca48..e69de29 100644
--- a/bin/RestRegionPlugin.addin.xml
+++ b/bin/RestRegionPlugin.addin.xml
@@ -1,11 +0,0 @@
1<Addin id="OpenSim.ApplicationPlugins.Rest.Regions" version="0.1">
2 <Runtime>
3 <Import assembly="OpenSim.ApplicationPlugins.Rest.Regions.dll"/>
4 </Runtime>
5 <Dependencies>
6 <Addin id="OpenSim" version="0.5" />
7 </Dependencies>
8 <Extension path = "/OpenSim/Startup">
9 <Plugin id="RestRegions" type="OpenSim.ApplicationPlugins.Rest.Regions.RestRegionPlugin" />
10 </Extension>
11</Addin>