source: extensions/net.sf.basedb.reggie/branches/2.0-dev/META-INF/extensions.xml @ 1424

Last change on this file since 1424 was 1424, checked in by Nicklas Nordborg, 12 years ago

References #326: Updates required for BASE 3 support

This should fix:

  • Build changes due to new names of BASE JAR files
  • New installation instructions
  • Code changes due to BASE API changes
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<extensions xmlns="http://base.thep.lu.se/extensions.xsd">
3  <about>
4    <name>Reggie package</name>
5    <description>
6      A package for simplified registration of biosources
7      and samples.
8    </description>
9    <version>2.0-dev</version>
10    <min-base-version>3.0.0</min-base-version>
11    <copyright>BASE development team</copyright>
12    <email>basedb-users@lists.sourceforge.net</email>
13    <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie</url>
14  </about>
15  <extension
16    id="net.sf.basedb.reggie"
17    extends="net.sf.basedb.clients.web.menu.extensions"
18    >
19    <index>10</index>
20    <about>
21      <name>Reggie</name>
22      <description>
23        Menu entry for accessing reggie-specific operations.
24      </description>
25    </about>
26    <action-factory>
27      <factory-class>
28        net.sf.basedb.clients.web.extensions.menu.FixedMenuItemFactory
29      </factory-class>
30      <parameters>
31        <title>Reggie</title>
32        <tooltip>Access reggie operations</tooltip>
33        <onClick>Menu.openUrl('$HOME$/index.jsp?ID='+getSessionId())</onClick>
34        <icon>/images/padding.gif</icon>
35      </parameters>
36    </action-factory>
37  </extension>
38</extensions>
Note: See TracBrowser for help on using the repository browser.