summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2017-03-17 06:41:44 +0100
committerEndi S. Dewata <edewata@redhat.com>2017-03-17 16:22:37 +0100
commit2d093c93081ca6b86bdfc644524d71951731f131 (patch)
tree3eef8dd7a805c6dab819727a446e22d97fcff837
parent3eb6742e8d376277d0f3e163dab36359071ea5a6 (diff)
downloadpki-2d093c93081ca6b86bdfc644524d71951731f131.tar.gz
pki-2d093c93081ca6b86bdfc644524d71951731f131.tar.xz
pki-2d093c93081ca6b86bdfc644524d71951731f131.zip
Added missing Eclipse dependency.
The Eclipse .classpath file has been modified to include tomcat-coyote.jar to avoid build problem.
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 88b1903ce..55096b831 100644
--- a/.classpath
+++ b/.classpath
@@ -64,5 +64,6 @@
<classpathentry kind="lib" path="/usr/share/java/tomcat/tomcat-api.jar"/>
<classpathentry kind="lib" path="/usr/share/java/tomcat/tomcat-util-scan.jar"/>
<classpathentry kind="lib" path="/usr/share/java/slf4j/slf4j-api.jar"/>
+ <classpathentry kind="lib" path="/usr/share/java/tomcat/tomcat-coyote.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>