diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-07-02 14:13:59 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-07-02 14:13:59 +0200 |
| commit | ecfbae52eca918912f31199519f260c1657acd43 (patch) | |
| tree | 794fa4761aa1526e9d94f500d78247f2f7f8f664 /.classpath | |
| parent | 818943e44a457f3c4f35ed54dbfd0a2ae0a7bcb2 (diff) | |
Move module.xml
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="**" including="**/*.java" kind="src" output="target/classes" path="src/main"/>
+ <classpathentry excluding="**" including="**/*.java" kind="src" output="target/classes" path="src/main/resources"/>
<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"/>
|
