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.core.etphys.ui/.classpath
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.core.etphys.ui/.classpath')
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/.classpath6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/.classpath b/plugins/org.eclipse.etrice.core.etphys.ui/.classpath
index 9a39368d9..1fdcd4adc 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/.classpath
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/.classpath
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <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="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="output" path="bin"/>

Back to the top