1351 |
28 Apr 11 |
nicklas |
1 |
<?xml version="1.0" encoding="UTF-8"?> |
1391 |
15 Sep 11 |
nicklas |
2 |
<!-- |
1391 |
15 Sep 11 |
nicklas |
Copyright (C) 2011 Nicklas Nordborg |
1391 |
15 Sep 11 |
nicklas |
4 |
|
1391 |
15 Sep 11 |
nicklas |
This file is part of the Example Code Package for BASE. |
1391 |
15 Sep 11 |
nicklas |
Available at http://baseplugins.thep.lu.se/ |
1391 |
15 Sep 11 |
nicklas |
BASE main site: http://base.thep.lu.se/ |
1391 |
15 Sep 11 |
nicklas |
8 |
|
1391 |
15 Sep 11 |
nicklas |
This is free software; you can redistribute it and/or |
1391 |
15 Sep 11 |
nicklas |
modify it under the terms of the GNU General Public License |
1391 |
15 Sep 11 |
nicklas |
as published by the Free Software Foundation; either version 3 |
1391 |
15 Sep 11 |
nicklas |
of the License, or (at your option) any later version. |
1391 |
15 Sep 11 |
nicklas |
13 |
|
1391 |
15 Sep 11 |
nicklas |
The software is distributed in the hope that it will be useful, |
1391 |
15 Sep 11 |
nicklas |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
1391 |
15 Sep 11 |
nicklas |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
1391 |
15 Sep 11 |
nicklas |
GNU General Public License for more details. |
1391 |
15 Sep 11 |
nicklas |
18 |
|
1391 |
15 Sep 11 |
nicklas |
You should have received a copy of the GNU General Public License |
1391 |
15 Sep 11 |
nicklas |
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> |