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/.project
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/.project')
-rw-r--r--plugins/org.eclipse.osee.ote.rest/.project33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ote.rest/.project b/plugins/org.eclipse.osee.ote.rest/.project
new file mode 100644
index 00000000000..e388ba0b504
--- /dev/null
+++ b/plugins/org.eclipse.osee.ote.rest/.project
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.ote.rest</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ds.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top