From bbbde489a648b533b824d05ff77f09748383b8d6 Mon Sep 17 00:00:00 2001 From: Andreas Bayha <bayha@fortiss.org> Date: Fri, 16 Oct 2020 09:59:09 +0200 Subject: [PATCH] Annotations: Fixed classpath after merge Res folder was missing after merging master in. Issue-Ref: 4014 Issue-Url: https://af3-developer.fortiss.org/issues/4014 Signed-off-by: Andreas Bayha <bayha@fortiss.org> --- org.fortiss.tooling.kernel.ui/.classpath | 1 + 1 file changed, 1 insertion(+) diff --git a/org.fortiss.tooling.kernel.ui/.classpath b/org.fortiss.tooling.kernel.ui/.classpath index 4eba2db1f..04e39cd5e 100644 --- a/org.fortiss.tooling.kernel.ui/.classpath +++ b/org.fortiss.tooling.kernel.ui/.classpath @@ -7,5 +7,6 @@ </classpathentry> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry excluding="org/fortiss/tooling/kernel/ui/internal/views/MarkerViewEditorFX/SimpleAnnotationTableFXController.java|org/fortiss/tooling/kernel/ui/internal/views/MarkerViewEditorFX/SimpleAnnotationTableFXViewPart.java" kind="src" path="src"/> + <classpathentry kind="src" path="res"/> <classpathentry kind="output" path="build"/> </classpath> -- GitLab