Mercurial > hg > Members > tatsuki > Alice
diff .classpath @ 345:8f71c3e6f11d
Change directory structure Maven standard
author | sugi |
---|---|
date | Wed, 16 Apr 2014 18:26:07 +0900 |
parents | 9e84deb9b1e0 |
children | d46c42352e4f |
line wrap: on
line diff
--- a/.classpath Wed Apr 16 17:37:48 2014 +0900 +++ b/.classpath Wed Apr 16 18:26:07 2014 +0900 @@ -1,13 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry exported="true" kind="lib" path="lib/javassist.jar"/> - <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.16.jar"/> - <classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.6.1.jar"/> - <classpathentry exported="true" kind="lib" path="lib/slf4j-log4j12-1.6.1.jar"/> - <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> - <classpathentry exported="true" kind="lib" path="lib/msgpack-0.6.8-SNAPSHOT-sources.jar"/> - <classpathentry exported="true" kind="lib" path="lib/msgpack-0.6.8-SNAPSHOT.jar" sourcepath="lib/msgpack-0.6.8-SNAPSHOT-sources.jar"/> - <classpathentry exported="true" kind="lib" path="lib/com.alexmerz.graphviz.jar"/> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="src" path="src/main/resources"/> + <classpathentry kind="src" path="src/test/java"/> + <classpathentry kind="src" path="src/test/resources"/> + <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="output" path="bin"/> </classpath>