Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-04-20 09:58:05 +0000
committerEike Stepper2008-04-20 09:58:05 +0000
commit470a73fa511c556e17f323c39d7a9115c1d1912e (patch)
tree89697cc5d6c3e9c2b997d1b4e164bbccee095d6a /plugins/org.eclipse.emf.cdo.tests.model3/.project
parente3d7d726345b8c0e5cc99f1d9cb65430c6e4d518 (diff)
downloadcdo-470a73fa511c556e17f323c39d7a9115c1d1912e.tar.gz
cdo-470a73fa511c556e17f323c39d7a9115c1d1912e.tar.xz
cdo-470a73fa511c556e17f323c39d7a9115c1d1912e.zip
[226233] Issues with EPackages having inter-dependencies
https://bugs.eclipse.org/bugs/show_bug.cgi?id=226233
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.model3/.project')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model3/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.model3/.project b/plugins/org.eclipse.emf.cdo.tests.model3/.project
new file mode 100644
index 0000000000..302dc15a1a
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests.model3/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf.cdo.tests.model3</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.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>

Back to the top