source: extensions/net.sf.basedb.mev/tags/1.0/META-INF/extensions.xml

Last change on this file was 666, checked in by Nicklas Nordborg, 15 years ago

References #107: Move the MEV specific code from BASE

Initial checking of moved code.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<extensions xmlns="http://base.thep.lu.se/extensions.xsd">
3  <about>
4    <name>MEV Launcher package</name>
5    <description>
6      This package adds the possibility to launch the MEV
7      application with Java web start and automatically have
8      it import data from the current bioassay set.
9    </description>
10    <version>1.0</version>
11    <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.mev</url>
12  </about>
13  <extension
14    id="net.sf.basedb.mev.launcher"
15    extends="net.sf.basedb.clients.web.bioassayset.list.tools"
16    >
17    <index>1</index>
18    <about>
19      <name>MEV Launcher</name>
20      <description>
21        Adds an action to the "Tools" column that starts MEV using Java
22        web start and automatically loads data from the current bioassay
23        set.
24      </description>
25    </about>
26    <action-factory>
27      <factory-class>
28        net.sf.basedb.mev.factory.MevButtonFactory
29      </factory-class>
30      <parameters>
31        <title>Start MEV</title>
32        <tooltip>Launch MEV with data from this bioassay set</tooltip>
33        <onClick>MeV.launch($ID$)</onClick>
34        <icon>~/images/tm4.png</icon>
35        <script>~/scripts/mev.jsp</script>
36      </parameters>
37    </action-factory>
38  </extension>
39</extensions>
Note: See TracBrowser for help on using the repository browser.