Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-02-14 10:08:05 +0000
committerHenrik Rentz-Reichert2013-02-14 10:08:05 +0000
commite839eb114bd145294128ed2fdc448fde029d0d7b (patch)
tree9a9f97535d04879cf00e3320d5393a660f65e821 /plugins/org.eclipse.etrice.generator.fsmtest.ui
parentd91ba834ec13f130e94dd1082100f8ab585d4103 (diff)
downloadorg.eclipse.etrice-e839eb114bd145294128ed2fdc448fde029d0d7b.tar.gz
org.eclipse.etrice-e839eb114bd145294128ed2fdc448fde029d0d7b.tar.xz
org.eclipse.etrice-e839eb114bd145294128ed2fdc448fde029d0d7b.zip
[...] reduced number of warnings, re-generated modellib.java
Diffstat (limited to 'plugins/org.eclipse.etrice.generator.fsmtest.ui')
-rw-r--r--plugins/org.eclipse.etrice.generator.fsmtest.ui/.classpath6
-rw-r--r--plugins/org.eclipse.etrice.generator.fsmtest.ui/plugin.xml6
2 files changed, 8 insertions, 4 deletions
diff --git a/plugins/org.eclipse.etrice.generator.fsmtest.ui/.classpath b/plugins/org.eclipse.etrice.generator.fsmtest.ui/.classpath
index 814539a72..c59891c4d 100644
--- a/plugins/org.eclipse.etrice.generator.fsmtest.ui/.classpath
+++ b/plugins/org.eclipse.etrice.generator.fsmtest.ui/.classpath
@@ -2,7 +2,11 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
+ <accessrules>
+ <accessrule kind="accessible" pattern="org/eclipse/xtext/ui/codetemplates/ui/partialEditing/IPartialContentAssistParser"/>
+ </accessrules>
+ </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/plugins/org.eclipse.etrice.generator.fsmtest.ui/plugin.xml b/plugins/org.eclipse.etrice.generator.fsmtest.ui/plugin.xml
index 4d7e4ddc1..1d70ce052 100644
--- a/plugins/org.eclipse.etrice.generator.fsmtest.ui/plugin.xml
+++ b/plugins/org.eclipse.etrice.generator.fsmtest.ui/plugin.xml
@@ -243,7 +243,7 @@
point="org.eclipse.ui.ide.markerResolution">
<markerResolutionGenerator
class="org.eclipse.etrice.generator.ui.FSMtestExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator"
- markerType="org.eclipse.etrice.generator.ui.fsmtest.check.fast">
+ markerType="org.eclipse.etrice.generator.fsmtest.ui.fsmtest.check.fast">
<attribute
name="FIXABLE_KEY"
value="true">
@@ -251,7 +251,7 @@
</markerResolutionGenerator>
<markerResolutionGenerator
class="org.eclipse.etrice.generator.ui.FSMtestExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator"
- markerType="org.eclipse.etrice.generator.ui.fsmtest.check.normal">
+ markerType="org.eclipse.etrice.generator.fsmtest.ui.fsmtest.check.normal">
<attribute
name="FIXABLE_KEY"
value="true">
@@ -259,7 +259,7 @@
</markerResolutionGenerator>
<markerResolutionGenerator
class="org.eclipse.etrice.generator.ui.FSMtestExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator"
- markerType="org.eclipse.etrice.generator.ui.fsmtest.check.expensive">
+ markerType="org.eclipse.etrice.generator.fsmtest.ui.fsmtest.check.expensive">
<attribute
name="FIXABLE_KEY"
value="true">

Back to the top