Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'othersrc/otdt-examples/OTSample-Observer-src/.classpath')
-rw-r--r--othersrc/otdt-examples/OTSample-Observer-src/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/othersrc/otdt-examples/OTSample-Observer-src/.classpath b/othersrc/otdt-examples/OTSample-Observer-src/.classpath
new file mode 100644
index 000000000..bcc3bc2b8
--- /dev/null
+++ b/othersrc/otdt-examples/OTSample-Observer-src/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="OTRE"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top