extensions/net.sf.basedb.relax/trunk/META-INF/extensions.xml

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