mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-11-05 12:27:53 +00:00
20 lines
866 B
XML
20 lines
866 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="test/src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
|
|
<classpathentry kind="lib" path="test/lib/junit-3.8.1.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0">
|
|
<attributes>
|
|
<attribute name="owner.project.facets" value="jst.web"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
|
<attributes>
|
|
<attribute name="owner.project.facets" value="java"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="lib" path="test/lib/httpunit.jar"/>
|
|
<classpathentry kind="output" path="content/WEB-INF/classes"/>
|
|
</classpath>
|