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

Last change on this file since 1399 was 1399, checked in by Nicklas Nordborg, 12 years ago

Fixes #329: Set active project when using FTP

I have implemented the third alternative. A project can be set active when logging in by using a login name as: username<projectname>.

File size: 729 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/ftplet-api-1.0.5.jar"/>
7  <classpathentry kind="lib" path="META-INF/lib/ftpserver-core-1.0.5.jar"/>
8  <classpathentry kind="lib" path="META-INF/lib/spring-beans-2.5.5.jar"/>
9  <classpathentry kind="lib" path="META-INF/lib/spring-core-2.5.5.jar"/>
10  <classpathentry kind="lib" path="lib/compile/base-core-3.0.0.jar"/>
11  <classpathentry kind="lib" path="lib/compile/base-webclient-3.0.0.jar"/>
12  <classpathentry kind="output" path="bin"/>
13</classpath>
Note: See TracBrowser for help on using the repository browser.