diff options
| author | abranson <andrew.branson@cern.ch> | 2012-01-27 14:02:17 +0100 |
|---|---|---|
| committer | abranson <andrew.branson@cern.ch> | 2012-01-27 14:02:17 +0100 |
| commit | 7d36c0df166e6eacd6c37a8295ef5ac0ac68bdd4 (patch) | |
| tree | 9a7348571ee3b1d9dfe08788d5737fb8f65a5be5 /.classpath | |
Initial commit
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..6cfa2dc --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="resources"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/cristal-kernel"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
|
