diff options
author | Jack Magne <jmagne@redhat.com> | 2012-02-13 16:27:13 -0800 |
---|---|---|
committer | Jack Magne <jmagne@redhat.com> | 2012-02-13 19:02:41 -0800 |
commit | 2f1ae9843d7239e970effa5e4692f3c4ab2eff6f (patch) | |
tree | 7ea9f519769ad7c13eeb06579092e5d766d1a3ac /pki/.classpath | |
parent | a9680c7b7097c6b715c57c6581d4f24a5e4ee8b8 (diff) | |
download | pki-2f1ae9843d7239e970effa5e4692f3c4ab2eff6f.tar.gz pki-2f1ae9843d7239e970effa5e4692f3c4ab2eff6f.tar.xz pki-2f1ae9843d7239e970effa5e4692f3c4ab2eff6f.zip |
KRA symmetric key cmake support.
Changes to make the cmake build of this feature work.
Change to the .classpath to allow the DRMTest.java test client to run under Eclipse,
by adding additional jar paths to allow the client to run.
Diffstat (limited to 'pki/.classpath')
-rw-r--r-- | pki/.classpath | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pki/.classpath b/pki/.classpath index c4d60d871..8ce6c7f85 100644 --- a/pki/.classpath +++ b/pki/.classpath @@ -28,5 +28,10 @@ <classpathentry kind="lib" path="/usr/share/candlepin/lib/jaxrs-api-2.2.1.GA.jar"/> <classpathentry kind="lib" path="/usr/share/candlepin/lib/resteasy-jaxrs-2.2.1.GA.jar"/> <classpathentry kind="lib" path="/usr/share/java/apache-commons-cli.jar"/> + <classpathentry kind="lib" path="/usr/share/java/jakarta-commons-httpclient.jar"/> + <classpathentry kind="lib" path="/usr/share/java/apache-commons-logging.jar"/> + <classpathentry kind="lib" path="/usr/share/java/commons-codec.jar"/> + <classpathentry kind="lib" path="/usr/share/candlepin/lib/jaxb-impl-2.1.12.jar"/> + <classpathentry kind="lib" path="/usr/share/candlepin/lib/resteasy-jaxb-provider-2.2.1.GA.jar"/> <classpathentry kind="output" path="build/classes"/> </classpath> |