Changeset 5878 for trunk/src/plugins/core/core-plugins.xml
- Timestamp:
- Nov 17, 2011, 12:41:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/core-plugins.xml
r5787 r5878 797 797 </plugin-definition> 798 798 799 <plugin-definition id="CloneReportersPlugin"> 800 <about> 801 <name>Clone reporters</name> 802 <description> 803 Clone reporter annotations to a per-experiment storage in the 804 dynamic database. The cloned table contains only those reporters that 805 have been used in the experiment and it is also possible to select 806 a subset of all available reporter annotations (eg. by a template). 807 After the cloning operation all tools/plug-ins working on the experiment 808 will use the cloned annotations which protects the analysis from accidental 809 updates to the main reporter annotations. The cloned reporter annotations 810 can be removed and/or updated at any time. 811 </description> 812 </about> 813 <plugin-class>net.sf.basedb.plugins.CloneReportersPlugin</plugin-class> 814 <settings> 815 <property name="everyone-use">1</property> 816 </settings> 817 </plugin-definition> 818 799 819 <!-- 800 820 <plugin-definition id="">
Note: See TracChangeset
for help on using the changeset viewer.