Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-10-13 07:23:10 +0000
committerEike Stepper2013-10-13 07:26:03 +0000
commit2ec08800feb6d88615bcd48c3db279542de28cd2 (patch)
tree00ac1d89c9fb972745bfc5f0ffe69b4f565bbab5 /plugins
parent618f80ff9b29ae22b4e45fd3ec093a45b7821fab (diff)
downloadcdo-2ec08800feb6d88615bcd48c3db279542de28cd2.tar.gz
cdo-2ec08800feb6d88615bcd48c3db279542de28cd2.tar.xz
cdo-2ec08800feb6d88615bcd48c3db279542de28cd2.zip
[417473] Provide an expressions model
https://bugs.eclipse.org/bugs/show_bug.cgi?id=417473
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.expressions.edit/.project6
-rw-r--r--plugins/org.eclipse.emf.cdo.expressions.editor/.project6
2 files changed, 12 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.expressions.edit/.project b/plugins/org.eclipse.emf.cdo.expressions.edit/.project
index af865e4922..16ab8a5534 100644
--- a/plugins/org.eclipse.emf.cdo.expressions.edit/.project
+++ b/plugins/org.eclipse.emf.cdo.expressions.edit/.project
@@ -24,10 +24,16 @@
</dictionary>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.emf.cdo.releng.version.VersionNature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
diff --git a/plugins/org.eclipse.emf.cdo.expressions.editor/.project b/plugins/org.eclipse.emf.cdo.expressions.editor/.project
index 8700cd11d1..be4daf24b3 100644
--- a/plugins/org.eclipse.emf.cdo.expressions.editor/.project
+++ b/plugins/org.eclipse.emf.cdo.expressions.editor/.project
@@ -24,10 +24,16 @@
</dictionary>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.emf.cdo.releng.version.VersionNature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>

Back to the top