Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M Finkbeiner2013-03-18 23:42:34 +0000
committerdonald.g.dunne2013-03-27 19:21:25 +0000
commitb56832663141e952a02267c207cdb0cfa938fd45 (patch)
tree521966bc2389b44429e32ae48e7980b353d501b1 /plugins/org.eclipse.osee.ote.rest/.classpath
parent36ce89dfbdb3148fb91239e151b07543ea599099 (diff)
downloadorg.eclipse.osee-b56832663141e952a02267c207cdb0cfa938fd45.tar.gz
org.eclipse.osee-b56832663141e952a02267c207cdb0cfa938fd45.tar.xz
org.eclipse.osee-b56832663141e952a02267c207cdb0cfa938fd45.zip
feature[ats_5Z6FP]: Add OTE rest server
Diffstat (limited to 'plugins/org.eclipse.osee.ote.rest/.classpath')
-rw-r--r--plugins/org.eclipse.osee.ote.rest/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ote.rest/.classpath b/plugins/org.eclipse.osee.ote.rest/.classpath
new file mode 100644
index 00000000000..ad32c83a788
--- /dev/null
+++ b/plugins/org.eclipse.osee.ote.rest/.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