Changeset 1412
- Timestamp:
- Oct 19, 2011, 1:47:59 PM (12 years ago)
- 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 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 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 6 <classpathentry kind="lib" path="META-INF/lib/spring-beans-2.5.5.jar"/> 9 7 <classpathentry kind="lib" path="META-INF/lib/spring-core-2.5.5.jar"/> 10 8 <classpathentry kind="lib" path="lib/compile/base-core-3.0.0.jar"/> 11 9 <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"/> 12 12 <classpathentry kind="output" path="bin"/> 13 13 </classpath> -
extensions/net.sf.basedb.ftp/trunk/META-INF/MANIFEST.MF
r1382 r1412 1 1 Manifest-Version: 1.0 2 Class-Path: lib/ftplet-api-1.0. 5.jar3 lib/ftpserver-core-1.0. 5.jar4 lib/mina-core-2.0. 0-RC1.jar2 Class-Path: lib/ftplet-api-1.0.6.jar 3 lib/ftpserver-core-1.0.6.jar 4 lib/mina-core-2.0.4.jar 5 5 lib/spring-core-2.5.5.jar 6 6 lib/spring-beans-2.5.5.jar
Note: See TracChangeset
for help on using the changeset viewer.