-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
28 lines (28 loc) · 2.31 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<accessrules>
<accessrule kind="accessible" pattern="javafx/**"/>
<accessrule kind="accessible" pattern="jdk/**"/>
<accessrule kind="accessible" pattern="com/**"/>
<accessrule kind="accessible" pattern="sun/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/com.lowagie.text-2.1.7.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/commons-io-2.2.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/commons-logging-1.1.2.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/docx4j-3.2.2.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/docx4j-ImportXHTML-3.2.2.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/guava-20.0.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/jsoup-1.10.1.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/markdown4j-2.2.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/pegdown-1.6.0-javadoc.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/pegdown-1.6.0-sources.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/pegdown-1.6.0.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/slf4j-api-1.7.21.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/slf4j-simple-1.7.21.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/xhtmlrenderer-3.0.0.jar"/>
<classpathentry kind="lib" path="/Users/veronicatjan/eclipse-workspace/MarkdownEditor/src/lib/xmlgraphics-commons-2.0.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>