From fc16f56e2a95e23be6cf86ccfe7d4a6d3603baab Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Tue, 8 Mar 2011 22:06:42 +0530 Subject: Removed unnecessary plugin com.sun.jersey, introduced image caching. --- com.gluster.storage.management.client/META-INF/MANIFEST.MF | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'com.gluster.storage.management.client/META-INF/MANIFEST.MF') diff --git a/com.gluster.storage.management.client/META-INF/MANIFEST.MF b/com.gluster.storage.management.client/META-INF/MANIFEST.MF index a5cc4530..48cb74f5 100644 --- a/com.gluster.storage.management.client/META-INF/MANIFEST.MF +++ b/com.gluster.storage.management.client/META-INF/MANIFEST.MF @@ -5,9 +5,8 @@ Bundle-SymbolicName: com.gluster.storage.management.client Bundle-Version: 1.0.0 Bundle-Vendor: GLUSTER Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Require-Bundle: com.gluster.storage.management.core;bundle-version="1.0.0", - com.sun.jersey;bundle-version="1.4.0" +Require-Bundle: com.gluster.storage.management.core;bundle-version="1.0.0" Export-Package: com.gluster.storage.management.client -Bundle-ClassPath: lib/jersey-client-1.4.jar, - lib/jersey-core-1.4.jar, - . +Bundle-ClassPath: ., + lib/jersey-1.5/jersey-client-1.5.jar, + lib/jersey-1.5/jersey-core-1.5.jar -- cgit