Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2018-05-17 05:47:57 +0000
committerEike Stepper2018-05-17 06:30:22 +0000
commit23099f7ca473d72f8c0df820bbfd3bc0d8e53b93 (patch)
treebf5194788db6bc5de161a3061ad1efc546dabf1a /plugins/org.eclipse.emf.cdo.ecore/.project
parentccfaf23f795c0e06a8c0953c40029ca6f7b02351 (diff)
downloadcdo-23099f7ca473d72f8c0df820bbfd3bc0d8e53b93.tar.gz
cdo-23099f7ca473d72f8c0df820bbfd3bc0d8e53b93.tar.xz
cdo-23099f7ca473d72f8c0df820bbfd3bc0d8e53b93.zip
[276342] Natively support EModelElement instances (Ecore4CDO)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=276342
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ecore/.project')
-rw-r--r--plugins/org.eclipse.emf.cdo.ecore/.project52
1 files changed, 52 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ecore/.project b/plugins/org.eclipse.emf.cdo.ecore/.project
new file mode 100644
index 0000000000..cb16a634d6
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.ecore/.project
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.emf.cdo.ecore</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.oomph.version.VersionBuilder</name>
+ <arguments>
+ <dictionary>
+ <key>check.maven.pom</key>
+ <value>true</value>
+ </dictionary>
+ <dictionary>
+ <key>ignore.lower.bound.dependency.ranges</key>
+ <value>true</value>
+ </dictionary>
+ <dictionary>
+ <key>release.path</key>
+ <value>/org.eclipse.emf.cdo.releng/versions/release.xml</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.oomph.version.VersionNature</nature>
+ </natures>
+ <filteredResources>
+ <filter>
+ <id>1396938000000</id>
+ <name></name>
+ <type>10</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-projectRelativePath-matches-true-false-target</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
+</projectDescription>

Back to the top