Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Masterson2011-08-20 00:45:56 +0000
committerRyan D. Brooks2011-08-20 00:45:56 +0000
commitadf495c039650d9189401cc78a4563786e68db24 (patch)
tree9fb59e95f5a9d25d03cf782cf51a00ba1685f5b7 /plugins/org.eclipse.osee.ote.model.manager/.project
parent115140e980a2eacc802408ce6e79ca18cba225c1 (diff)
downloadorg.eclipse.osee-adf495c039650d9189401cc78a4563786e68db24.tar.gz
org.eclipse.osee-adf495c039650d9189401cc78a4563786e68db24.tar.xz
org.eclipse.osee-adf495c039650d9189401cc78a4563786e68db24.zip
feature[ats_B95CV]: Move implementations of model manager
Pushed the model manager implementations into their own project.
Diffstat (limited to 'plugins/org.eclipse.osee.ote.model.manager/.project')
-rw-r--r--plugins/org.eclipse.osee.ote.model.manager/.project33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ote.model.manager/.project b/plugins/org.eclipse.osee.ote.model.manager/.project
new file mode 100644
index 00000000000..24ae206909e
--- /dev/null
+++ b/plugins/org.eclipse.osee.ote.model.manager/.project
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.ote.model.manager</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