aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden/Resources/LindenModules.addin.xml
blob: af41e98cea96f4aff90d275c1d9ffa416e388a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Addin id="OpenSim.Client.Linden.LindenModules" version="0.2">
    <Runtime>
        <Import assembly="OpenSim.Client.Linden.dll"/>
    </Runtime>

    <Dependencies>
        <Addin id="OpenSim" version="0.5" />
    </Dependencies>

    <Extension path = "/OpenSim/RegionModules">
        <RegionModule id="LLClientStackModule" type="OpenSim.Client.Linden.LLClientStackModule" />
    </Extension>
</Addin>