1133 |
18 Jun 09 |
martin |
1 |
<?xml version="1.0" encoding="UTF-8"?> |
1133 |
18 Jun 09 |
martin |
2 |
<!-- |
1133 |
18 Jun 09 |
martin |
$Id$ |
1133 |
18 Jun 09 |
martin |
4 |
|
1133 |
18 Jun 09 |
martin |
Copyright (C) 2009 Martin Svensson |
1133 |
18 Jun 09 |
martin |
6 |
|
1133 |
18 Jun 09 |
martin |
This file is part of BASE - BioArray Software Environment. |
1133 |
18 Jun 09 |
martin |
Available at http://base.thep.lu.se/ |
1133 |
18 Jun 09 |
martin |
9 |
|
1133 |
18 Jun 09 |
martin |
BASE is free software; you can redistribute it and/or |
1133 |
18 Jun 09 |
martin |
modify it under the terms of the GNU General Public License |
1133 |
18 Jun 09 |
martin |
as published by the Free Software Foundation; either version 3 |
1133 |
18 Jun 09 |
martin |
of the License, or (at your option) any later version. |
1133 |
18 Jun 09 |
martin |
14 |
|
1133 |
18 Jun 09 |
martin |
BASE is distributed in the hope that it will be useful, |
1133 |
18 Jun 09 |
martin |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
1133 |
18 Jun 09 |
martin |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
1133 |
18 Jun 09 |
martin |
GNU General Public License for more details. |
1133 |
18 Jun 09 |
martin |
19 |
|
1133 |
18 Jun 09 |
martin |
You should have received a copy of the GNU General Public License |
1133 |
18 Jun 09 |
martin |
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> |