summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-06-19 21:30:29 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-06-19 21:30:29 +0200
commit4a90a8c19c84fb9eddc94dd85f1364bb672e3213 (patch)
tree0b73e53a819131a371608faa25901b17f3fb40e9 /.classpath
parent22f6d022a0e7c8badfd9f71295951ed340e812e0 (diff)
Move resource management workflows back to kernel for debugging.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 5d389a9..439ce4b 100644
--- a/.classpath
+++ b/.classpath
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry excluding="**" including="**/*.java" kind="src" output="target/classes" path="src/main"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>