Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-09-20 20:16:44 +0000
committerRyan D. Brooks2011-09-20 20:16:44 +0000
commita1cb556c2413d2ad6965b72fbbf2679c14250bbe (patch)
tree1fc7afd78f96100019a85f0b4031e8ffa09fe608 /plugins/org.eclipse.osee.vcs/.project
parent765d962bf6a2d52c964c7268e7eb22613fed7f1d (diff)
downloadorg.eclipse.osee-a1cb556c2413d2ad6965b72fbbf2679c14250bbe.tar.gz
org.eclipse.osee-a1cb556c2413d2ad6965b72fbbf2679c14250bbe.tar.xz
org.eclipse.osee-a1cb556c2413d2ad6965b72fbbf2679c14250bbe.zip
feature[ats_Q9NLC]: Create new osee vcs bundles
Diffstat (limited to 'plugins/org.eclipse.osee.vcs/.project')
-rw-r--r--plugins/org.eclipse.osee.vcs/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.vcs/.project b/plugins/org.eclipse.osee.vcs/.project
new file mode 100644
index 00000000000..d6685cfecaf
--- /dev/null
+++ b/plugins/org.eclipse.osee.vcs/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.vcs</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