[727] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
[747] | 2 | <!-- |
---|
| 3 | $Id: base-plugins.xml 747 2008-08-27 06:17:29Z 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 | --> |
---|
[727] | 26 | <!DOCTYPE plugins SYSTEM "base-plugins.dtd" > |
---|
| 27 | <!-- $Id --> |
---|
| 28 | <plugins jarname="%%plugins.jar%%"> |
---|
[730] | 29 | <pluginclass classname="net.sf.basedb.plugins.AverageNormalization"> |
---|
[727] | 30 | <minbaseversion>2.7</minbaseversion> |
---|
| 31 | <hasconfigurations/> |
---|
[730] | 32 | </pluginclass> |
---|
[727] | 33 | </plugins> |
---|