Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/tooling/org.eclipse.fx.ide.gmodel.ui/.classpath')
-rw-r--r--bundles/tooling/org.eclipse.fx.ide.gmodel.ui/.classpath9
1 files changed, 9 insertions, 0 deletions
diff --git a/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/.classpath b/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/.classpath
new file mode 100644
index 000000000..9081d4f70
--- /dev/null
+++ b/bundles/tooling/org.eclipse.fx.ide.gmodel.ui/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="src-gen"/>
+ <classpathentry kind="src" path="xtend-gen"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top