Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2011-11-03 22:32:34 +0000
committerRoberto E. Escobar2011-11-03 22:32:34 +0000
commit3d61fad8658f4e6d2e2e948d2440585628aa08aa (patch)
tree56e91a98a728625ef2fa4eec57d4b8f6b366b3d4 /plugins/org.eclipse.osee.display.mvp/.project
parente0630160c792a8e93a0a7677fa06e70a3a51286c (diff)
downloadorg.eclipse.osee-3d61fad8658f4e6d2e2e948d2440585628aa08aa.tar.gz
org.eclipse.osee-3d61fad8658f4e6d2e2e948d2440585628aa08aa.tar.xz
org.eclipse.osee-3d61fad8658f4e6d2e2e948d2440585628aa08aa.zip
feature[ats_5YSK8]: Create an MVP framework
Diffstat (limited to 'plugins/org.eclipse.osee.display.mvp/.project')
-rw-r--r--plugins/org.eclipse.osee.display.mvp/.project33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.display.mvp/.project b/plugins/org.eclipse.osee.display.mvp/.project
new file mode 100644
index 00000000000..91da80f292c
--- /dev/null
+++ b/plugins/org.eclipse.osee.display.mvp/.project
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.display.mvp</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