Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLeo Ufimtsev2017-04-19 20:39:01 +0000
committerAlexander Kurtakov2017-04-26 16:16:33 +0000
commit95e289d031a9b3b79311e2411d16199673f2b4ff (patch)
tree257faac853138986b7cb59b860715559064cabdf /tests
parent3f312b5478026ef014a71590f6d63d909780f330 (diff)
downloadeclipse.platform.swt-95e289d031a9b3b79311e2411d16199673f2b4ff.tar.gz
eclipse.platform.swt-95e289d031a9b3b79311e2411d16199673f2b4ff.tar.xz
eclipse.platform.swt-95e289d031a9b3b79311e2411d16199673f2b4ff.zip
Bug 515480 - Add dltk nature to SWT projects for shelled support
Adding dltk natures to swt projects for shelled (bash script editor). With this, in shelled, outline,autopredict, running scrits etc work. Note, this doesn't include the buildCommand that is currently added (see related bug). Only adds the nature. Change-Id: Id72351bd4e8341f5b0de66593d5af5cd7968ed88 Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests/.project1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/org.eclipse.swt.tests/.project b/tests/org.eclipse.swt.tests/.project
index aa88cfea6f..cab0d2efc9 100644
--- a/tests/org.eclipse.swt.tests/.project
+++ b/tests/org.eclipse.swt.tests/.project
@@ -23,5 +23,6 @@
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.dltk.sh.core.nature</nature>
</natures>
</projectDescription>

Back to the top