1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-10-01 00:09:08 +00:00
plantuml-server/.classpath

10 lines
519 B
Plaintext
Raw Normal View History

2011-01-30 13:55:06 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
2011-01-30 14:00:47 +00:00
<classpathentry kind="src" path="WEB-INF/src"/>
2011-01-30 13:55:06 +00:00
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
2011-01-30 14:00:47 +00:00
<classpathentry kind="lib" path="WEB-INF/lib/HTTPClient.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/plantuml.jar"/>
2011-01-30 17:43:16 +00:00
<classpathentry kind="output" path="WEB-INF/classes"/>
2011-01-30 13:55:06 +00:00
</classpath>