1 | <?xml version="1.0" encoding="UTF-8" ?> |
---|
2 | <!-- |
---|
3 | $Id $ |
---|
4 | |
---|
5 | Copyright (C) 2008 Nicklas Nordborg |
---|
6 | |
---|
7 | This file is part of FTP extension for BASE. |
---|
8 | Available at http://baseplugins.thep.lu.se/ |
---|
9 | |
---|
10 | BASE is free software; you can redistribute it and/or |
---|
11 | modify it under the terms of the GNU General Public License |
---|
12 | as published by the Free Software Foundation; either version 2 |
---|
13 | of the License, or (at your option) any later version. |
---|
14 | |
---|
15 | BASE is distributed in the hope that it will be useful, |
---|
16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
18 | GNU General Public License for more details. |
---|
19 | |
---|
20 | You should have received a copy of the GNU General Public License |
---|
21 | along with this program; if not, write to the Free Software |
---|
22 | Foundation, Inc., 59 Temple Place - Suite 330, |
---|
23 | Boston, MA 02111-1307, USA. |
---|
24 | --> |
---|
25 | <extensions xmlns="http://base.thep.lu.se/extensions.xsd"> |
---|
26 | <about> |
---|
27 | <name>FTP Server extension</name> |
---|
28 | <description> |
---|
29 | This extension adds an FTP server to your BASE installation. |
---|
30 | </description> |
---|
31 | <version>1.0beta</version> |
---|
32 | <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.ftp</url> |
---|
33 | </about> |
---|
34 | <extension |
---|
35 | id="net.sf.basedb.clients.ftp" |
---|
36 | extends="net.sf.basedb.clients.web.services" |
---|
37 | > |
---|
38 | <index>10</index> |
---|
39 | <action-factory> |
---|
40 | <factory-class> |
---|
41 | net.sf.basedb.clients.ftp.FtpServiceControllerFactory |
---|
42 | </factory-class> |
---|
43 | </action-factory> |
---|
44 | </extension> |
---|
45 | </extensions> |
---|