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

Last change on this file since 1381 was 1381, checked in by Martin Svensson, 12 years ago

References #315. The license-text in the files are updated to GPL3.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 1.6 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.2pre</version>
33    <copyright>BASE 2 development team</copyright>
34    <email>basedb-users@lists.sourceforge.net</email>
35    <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.ftp</url>
36  </about>
37  <extension
38    id="net.sf.basedb.clients.ftp"
39    extends="net.sf.basedb.clients.web.services"
40    >
41    <index>10</index>
42    <action-factory>
43      <factory-class>
44        net.sf.basedb.clients.ftp.FtpServiceControllerFactory
45      </factory-class>
46    </action-factory>
47  </extension>
48</extensions>
Note: See TracBrowser for help on using the repository browser.