Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M Finkbeiner2013-06-03 20:46:24 +0000
committerGerrit Code Review @ Eclipse.org2013-06-24 17:05:18 +0000
commitec2a4b213f464cff38204510d91c150cf3d5e479 (patch)
treef4d98cc762997ae3d6e1a15526fbfe13d91c2027 /plugins/org.eclipse.osee.ote.master.rest.client/META-INF/MANIFEST.MF
parent70e46b9f76a0a8032cf9cc2c1581acddded94061 (diff)
downloadorg.eclipse.osee-ec2a4b213f464cff38204510d91c150cf3d5e479.tar.gz
org.eclipse.osee-ec2a4b213f464cff38204510d91c150cf3d5e479.tar.xz
org.eclipse.osee-ec2a4b213f464cff38204510d91c150cf3d5e479.zip
feature[ats_LJNN0]: Update OTE Server Lookup
Initial commit of ote master server. This is a rest server that will be used for server lookup. This commit includes the rest implementation a rest client api and the backing service. Change-Id: If9113aacaf32bc5379a5b17d42b0b2f41706e6b9
Diffstat (limited to 'plugins/org.eclipse.osee.ote.master.rest.client/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ote.master.rest.client/META-INF/MANIFEST.MF16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ote.master.rest.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ote.master.rest.client/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..e417a489a34
--- /dev/null
+++ b/plugins/org.eclipse.osee.ote.master.rest.client/META-INF/MANIFEST.MF
@@ -0,0 +1,16 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Client
+Bundle-SymbolicName: org.eclipse.osee.ote.master.rest.client
+Bundle-Version: 0.11.1.qualifier
+Require-Bundle: org.eclipse.core.runtime
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Import-Package: com.sun.jersey.api.client,
+ com.sun.jersey.api.client.config,
+ com.sun.jersey.client.apache,
+ com.sun.jersey.client.apache.config,
+ javax.ws.rs.core,
+ org.eclipse.osee.ote.master.rest.model
+Export-Package: org.eclipse.osee.ote.master.rest.client
+Service-Component: OSGI-INF/*.xml

Back to the top