Skip to content

Commit 5f905fe

Browse files
committed
updates
1 parent 9a2c286 commit 5f905fe

1 file changed

Lines changed: 20 additions & 12 deletions

File tree

de.vogella.jersey.first/.classpath

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
5-
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
6-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
7-
<attributes>
8-
<attribute name="owner.project.facets" value="jst.java"/>
9-
</attributes>
10-
</classpathentry>
11-
<classpathentry kind="output" path="build/classes"/>
12-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
5+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
6+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
7+
<attributes>
8+
<attribute name="owner.project.facets" value="jst.java"/>
9+
</attributes>
10+
</classpathentry>
11+
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/asm-3.1.jar"/>
12+
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jackson-core-asl-1.1.1.jar"/>
13+
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jersey-client-1.1.5.jar"/>
14+
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jersey-core-1.1.5.jar"/>
15+
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jersey-json-1.1.5.jar"/>
16+
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jersey-server-1.1.5.jar"/>
17+
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jettison-1.1.jar"/>
18+
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jsr311-api-1.1.1.jar"/>
19+
<classpathentry kind="output" path="build/classes"/>
20+
</classpath>

0 commit comments

Comments
 (0)