Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-01-22 02:26:56 +0000
committerRyan D. Brooks2014-01-22 02:26:56 +0000
commitf2607d5e4cde9196ecfffbe9bea9d565587148a5 (patch)
tree1232198e33e74ada2992994ef3500f97c3f50f79 /plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF
parent9ea8e0a944e9caee56b35b72a0d913a50394c3e4 (diff)
downloadorg.eclipse.osee-f2607d5e4cde9196ecfffbe9bea9d565587148a5.tar.gz
org.eclipse.osee-f2607d5e4cde9196ecfffbe9bea9d565587148a5.tar.xz
org.eclipse.osee-f2607d5e4cde9196ecfffbe9bea9d565587148a5.zip
feature[ats_ATS8933]: Create Account REST Client
Diffstat (limited to 'plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..d9428238095
--- /dev/null
+++ b/plugins/org.eclipse.osee.account.rest.client/META-INF/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: OSEE Account REST Client (Incubation)
+Bundle-SymbolicName: org.eclipse.osee.account.rest.client
+Bundle-Version: 0.17.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Service-Component: OSGI-INF/*.xml
+Import-Package: com.google.inject,
+ com.google.inject.binder,
+ com.google.inject.matcher,
+ com.google.inject.spi,
+ com.sun.jersey.api.client;version="1.18.0",
+ com.sun.jersey.api.client.async;version="1.18.0",
+ com.sun.jersey.api.client.config;version="1.18.0",
+ com.sun.jersey.api.client.filter;version="1.18.0",
+ javax.ws.rs,
+ javax.ws.rs.core,
+ org.eclipse.osee.account.rest.model,
+ org.eclipse.osee.framework.core.services,
+ org.eclipse.osee.framework.jdk.core.type,
+ org.eclipse.osee.rest.client,
+ org.eclipse.osee.rest.model
+Export-Package: org.eclipse.osee.account.rest.client
+Bundle-Vendor: Eclipse Open System Engineering Environment
+Require-Bundle: org.codehaus.jackson.core;bundle-version="1.9.2",
+ org.codehaus.jackson.jaxrs;bundle-version="1.9.2",
+ org.codehaus.jackson.mapper;bundle-version="1.9.2"

Back to the top