1 | <!-- $Id: others.jnlp 3096 2007-02-05 10:37:00Z jari $ |
---|
2 | ------------------------------------------------------------------ |
---|
3 | Copyright (C) 2007 Jari Hakkinen. |
---|
4 | |
---|
5 | This file is part of BASE - BioArray Software Environment. |
---|
6 | Available at http://base.thep.lu.se/ |
---|
7 | |
---|
8 | BASE is free software; you can redistribute it and/or |
---|
9 | modify it under the terms of the GNU General Public License |
---|
10 | as published by the Free Software Foundation; either version 2 |
---|
11 | of the License, or (at your option) any later version. |
---|
12 | |
---|
13 | BASE is distributed in the hope that it will be useful, |
---|
14 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
16 | GNU General Public License for more details. |
---|
17 | |
---|
18 | You should have received a copy of the GNU General Public License |
---|
19 | along with this program; if not, write to the Free Software |
---|
20 | Foundation, Inc., 59 Temple Place - Suite 330, |
---|
21 | Boston, MA 02111-1307, USA. |
---|
22 | ------------------------------------------------------------------ |
---|
23 | |
---|
24 | @author Jari |
---|
25 | @version 2.2 |
---|
26 | --> |
---|
27 | |
---|
28 | <?xml version="1.0" encoding="utf-8"?> |
---|
29 | |
---|
30 | <jnlp spec="1.0" |
---|
31 | codebase="http://localhost:8080/base/plugins/org/tigr/microarray/mev" |
---|
32 | version="4.0"> |
---|
33 | <information> |
---|
34 | <title>MeV: MultiExperiment Viewer</title> |
---|
35 | <vendor>http://www.tm4.org</vendor> |
---|
36 | <homepage href="http://www.tm4.org"/> |
---|
37 | </information> |
---|
38 | <resources> |
---|
39 | <jar href="mail.jar"/> |
---|
40 | </resources> |
---|
41 | <component-desc/> |
---|
42 | </jnlp> |
---|