blob: 79c0ee8dc13f8b037815df29340b0000780a71df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar">
<attributes>
<attribute name="javadoc_location" value="file:/C:/Desenvolvimento/Java/MepEditor/lib/commons-codec-docs/api/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar" sourcepath="lib/commons-logging-1.1.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/MepEditor/lib/commons-logging-1.1.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/swt-debug.jar" sourcepath="lib/src.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|