<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plugins SYSTEM "http://java.freehep.org/schemas/plugin/1.1/plugin.dtd">

<!-- @author  Mark Donszelmann -->
<!-- @version $Id: plugins.xml 506 2004-09-09 00:10:52Z duns $ -->

<plugins>
     <plugin>
      <information>
          <name>WIRED 4</name>
          <category>hep.visualization</category>
          <author>Mark Donszelmann</author>
          <version>4.0.beta.1</version>
          <description kind="short">WWW Interactive Remote Event Display</description>
          <description>
WIRED 4 displays in combination with the HepRep plugin data in both HepRep 1 and HepRep 2 formats. 
It replaces the WIRED 3 plugin and stand-alone version, as well as the LCD WIRED version.
It can read HepRep XML files, such as the ones generated by the GEANT4 HepRepXML driver,
or with the help of the WIRED CORBA HepRep Client plugin read HepRep data using CORBA.
WIRED 4 can co-exist in JAS with the WIRED 3 and/or LCD WIRED plugins.
More information is available on: http://wired4.freehep.org/.
          </description>
          <load-at-start/>
      </information>
      <resources>
          <j2se minVersion="1.4"/>
          <file href="http://wired4.freehep.org/wired/4.0.beta.1/WiredPlugin.jar" location="WiredPlugin.jar"/>
          <application minVersion="0.7.7"/>
          <depends plugin="WiredBase" minVersion="4.0.beta.1"/>
          <depends plugin="HepRep" minVersion="1.3"/>
      </resources>
      <plugin-desc class="hep.wired.heprep.plugin.WiredPlugin"/>
    </plugin>
</plugins>

