extensions/net.sf.basedb.examples/trunk/META-INF/plugin-configurations.xml

Code
Comments
Other
Rev Date Author Line
1351 28 Apr 11 nicklas 1 <?xml version="1.0" encoding="UTF-8"?>
1391 15 Sep 11 nicklas 2 <!-- 
1391 15 Sep 11 nicklas 3   Copyright (C) 2011 Nicklas Nordborg
1391 15 Sep 11 nicklas 4
1391 15 Sep 11 nicklas 5   This file is part of the Example Code Package for BASE.
1391 15 Sep 11 nicklas 6   Available at http://baseplugins.thep.lu.se/
1391 15 Sep 11 nicklas 7   BASE main site: http://base.thep.lu.se/
1391 15 Sep 11 nicklas 8   
1391 15 Sep 11 nicklas 9   This is free software; you can redistribute it and/or
1391 15 Sep 11 nicklas 10   modify it under the terms of the GNU General Public License
1391 15 Sep 11 nicklas 11   as published by the Free Software Foundation; either version 3
1391 15 Sep 11 nicklas 12   of the License, or (at your option) any later version.
1391 15 Sep 11 nicklas 13   
1391 15 Sep 11 nicklas 14   The software is distributed in the hope that it will be useful,
1391 15 Sep 11 nicklas 15   but WITHOUT ANY WARRANTY; without even the implied warranty of
1391 15 Sep 11 nicklas 16   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1391 15 Sep 11 nicklas 17   GNU General Public License for more details.
1391 15 Sep 11 nicklas 18   
1391 15 Sep 11 nicklas 19   You should have received a copy of the GNU General Public License
1391 15 Sep 11 nicklas 20   along with BASE. If not, see <http://www.gnu.org/licenses/>.
1391 15 Sep 11 nicklas 21 -->
1391 15 Sep 11 nicklas 22 <!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd">
1391 15 Sep 11 nicklas 23 <configfile>
1351 28 Apr 11 nicklas 24   <configuration pluginClassName="net.sf.basedb.examples.plugins.ExampleImporter">
1351 28 Apr 11 nicklas 25     <configname>Update existing samples</configname>
1351 28 Apr 11 nicklas 26     <description>The default setting in this configuration is to update existing samples.</description>
1351 28 Apr 11 nicklas 27     <parameter>
1351 28 Apr 11 nicklas 28       <name>updateExisting</name>
1351 28 Apr 11 nicklas 29       <label>Update existing samples</label>
1351 28 Apr 11 nicklas 30       <description>If this option is selected, already existing samples will be updated with the information in the file. If this option isn't selected existing samples are left untouched.</description>
1351 28 Apr 11 nicklas 31       <class>java.lang.Boolean</class>
1351 28 Apr 11 nicklas 32       <value>true</value>
1351 28 Apr 11 nicklas 33     </parameter>
1351 28 Apr 11 nicklas 34   </configuration>
1351 28 Apr 11 nicklas 35   <configuration pluginClassName="net.sf.basedb.examples.plugins.ExampleImporter">
1351 28 Apr 11 nicklas 36     <configname>Don't update existing samples</configname>
1351 28 Apr 11 nicklas 37     <description>The default setting in this configuration is to NOT update existing samples.</description>
1351 28 Apr 11 nicklas 38     <parameter>
1351 28 Apr 11 nicklas 39       <name>updateExisting</name>
1351 28 Apr 11 nicklas 40       <label>Update existing samples</label>
1351 28 Apr 11 nicklas 41       <description>If this option is selected, already existing samples will be updated with the information in the file. If this option isn't selected existing samples are left untouched.</description>
1351 28 Apr 11 nicklas 42       <class>java.lang.Boolean</class>
1351 28 Apr 11 nicklas 43       <value>false</value>
1351 28 Apr 11 nicklas 44     </parameter>
1351 28 Apr 11 nicklas 45   </configuration>
1351 28 Apr 11 nicklas 46 </configfile>