diff options
author | jphillips | 2010-06-17 13:50:42 -0400 |
---|---|---|
committer | jphillips | 2010-06-17 13:50:42 -0400 |
commit | 0711d23faa828e51f949377a9c35ab69aa46de59 (patch) | |
tree | d1fdab5b1c672336c127d7aa4038127e483785ad /plugins/org.eclipse.osee.framework.lifecycle.test/.project | |
parent | d39f7a1c863811745b4ed3919792be4fab193e6d (diff) | |
download | org.eclipse.osee-0711d23faa828e51f949377a9c35ab69aa46de59.tar.gz org.eclipse.osee-0711d23faa828e51f949377a9c35ab69aa46de59.tar.xz org.eclipse.osee-0711d23faa828e51f949377a9c35ab69aa46de59.zip |
Diffstat (limited to 'plugins/org.eclipse.osee.framework.lifecycle.test/.project')
-rw-r--r-- | plugins/org.eclipse.osee.framework.lifecycle.test/.project | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.lifecycle.test/.project b/plugins/org.eclipse.osee.framework.lifecycle.test/.project new file mode 100644 index 0000000000..31feb18481 --- /dev/null +++ b/plugins/org.eclipse.osee.framework.lifecycle.test/.project @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.framework.lifecycle.test</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>
|