source: extensions/net.sf.basedb.ftp/trunk/.classpath

Last change on this file was 2281, checked in by Nicklas Nordborg, 9 years ago

References #588: Update extensions to target Java 1.7 and BASE 3.3

Fixed for Ftp server.

File size: 742 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3  <classpathentry kind="src" path="src"/>
4  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5  <classpathentry kind="lib" path="lib/compile/slf4j-api-1.5.2.jar"/>
6  <classpathentry kind="lib" path="META-INF/lib/spring-beans-2.5.5.jar"/>
7  <classpathentry kind="lib" path="META-INF/lib/spring-core-2.5.5.jar"/>
8  <classpathentry kind="lib" path="META-INF/lib/ftplet-api-1.0.6.jar"/>
9  <classpathentry kind="lib" path="META-INF/lib/ftpserver-core-1.0.6.jar"/>
10  <classpathentry kind="lib" path="lib/compile/base-core-3.3.0.jar"/>
11  <classpathentry kind="lib" path="lib/compile/base-webclient-3.3.0.jar"/>
12  <classpathentry kind="output" path="bin"/>
13</classpath>
Note: See TracBrowser for help on using the repository browser.