Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2009-06-17 20:51:46 +0000
committerrbrooks2009-06-17 20:51:46 +0000
commit73996ae41e774eab56efd6e4fa9d0198812ec3fd (patch)
tree186f78b2f16541be751f97b501f7b61efb4fe460 /org.eclipse.osee.ote.ui/.project
parent53679acd6c1362ccbd4fd2e321a3e92d6cc97bcb (diff)
downloadorg.eclipse.osee-73996ae41e774eab56efd6e4fa9d0198812ec3fd.tar.gz
org.eclipse.osee-73996ae41e774eab56efd6e4fa9d0198812ec3fd.tar.xz
org.eclipse.osee-73996ae41e774eab56efd6e4fa9d0198812ec3fd.zip
OSEE Test Environment Initial Contribution [CQ#: 3218]
Diffstat (limited to 'org.eclipse.osee.ote.ui/.project')
-rw-r--r--org.eclipse.osee.ote.ui/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/org.eclipse.osee.ote.ui/.project b/org.eclipse.osee.ote.ui/.project
new file mode 100644
index 00000000000..34fe749ab13
--- /dev/null
+++ b/org.eclipse.osee.ote.ui/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.ote.ui</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>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top