diff options
author | yvesf <yvesf-git@xapek.org> | 2011-07-03 11:38:28 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-07-03 11:38:28 +0200 |
commit | ffaec1ddc9118eb07a30b2d759f0204484fa9ec4 (patch) | |
tree | fba1bfeb7d1fbec0544a7d80338a862f33519344 /ebus-scala/.classpath | |
parent | c9f7b9f93a7048e06c212b3dad5bf0752e2672f2 (diff) | |
download | ebus-alt-ffaec1ddc9118eb07a30b2d759f0204484fa9ec4.tar.gz ebus-alt-ffaec1ddc9118eb07a30b2d759f0204484fa9ec4.zip |
ebus-scala
Diffstat (limited to 'ebus-scala/.classpath')
-rw-r--r-- | ebus-scala/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ebus-scala/.classpath b/ebus-scala/.classpath new file mode 100644 index 0000000..bc01bff --- /dev/null +++ b/ebus-scala/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/> + <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> |