Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'apps/MQTTSN-UDP-Client/.classpath')
-rw-r--r--apps/MQTTSN-UDP-Client/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/MQTTSN-UDP-Client/.classpath b/apps/MQTTSN-UDP-Client/.classpath
new file mode 100644
index 0000000..8eafb0d
--- /dev/null
+++ b/apps/MQTTSN-UDP-Client/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="samples"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top