<plugin name='jssh' version='3.0.2' grailsVersion='2.0 &gt; *'>
  <type>jssh.JsshGrailsPlugin</type>
  <grailsVersion>2.0 &gt; *</grailsVersion>
  <authorEmail>badvad@gmail.com</authorEmail>
  <license>Apache-2.0</license>
  <issueManagement system='GITHUB' url='https://github.com/vahidhedayati/jssh/issues' />
  <author>Vahid Hedayati</author>
  <documentation>http://grails.org/plugin/jssh</documentation>
  <name>jssh</name>
  <description>Java J2SSH library combined with default websockets to provide your Grails web application with live SSH interaction functionality. Version 1 New Client/Server Websocket call: Make multiple connections and broadcast commands to a group of servers. You can either use default Websockets method which is a live interaction with your back-end ssh connection(s) or use Ajax polling which only supports 1 concurrent connection at any one time.</description>
  <title>j2ssh SSH Plugin</title>
  <scm url='https://github.com/vahidhedayati/jssh' />
  <version />
  <resources>
    <resource>grails.plugin.jssh.ConnectSshTagLib</resource>
    <resource>grails.plugin.jssh.j2ssh.JsshClientListenerService</resource>
    <resource>grails.plugin.jssh.j2ssh.J2sshService</resource>
    <resource>grails.plugin.jssh.j2ssh.JsshDbStorageService</resource>
    <resource>grails.plugin.jssh.j2ssh.JsshDnsService</resource>
    <resource>grails.plugin.jssh.j2ssh.JsshClientProcessService</resource>
    <resource>grails.plugin.jssh.j2ssh.JsshConfService</resource>
    <resource>grails.plugin.jssh.j2ssh.JsshMessagingService</resource>
    <resource>grails.plugin.jssh.j2ssh.JsshService</resource>
    <resource>grails.plugin.jssh.j2ssh.J2sshConnectService</resource>
    <resource>grails.plugin.jssh.j2ssh.JsshRandService</resource>
    <resource>grails.plugin.jssh.j2ssh.JsshUserService</resource>
    <resource>grails.plugin.jssh.ConnectSshController</resource>
    <resource>grails.plugin.jssh.SshCommandBlackList</resource>
    <resource>grails.plugin.jssh.SshServerGroups</resource>
    <resource>grails.plugin.jssh.SshUser</resource>
    <resource>grails.plugin.jssh.SshServers</resource>
    <resource>grails.plugin.jssh.JsshPermissions</resource>
    <resource>grails.plugin.jssh.JsshUser</resource>
    <resource>grails.plugin.jssh.SshCommandRewrite</resource>
    <resource>grails.plugin.jssh.logging.ConnectionLogs</resource>
    <resource>grails.plugin.jssh.logging.CommandLogger</resource>
    <resource>grails.plugin.jssh.logging.ConnectionLogger</resource>
    <resource>grails.plugin.jssh.logging.CommandLogs</resource>
  </resources>
</plugin>