module.xml 628 Bytes
Newer Older
Matt Tucker's avatar
Matt Tucker committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<?xml version="1.0" encoding="UTF-8"?>

<!--
  This file stores default properties for the given module..
  Property names must be in the format: "prop.name.is.blah=value"
  That will be stored as:
        <prop>
            <name>
                <is>
                    <blah>value</blah>
                </is>
            </name>
        </prop>

  All properties must be under the "jive" element.

  This file should live in the root of the plug-in's subdirectory.
-->
<!-- root element, all properties must be under this element -->
<jive>
Bill Lynch's avatar
Bill Lynch committed
21
    <module>org.jivesoftware.messenger.container.spi.JettyModule</module>
Matt Tucker's avatar
Matt Tucker committed
22
</jive>