|
1
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<classpath>
|
|
8
|
3 |
<classpathentry excluding="fr/iri/thd/sonyengine/test/" kind="src" path="src"/>
|
|
|
4 |
<classpathentry kind="src" output="build_test/classes" path="test_src"/>
|
|
1
|
5 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
|
|
|
6 |
<attributes>
|
|
|
7 |
<attribute name="owner.project.facets" value="jst.java"/>
|
|
|
8 |
</attributes>
|
|
|
9 |
</classpathentry>
|
|
|
10 |
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0">
|
|
|
11 |
<attributes>
|
|
|
12 |
<attribute name="owner.project.facets" value="jst.web"/>
|
|
|
13 |
</attributes>
|
|
|
14 |
</classpathentry>
|
|
|
15 |
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
|
|
|
16 |
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
|
|
8
|
17 |
<classpathentry kind="lib" path="lib/jackson-mapper-asl-1.5.0.jar">
|
|
|
18 |
<attributes>
|
|
|
19 |
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
|
|
20 |
</attributes>
|
|
|
21 |
</classpathentry>
|
|
|
22 |
<classpathentry kind="lib" path="lib/junit-4.8.1.jar">
|
|
|
23 |
<attributes>
|
|
|
24 |
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
|
|
25 |
</attributes>
|
|
|
26 |
</classpathentry>
|
|
1
|
27 |
<classpathentry kind="output" path="build/classes"/>
|
|
|
28 |
</classpath>
|