1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | $Id: base-plugins.xml 749 2008-08-27 14:41:05Z martin $ |
---|
4 | |
---|
5 | Copyright (C) 2008 Martin Svensson |
---|
6 | |
---|
7 | This file is part of Normalizers plug-in package for BASE. |
---|
8 | Available at http://baseplugins.thep.lu.se/ |
---|
9 | BASE main site: http://base.thep.lu.se/ |
---|
10 | |
---|
11 | This is free software; you can redistribute it and/or |
---|
12 | modify it under the terms of the GNU General Public License |
---|
13 | as published by the Free Software Foundation; either version 2 |
---|
14 | of the License, or (at your option) any later version. |
---|
15 | |
---|
16 | The software is distributed in the hope that it will be useful, |
---|
17 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
19 | GNU General Public License for more details. |
---|
20 | |
---|
21 | You should have received a copy of the GNU General Public License |
---|
22 | along with this program; if not, write to the Free Software |
---|
23 | Foundation, Inc., 59 Temple Place - Suite 330, |
---|
24 | Boston, MA 02111-1307, USA. |
---|
25 | --> |
---|
26 | <!DOCTYPE plugins SYSTEM "base-plugins.dtd" > |
---|
27 | <!-- $Id --> |
---|
28 | <plugins jarname="%%plugins.jar%%"> |
---|
29 | <pluginclass classname="net.sf.basedb.plugins.AverageNormalization"> |
---|
30 | <minbaseversion>2.7</minbaseversion> |
---|
31 | <hasconfigurations/> |
---|
32 | </pluginclass> |
---|
33 | <pluginclass classname="net.sf.basedb.plugins.RankInvariantNormalization"> |
---|
34 | <minbaseversion>2.7</minbaseversion> |
---|
35 | <hasconfigurations/> |
---|
36 | </pluginclass> |
---|
37 | </plugins> |
---|