diff options
author | Endi Sukma Dewata <edewata@redhat.com> | 2012-03-27 12:09:05 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2012-03-29 14:33:52 -0500 |
commit | 11c7985988eb1bf2fc979cc38094b794a814e2a4 (patch) | |
tree | 9874194c791d155a4e7740d7c5a3aa1c9bbf9405 /base/deploy | |
parent | 1c8437891cdfe5580e09c495f79d81334ed0c2c0 (diff) | |
download | pki-11c7985988eb1bf2fc979cc38094b794a814e2a4.tar.gz pki-11c7985988eb1bf2fc979cc38094b794a814e2a4.tar.xz pki-11c7985988eb1bf2fc979cc38094b794a814e2a4.zip |
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
Diffstat (limited to 'base/deploy')
-rw-r--r-- | base/deploy/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/base/deploy/CMakeLists.txt b/base/deploy/CMakeLists.txt index 11d70c55d..65c3eacc0 100644 --- a/base/deploy/CMakeLists.txt +++ b/base/deploy/CMakeLists.txt @@ -63,17 +63,6 @@ install( \"\$ENV{DESTDIR}${PYTHON_SITE_PACKAGES}/pki/deployment/__init__.py\")" ) -#install( -# FILES -# jars/resteasy-jettison-provider-2.3-RC1.jar -# DESTINATION -# ${JAVA_JAR_INSTALL_DIR} -# PERMISSIONS -# OWNER_EXECUTE OWNER_WRITE OWNER_READ -# GROUP_EXECUTE GROUP_READ -# WORLD_EXECUTE WORLD_READ -#) - # install empty directories #install(CODE "file(MAKE_DIRECTORY \$ENV{DESTDIR}${VAR_INSTALL_DIR}/lock/pki)") #install(CODE "file(MAKE_DIRECTORY \$ENV{DESTDIR}${VAR_INSTALL_DIR}/run/pki)") |