aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden/Resources/LindenModules.addin.xml
blob: a07a00fd90d57f45c7b085e06a370127acc046f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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="LLStandaloneLoginModule" type="OpenSim.Client.Linden.LLStandaloneLoginModule" />
        <RegionModule id="LLProxyLoginModule" type="OpenSim.Client.Linden.LLProxyLoginModule" />
        -->
        <RegionModule id="LLClientStackModule" type="OpenSim.Client.Linden.LLClientStackModule" />
    </Extension>
</Addin>