mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-08-18 11:10:02 +00:00
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4456 b35dd754-fafc-0310-a699-88a17e54d16e
12 lines
320 B
XML
12 lines
320 B
XML
<!-- Define your plugins -->
|
|
<plugin>
|
|
<name>My Plugin</name>
|
|
<version>1.0</version>
|
|
<author>You</author>
|
|
<homePage>http://www.jivesoftware.org</homePage>
|
|
<email>foo@foo.com</email>
|
|
<description>Sample Plugin</description>
|
|
<class>com.jivesoftware.plugin.MyPlugin</class>
|
|
</plugin>
|
|
|