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 --- .classpath | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to '.classpath') diff --git a/.classpath b/.classpath index cfec8626d..611309f73 100644 --- a/.classpath +++ b/.classpath @@ -15,24 +15,26 @@ - + + + - + + - + + + + + + + + + - - - - - - - - - - + -- cgit