Last change
on this file since 1355 was
1355,
checked in by Nicklas Nordborg, 11 years ago
|
Preparing for Reggie 1.3 release.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[1282] | 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> |
---|
[1355] | 9 | <version>1.3</version> |
---|
[1282] | 10 | <copyright>BASE development team</copyright> |
---|
| 11 | <email>basedb-users@lists.sourceforge.net</email> |
---|
| 12 | <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.reggie</url> |
---|
| 13 | </about> |
---|
| 14 | <extension |
---|
| 15 | id="net.sf.basedb.reggie" |
---|
| 16 | extends="net.sf.basedb.clients.web.menu.extensions" |
---|
| 17 | > |
---|
| 18 | <index>10</index> |
---|
| 19 | <about> |
---|
| 20 | <name>Reggie</name> |
---|
| 21 | <description> |
---|
| 22 | Menu entry for accessing reggie-specific operations. |
---|
| 23 | </description> |
---|
| 24 | </about> |
---|
| 25 | <action-factory> |
---|
| 26 | <factory-class> |
---|
| 27 | net.sf.basedb.clients.web.extensions.menu.FixedMenuItemFactory |
---|
| 28 | </factory-class> |
---|
| 29 | <parameters> |
---|
| 30 | <title>Reggie</title> |
---|
| 31 | <tooltip>Access reggie operations</tooltip> |
---|
| 32 | <onClick>Menu.openUrl('$HOME$/index.jsp?ID='+getSessionId())</onClick> |
---|
| 33 | <icon>/images/padding.gif</icon> |
---|
| 34 | </parameters> |
---|
| 35 | </action-factory> |
---|
| 36 | </extension> |
---|
| 37 | </extensions> |
---|
Note: See
TracBrowser
for help on using the repository browser.