plugins/base2/net.sf.basedb.illumina/trunk/META-INF/servlets.xml

Code
Comments
Other
Rev Date Author Line
1133 18 Jun 09 martin 1 <?xml version="1.0" encoding="UTF-8"?>
1133 18 Jun 09 martin 2 <!--
1133 18 Jun 09 martin 3   $Id$
1133 18 Jun 09 martin 4
1133 18 Jun 09 martin 5   Copyright (C) 2009 Martin Svensson
1133 18 Jun 09 martin 6
1133 18 Jun 09 martin 7   This file is part of BASE - BioArray Software Environment.
1133 18 Jun 09 martin 8   Available at http://base.thep.lu.se/
1133 18 Jun 09 martin 9
1133 18 Jun 09 martin 10   BASE is free software; you can redistribute it and/or
1133 18 Jun 09 martin 11   modify it under the terms of the GNU General Public License
1133 18 Jun 09 martin 12   as published by the Free Software Foundation; either version 3
1133 18 Jun 09 martin 13   of the License, or (at your option) any later version.
1133 18 Jun 09 martin 14
1133 18 Jun 09 martin 15   BASE is distributed in the hope that it will be useful,
1133 18 Jun 09 martin 16   but WITHOUT ANY WARRANTY; without even the implied warranty of
1133 18 Jun 09 martin 17   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1133 18 Jun 09 martin 18   GNU General Public License for more details.
1133 18 Jun 09 martin 19
1133 18 Jun 09 martin 20   You should have received a copy of the GNU General Public License
1133 18 Jun 09 martin 21   along with BASE. If not, see <http://www.gnu.org/licenses/>.
1133 18 Jun 09 martin 22 -->
1133 18 Jun 09 martin 23 <servlets xmlns="http://base.thep.lu.se/servlets.xsd">  
1133 18 Jun 09 martin 24   <servlet>  
1135 23 Jun 09 martin 25     <servlet-name>illuminaPlot</servlet-name>  
1133 18 Jun 09 martin 26          <servlet-class>net.sf.basedb.illumina.servlet.IlluminaPlotServlet</servlet-class>  
1133 18 Jun 09 martin 27     <init-param>
1133 18 Jun 09 martin 28       <param-name>defaultFormat</param-name>
1133 18 Jun 09 martin 29       <param-value>png</param-value>
1133 18 Jun 09 martin 30     </init-param>
1133 18 Jun 09 martin 31   </servlet>
1133 18 Jun 09 martin 32     
1133 18 Jun 09 martin 33 </servlets>