comparison .classpath @ 345:8f71c3e6f11d

Change directory structure Maven standard
author sugi
date Wed, 16 Apr 2014 18:26:07 +0900
parents 9e84deb9b1e0
children d46c42352e4f
comparison
equal deleted inserted replaced
344:9f97ec18f8c5 345:8f71c3e6f11d
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath> 2 <classpath>
3 <classpathentry kind="src" path="src"/> 3 <classpathentry kind="src" path="src/main/java"/>
4 <classpathentry exported="true" kind="lib" path="lib/javassist.jar"/> 4 <classpathentry kind="src" path="src/main/resources"/>
5 <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.16.jar"/> 5 <classpathentry kind="src" path="src/test/java"/>
6 <classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.6.1.jar"/> 6 <classpathentry kind="src" path="src/test/resources"/>
7 <classpathentry exported="true" kind="lib" path="lib/slf4j-log4j12-1.6.1.jar"/> 7 <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
8 <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 8 <classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
9 <classpathentry exported="true" kind="lib" path="lib/msgpack-0.6.8-SNAPSHOT-sources.jar"/> 9 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
10 <classpathentry exported="true" kind="lib" path="lib/msgpack-0.6.8-SNAPSHOT.jar" sourcepath="lib/msgpack-0.6.8-SNAPSHOT-sources.jar"/>
11 <classpathentry exported="true" kind="lib" path="lib/com.alexmerz.graphviz.jar"/>
12 <classpathentry kind="output" path="bin"/> 10 <classpathentry kind="output" path="bin"/>
13 </classpath> 11 </classpath>