<?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 4923 2005-11-28 20:35:57Z duns $ -->

<plugins>
     <plugin>
      <information>
          <name>WIRED 4</name>
          <category>hep.visualization</category>
          <author>Mark Donszelmann</author>
          <version>4.0.rc.2</version>
          <description kind="short">WWW Interactive Remote Event Display</description>
          <description>
WIRED 4 is an Event Display which handles HepRep data. HepRep data can be read with the 
HepRep plugin in both HepRep 1 and HepRep 2 formats. 
WIRED 4 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-plugin/4.0.rc.2/WiredPlugin.jar" location="WiredPlugin.jar"/>
          <application minVersion="0.8"/>
          <depends plugin="WiredBase" minVersion="4.0.rc.2"/>
          <depends plugin="HepRep" minVersion="1.4"/>
      </resources>
      <plugin-desc class="hep.wired.heprep.plugin.WiredPlugin"/>
    </plugin>
</plugins>

