diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-06-04 15:37:34 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-06-04 15:37:34 +0200 |
| commit | 388a76a73c8a8131c7af8df2ba03cf16511c8ea5 (patch) | |
| tree | 473206237625785b7828dd73c7e7be8b184bfba0 /.classpath | |
| parent | eac30db6329f05cc7cf2a35613497e357b4db3aa (diff) | |
Mavenized
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <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"/>
+ <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"/>
</classpath>
|
