Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2015-07-28 18:30:06 +0000
committerJuergen Haug2015-07-30 12:36:59 +0000
commitf50f5625b15b390db451e2c3261ba25bcd8fe012 (patch)
treee3dfca4ab41c0afdf4b1244d7f4c311a4eec1b1b /plugins/org.eclipse.etrice.ui.behavior/.project
parent783c894f584934f5e6f96c1f2281468d2c70bbc6 (diff)
downloadorg.eclipse.etrice-f50f5625b15b390db451e2c3261ba25bcd8fe012.tar.gz
org.eclipse.etrice-f50f5625b15b390db451e2c3261ba25bcd8fe012.tar.xz
org.eclipse.etrice-f50f5625b15b390db451e2c3261ba25bcd8fe012.zip
Bug 453716 - [ui.behavior] add context dependent behavior of action
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.behavior/.project')
-rw-r--r--plugins/org.eclipse.etrice.ui.behavior/.project6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.ui.behavior/.project b/plugins/org.eclipse.etrice.ui.behavior/.project
index de09fb560..791747c8c 100644
--- a/plugins/org.eclipse.etrice.ui.behavior/.project
+++ b/plugins/org.eclipse.etrice.ui.behavior/.project
@@ -6,6 +6,11 @@
</projects>
<buildSpec>
<buildCommand>
+ <name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
@@ -24,5 +29,6 @@
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures>
</projectDescription>

Back to the top