Changeset 1439
- Timestamp:
- Nov 2, 2011, 12:35:29 PM (12 years ago)
- Location:
- extensions/net.sf.basedb.ftp/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.ftp/trunk/META-INF/extensions.xml
r1404 r1439 30 30 This extension adds an FTP server to your BASE installation. 31 31 </description> 32 <version>1.2 -beta</version>32 <version>1.2</version> 33 33 <min-base-version>3.0.0</min-base-version> 34 34 <copyright>BASE development team</copyright> -
extensions/net.sf.basedb.ftp/trunk/README
r1399 r1439 24 24 options see: http://mina.apache.org/ftpserver/documentation.html 25 25 5. Copy the 'base-ftpserver.jar' file to your BASE plug-ins directory. 26 Look in your 'base.config' file if you don't know where this is.26 Look in your 'base.config' file if you don't know where this is. 27 27 6. Go to 'Administrate->Plug-ins & Extensions->Overview' page. 28 28 7. Run the installation wizard and select to install 'base-ftpserver.jar'. … … 63 63 To compile this package you also need: 64 64 65 1. Ant 1. 665 1. Ant 1.8 66 66 2. Java 1.6 67 67 -
extensions/net.sf.basedb.ftp/trunk/build.xml
r1404 r1439 32 32 <!-- variables used --> 33 33 <property name="name" value="base-ftpserver" /> 34 <property name="version" value="1.2 -beta" />34 <property name="version" value="1.2" /> 35 35 <property name="src" location="src" description="Location of source files" /> 36 36 <property name="build" location="build" description="Location of compiled files" />
Note: See TracChangeset
for help on using the changeset viewer.