From bc4f43c8b4e0e724f99c3655a4d92bacc755e632 Mon Sep 17 00:00:00 2001
From: kaloyane <kaloyane>
Date: Tue, 11 Oct 2011 14:12:26 +0000
Subject: [PATCH] minor: add sourcepath for Apache FTP

SVN: 23281
---
 datastore_server/.classpath | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datastore_server/.classpath b/datastore_server/.classpath
index fa99a9089f9..d015839f334 100644
--- a/datastore_server/.classpath
+++ b/datastore_server/.classpath
@@ -67,7 +67,7 @@
 	<classpathentry kind="lib" path="/libraries/poi/ooxml-lib/dom4j-1.6.1.jar"/>
 	<classpathentry kind="lib" path="/libraries/poi/ooxml-lib/geronimo-stax-api_1.0_spec-1.0.jar"/>
 	<classpathentry kind="lib" path="/libraries/poi/ooxml-lib/xmlbeans-2.3.0.jar"/>
-	<classpathentry kind="lib" path="/libraries/ftpserver/ftpserver-core.jar"/>
+	<classpathentry kind="lib" path="/libraries/ftpserver/ftpserver-core.jar" sourcepath="/libraries/ftpserver/ftpserver-src.zip"/>
 	<classpathentry kind="lib" path="/libraries/mina/mina-core.jar"/>
 	<classpathentry kind="lib" path="/libraries/jython/jython.jar" sourcepath="/libraries/jython/jython_src.zip"/>
 	<classpathentry kind="lib" path="/libraries/pngj/pngj.jar" sourcepath="/libraries/pngj/pngj_src.zip"/>
-- 
GitLab