From 11c7985988eb1bf2fc979cc38094b794a814e2a4 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 27 Mar 2012 12:09:05 -0500 Subject: Replaced Candlepin with RESTEasy. Previously the code depends on the old RESTEasy libraries provided by Candlepin package. Now the Eclipse classpath, build/setup scripts, and the spec file have been updated to use the libraries provided by the new RESTEasy package. Ticket #29 --- base/common/src/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'base/common') diff --git a/base/common/src/CMakeLists.txt b/base/common/src/CMakeLists.txt index 7a7c38a44..01ff33e47 100644 --- a/base/common/src/CMakeLists.txt +++ b/base/common/src/CMakeLists.txt @@ -64,16 +64,16 @@ find_file(XERCES_JAR find_file(JAXRS_API_JAR NAMES - jaxrs-api-2.2.1.GA.jar + jaxrs-api.jar PATHS - /usr/share/candlepin/lib + /usr/share/java/resteasy ) find_file(RESTEASY_JAXRS_JAR NAMES - resteasy-jaxrs-2.2.1.GA.jar + resteasy-jaxrs.jar PATHS - /usr/share/candlepin/lib + /usr/share/java/resteasy ) set(pki-certsrv_java_SRCS -- cgit