Changeset 1412


Ignore:
Timestamp:
Oct 19, 2011, 1:47:59 PM (12 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #332: Update to FTP server lib 1.0.6

Location:
extensions/net.sf.basedb.ftp/trunk
Files:
3 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.ftp/trunk/.classpath

    r1399 r1412  
    44  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    55  <classpathentry kind="lib" path="lib/compile/slf4j-api-1.5.2.jar"/>
    6   <classpathentry kind="lib" path="META-INF/lib/ftplet-api-1.0.5.jar"/>
    7   <classpathentry kind="lib" path="META-INF/lib/ftpserver-core-1.0.5.jar"/>
    86  <classpathentry kind="lib" path="META-INF/lib/spring-beans-2.5.5.jar"/>
    97  <classpathentry kind="lib" path="META-INF/lib/spring-core-2.5.5.jar"/>
    108  <classpathentry kind="lib" path="lib/compile/base-core-3.0.0.jar"/>
    119  <classpathentry kind="lib" path="lib/compile/base-webclient-3.0.0.jar"/>
     10  <classpathentry kind="lib" path="META-INF/lib/ftplet-api-1.0.6.jar"/>
     11  <classpathentry kind="lib" path="META-INF/lib/ftpserver-core-1.0.6.jar"/>
    1212  <classpathentry kind="output" path="bin"/>
    1313</classpath>
  • extensions/net.sf.basedb.ftp/trunk/META-INF/MANIFEST.MF

    r1382 r1412  
    11Manifest-Version: 1.0
    2 Class-Path: lib/ftplet-api-1.0.5.jar
    3  lib/ftpserver-core-1.0.5.jar
    4  lib/mina-core-2.0.0-RC1.jar
     2Class-Path: lib/ftplet-api-1.0.6.jar
     3 lib/ftpserver-core-1.0.6.jar
     4 lib/mina-core-2.0.4.jar
    55 lib/spring-core-2.5.5.jar
    66 lib/spring-beans-2.5.5.jar
Note: See TracChangeset for help on using the changeset viewer.