source: extensions/net.sf.basedb.ftp/trunk/META-INF/extensions.xml @ 1404

Last change on this file since 1404 was 1404, checked in by Nicklas Nordborg, 12 years ago

Preparing FTP Server 1.2-beta release

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 1.5 KB
Line 
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 the FTP Server extension for BASE.
8  Available at http://baseplugins.thep.lu.se/
9  BASE main site: http://base.thep.lu.se/
10 
11 
12  This is free software; you can redistribute it and/or
13  modify it under the terms of the GNU General Public License
14  as published by the Free Software Foundation; either version 3
15  of the License, or (at your option) any later version.
16 
17  The software is distributed in the hope that it will be useful,
18  but WITHOUT ANY WARRANTY; without even the implied warranty of
19  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  GNU General Public License for more details.
21 
22  You should have received a copy of the GNU General Public License
23  along with BASE. If not, see <http://www.gnu.org/licenses/>.
24
25-->
26<extensions xmlns="http://base.thep.lu.se/extensions.xsd">
27  <about>
28    <name>FTP Server extension</name>
29    <description>
30      This extension adds an FTP server to your BASE installation.
31    </description>
32    <version>1.2-beta</version>
33    <min-base-version>3.0.0</min-base-version>
34    <copyright>BASE development team</copyright>
35    <email>basedb-users@lists.sourceforge.net</email>
36    <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.ftp</url>
37  </about>
38  <extension
39    id="net.sf.basedb.clients.ftp"
40    extends="net.sf.basedb.clients.web.services"
41    >
42    <index>10</index>
43    <action-factory>
44      <factory-class>
45        net.sf.basedb.clients.ftp.FtpServiceControllerFactory
46      </factory-class>
47    </action-factory>
48  </extension>
49</extensions>
Note: See TracBrowser for help on using the repository browser.