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

Last change on this file since 1241 was 1241, checked in by Nicklas Nordborg, 13 years ago

Fixes #276: Version should autopropagate from build.xml

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