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

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

References #114: Implement FTP Server

Initial checkin.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Id
File size: 625 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<extensions xmlns="http://base.thep.lu.se/extensions.xsd">
3  <about>
4    <name>FTP Server extension</name>
5    <description>
6      This extension adds an FTP server to your BASE installation.
7    </description>
8    <version>1.0beta</version>
9    <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.ftp</url>
10  </about>
11  <extension
12    id="net.sf.basedb.clients.ftp"
13    extends="net.sf.basedb.clients.web.services"
14    >
15    <index>10</index>
16    <action-factory>
17      <factory-class>
18        net.sf.basedb.clients.ftp.FtpServiceControllerFactory
19      </factory-class>
20    </action-factory>
21  </extension>
22</extensions>
Note: See TracBrowser for help on using the repository browser.