1 | <?xml version="1.0" encoding="UTF-8" ?> |
---|
2 | <extensions xmlns="http://base.thep.lu.se/extensions.xsd"> |
---|
3 | <about safe-resources="1" safe-scripts="1"> |
---|
4 | <name>Relax package</name> |
---|
5 | <description> |
---|
6 | A package for importing and handling releases from Reggie. |
---|
7 | </description> |
---|
8 | <version>1.7-dev</version> |
---|
9 | <min-base-version>3.15.0</min-base-version> |
---|
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.relax</url> |
---|
13 | </about> |
---|
14 | |
---|
15 | <plugin-definition id="ReleaseImporterPlugin"> |
---|
16 | <about> |
---|
17 | <name>Release importer</name> |
---|
18 | <description> |
---|
19 | Plug-in for imported released data. |
---|
20 | </description> |
---|
21 | </about> |
---|
22 | <plugin-class>net.sf.basedb.relax.plugins.ReleaseImporterPlugin</plugin-class> |
---|
23 | <settings> |
---|
24 | <property name="everyone-use">0</property> |
---|
25 | </settings> |
---|
26 | </plugin-definition> |
---|
27 | |
---|
28 | <plugin-definition id="CohortExporterPlugin"> |
---|
29 | <about> |
---|
30 | <name>Cohort exporter</name> |
---|
31 | <description> |
---|
32 | Plug-in for exporting data based on items in an item list including |
---|
33 | their parent and child items. Supports item lists with raw bioassays, |
---|
34 | derived bioassays, extracts, samples and biosources. |
---|
35 | </description> |
---|
36 | </about> |
---|
37 | <plugin-class>net.sf.basedb.relax.plugins.CohortExporterPlugin</plugin-class> |
---|
38 | <settings> |
---|
39 | <property name="everyone-use">1</property> |
---|
40 | </settings> |
---|
41 | </plugin-definition> |
---|
42 | |
---|
43 | <plugin-definition id="Level3ExporterPlugin"> |
---|
44 | <about> |
---|
45 | <name>Level 3 exporter</name> |
---|
46 | <description> |
---|
47 | Plug-in for exporting data to the level 3 server. |
---|
48 | </description> |
---|
49 | </about> |
---|
50 | <plugin-class>net.sf.basedb.relax.plugins.Level3ExporterPlugin</plugin-class> |
---|
51 | </plugin-definition> |
---|
52 | |
---|
53 | <extension |
---|
54 | id="net.sf.basedb.relax.admin" |
---|
55 | extends="net.sf.basedb.clients.web.menu.extensions" |
---|
56 | > |
---|
57 | <index>10</index> |
---|
58 | <about safe-scripts="1"> |
---|
59 | <name>Relax (admin)</name> |
---|
60 | <description> |
---|
61 | Menu entry for Relax administrators. |
---|
62 | </description> |
---|
63 | </about> |
---|
64 | <action-factory> |
---|
65 | <factory-class> |
---|
66 | net.sf.basedb.relax.extensions.RequireRoleMenuItemFactory |
---|
67 | </factory-class> |
---|
68 | <parameters> |
---|
69 | <title>Relax (admin)</title> |
---|
70 | <tooltip>Relax administration</tooltip> |
---|
71 | <data-url>~/index-admin.jsp?ID=$SESSION-ID$</data-url> |
---|
72 | <role>net.sf.basedb.core.Role.ADMINISTRATOR</role> |
---|
73 | </parameters> |
---|
74 | </action-factory> |
---|
75 | </extension> |
---|
76 | |
---|
77 | </extensions> |
---|