source: extensions/net.sf.basedb.ftp/tags/1.0beta/META-INF/extensions.xml @ 1412

Last change on this file since 1412 was 716, checked in by Nicklas Nordborg, 15 years ago

References #114: Implement FTP Server

Cleaned up code and documentation. Added lots of debugging/logging. Added license text to source files.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 1.4 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 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>
Note: See TracBrowser for help on using the repository browser.