extensions/net.sf.basedb.ftp/trunk/META-INF/extensions.xml

Code
Comments
Other
Rev Date Author Line
714 30 May 08 nicklas 1 <?xml version="1.0" encoding="UTF-8" ?>
716 02 Jun 08 nicklas 2 <!-- 
716 02 Jun 08 nicklas 3   $Id $
716 02 Jun 08 nicklas 4
716 02 Jun 08 nicklas 5   Copyright (C) 2008 Nicklas Nordborg
716 02 Jun 08 nicklas 6
1381 15 Aug 11 martin 7   This file is part of the FTP Server extension for BASE.
716 02 Jun 08 nicklas 8   Available at http://baseplugins.thep.lu.se/
1381 15 Aug 11 martin 9   BASE main site: http://base.thep.lu.se/
1381 15 Aug 11 martin 10   
1382 19 Aug 11 martin 11   
1381 15 Aug 11 martin 12   This is free software; you can redistribute it and/or
716 02 Jun 08 nicklas 13   modify it under the terms of the GNU General Public License
1381 15 Aug 11 martin 14   as published by the Free Software Foundation; either version 3
716 02 Jun 08 nicklas 15   of the License, or (at your option) any later version.
1381 15 Aug 11 martin 16   
1381 15 Aug 11 martin 17   The software is distributed in the hope that it will be useful,
716 02 Jun 08 nicklas 18   but WITHOUT ANY WARRANTY; without even the implied warranty of
716 02 Jun 08 nicklas 19   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
716 02 Jun 08 nicklas 20   GNU General Public License for more details.
1381 15 Aug 11 martin 21   
1381 15 Aug 11 martin 22   You should have received a copy of the GNU General Public License
1381 15 Aug 11 martin 23   along with BASE. If not, see <http://www.gnu.org/licenses/>.
716 02 Jun 08 nicklas 24
716 02 Jun 08 nicklas 25 -->
714 30 May 08 nicklas 26 <extensions xmlns="http://base.thep.lu.se/extensions.xsd">
714 30 May 08 nicklas 27   <about>
714 30 May 08 nicklas 28     <name>FTP Server extension</name>
714 30 May 08 nicklas 29     <description>
714 30 May 08 nicklas 30       This extension adds an FTP server to your BASE installation.
714 30 May 08 nicklas 31     </description>
2589 18 Aug 14 nicklas 32     <version>1.5-dev</version>
2281 13 Mar 14 nicklas 33     <min-base-version>3.3.0</min-base-version>
1398 05 Oct 11 nicklas 34     <copyright>BASE development team</copyright>
1241 07 Sep 10 nicklas 35     <email>basedb-users@lists.sourceforge.net</email>
714 30 May 08 nicklas 36     <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.ftp</url>
714 30 May 08 nicklas 37   </about>
714 30 May 08 nicklas 38   <extension
714 30 May 08 nicklas 39     id="net.sf.basedb.clients.ftp"
714 30 May 08 nicklas 40     extends="net.sf.basedb.clients.web.services"
714 30 May 08 nicklas 41     >
714 30 May 08 nicklas 42     <index>10</index>
714 30 May 08 nicklas 43     <action-factory>
714 30 May 08 nicklas 44       <factory-class>
714 30 May 08 nicklas 45         net.sf.basedb.clients.ftp.FtpServiceControllerFactory
714 30 May 08 nicklas 46       </factory-class>
714 30 May 08 nicklas 47     </action-factory>
714 30 May 08 nicklas 48   </extension>
714 30 May 08 nicklas 49 </extensions>