<?xml version="1.0" encoding="UTF-8"?>
<!--
	 This file contains information so that Cytoscape can automatically
	 download and update the plugins  
-->
<project>

    <!-- global info regarding the project these plugins come from -->
    <name> OpenBEL - Cytoscape Plugins </name>
    <description>This is the list of cytoscape plugins provided by the OpenBEL foundation.</description>
    <url>http://www.openbel.org</url>

    <themes>
        <theme>
            <uniqueID>KAMNavigatorTheme</uniqueID>

            <name>KAM Navigator</name>
            <description>This theme provides the KAM Navigator and BELFramework Webservice plugins.</description>
            <themeVersion>0.9</themeVersion>

            <cytoscapeVersions>
                <version>2.8</version>
            </cytoscapeVersions>
        
            <pluginlist>
                <!-- BELFramework Webservice plugin for the theme -->
                <plugin>
                    <uniqueID>BELFrameworkWebservice</uniqueID>
                    <name>BELFramework Webservice Plugin</name>
            	    <description>A client connector to the BEL Framework Web Services. This is required to run the KAM Navigator plugin.</description>
                    <pluginVersion>0.9</pluginVersion>

                    <cytoscapeVersions>
                        <version>2.8</version>
                    </cytoscapeVersions>

                    <filetype>jar</filetype>
                    <category>Analysis</category>
                    <url>https://cloud.github.com/downloads/OpenBEL/cytoscape-plugins/org.openbel.cytoscape.webservice-0.9.jar</url>

                    <authorlist>
                        <author>
                            <name>James McMahon</name>
                            <institution>Selventa</institution>
                        </author>
                        <author>
                            <name>Anthony Bargnesi</name>
                            <institution>Selventa</institution>
                        </author>
                        <author>
                            <name>Nick Bargnesi</name>
                            <institution>Selventa</institution>
                        </author>
                    </authorlist>
                </plugin>

                <!-- BELFramework KAM plugin for the theme -->
                <plugin>
                    <uniqueID>KAMNavigator</uniqueID>
                    <name>KAM Navigator</name>
            	    <description>KAM Navigator plugin for the BEL Framework.</description>
                    <pluginVersion>0.9</pluginVersion>

                    <cytoscapeVersions>
                        <version>2.8</version>
                    </cytoscapeVersions>

                    <filetype>jar</filetype>
                    <category>Analysis</category>
                    <url>https://cloud.github.com/downloads/OpenBEL/cytoscape-plugins/org.openbel.cytoscape.navigator-0.9.jar</url>

                    <authorlist>
                        <author>
                            <name>James McMahon</name>
                            <institution>Selventa</institution>
                        </author>
                        <author>
                            <name>Anthony Bargnesi</name>
                            <institution>Selventa</institution>
                        </author>
                        <author>
                            <name>Nick Bargnesi</name>
                            <institution>Selventa</institution>
                        </author>
                    </authorlist>
                </plugin>
            </pluginlist>
        </theme>
    </themes>
</project>