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/.classpath
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/.classpath')
-rw-r--r--plugins/org.eclipse.osee.ote.master.rest.client/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ote.master.rest.client/.classpath b/plugins/org.eclipse.osee.ote.master.rest.client/.classpath
new file mode 100644
index 00000000000..ad32c83a788
--- /dev/null
+++ b/plugins/org.eclipse.osee.ote.master.rest.client/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top