mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
updating dom4j.jar to 2.0.0a git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12433 b35dd754-fafc-0310-a699-88a17e54d16e
18 lines
488 B
XML
18 lines
488 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>example.ExamplePlugin</class>
|
|
<minSparkVersion>2.6.0</minSparkVersion>
|
|
<os>Windows,Linux,Mac</os>
|
|
<java>1.6.0_00</java>
|
|
</plugin>
|
|
|
|
|
|
|
|
<!-- os can contain any operating system seperated by a commata -->
|