Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-05-20 10:11:17 +0000
committerTom Schindl2015-05-20 10:11:17 +0000
commit21f50985306d1f16673414d8c9a87677b481928f (patch)
tree5be703048498f29ce2b6295eddd845640e913da1 /demos/org.eclipse.fx.xtext.statemachine.ide/.classpath
parent01ba377da930879f137ad68dfdaa91eab99b5190 (diff)
downloadorg.eclipse.efxclipse-21f50985306d1f16673414d8c9a87677b481928f.tar.gz
org.eclipse.efxclipse-21f50985306d1f16673414d8c9a87677b481928f.tar.xz
org.eclipse.efxclipse-21f50985306d1f16673414d8c9a87677b481928f.zip
sample to write (xtext) editors with javafx!
Diffstat (limited to 'demos/org.eclipse.fx.xtext.statemachine.ide/.classpath')
-rw-r--r--demos/org.eclipse.fx.xtext.statemachine.ide/.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/org.eclipse.fx.xtext.statemachine.ide/.classpath b/demos/org.eclipse.fx.xtext.statemachine.ide/.classpath
new file mode 100644
index 000000000..2534a1484
--- /dev/null
+++ b/demos/org.eclipse.fx.xtext.statemachine.ide/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="src-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