Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2010-12-20 17:22:14 +0000
committerHenrik Rentz-Reichert2010-12-20 17:22:14 +0000
commit31cb5153bf3196d3f6d7e04ef42c8683896c51af (patch)
treefb0e132e8ffd1fceb7f295bdf12dac00d8a1eeca /plugins/org.eclipse.etrice.core.room/.classpath
parent7dc8d409d3ac9463c3dc82288c542e169e9748cb (diff)
downloadorg.eclipse.etrice-31cb5153bf3196d3f6d7e04ef42c8683896c51af.tar.gz
org.eclipse.etrice-31cb5153bf3196d3f6d7e04ef42c8683896c51af.tar.xz
org.eclipse.etrice-31cb5153bf3196d3f6d7e04ef42c8683896c51af.zip
adding .project and .classpath files
Diffstat (limited to 'plugins/org.eclipse.etrice.core.room/.classpath')
-rw-r--r--plugins/org.eclipse.etrice.core.room/.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/.classpath b/plugins/org.eclipse.etrice.core.room/.classpath
new file mode 100644
index 000000000..42c365c0b
--- /dev/null
+++ b/plugins/org.eclipse.etrice.core.room/.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"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top