The Eclipse .classpath file has been modified to include
tomcat-coyote.jar to avoid build problem.

Pushed to master under trivial rule.

--
Endi S. Dewata
>From 686303c3b71f9c929face7c0f947cf7563e9da68 Mon Sep 17 00:00:00 2001
From: "Endi S. Dewata" <edew...@redhat.com>
Date: Fri, 17 Mar 2017 06:41:44 +0100
Subject: [PATCH] Added missing Eclipse dependency.

The Eclipse .classpath file has been modified to include
tomcat-coyote.jar to avoid build problem.
---
 .classpath | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.classpath b/.classpath
index 88b1903ce06d7819feff7a370397332d01727373..55096b8312eea1d0e27df2ceefc84bad27d2bfbd 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>
-- 
2.9.3

_______________________________________________
Pki-devel mailing list
Pki-devel@redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel

Reply via email to