forked from jiweixing/BIT-MiniCC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
19 lines (17 loc) · 796 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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/jdom.jar"/>
<classpathentry kind="lib" path="lib/Mars4_5.jar"/>
<classpathentry kind="lib" path="lib/codegen.jar"/>
<classpathentry kind="lib" path="lib/icgen.jar"/>
<classpathentry kind="lib" path="lib/opt.jar"/>
<classpathentry kind="lib" path="lib/parser.jar"/>
<classpathentry kind="lib" path="lib/pp.jar"/>
<classpathentry kind="lib" path="lib/scanner.jar"/>
<classpathentry kind="lib" path="lib/semantic.jar"/>
<classpathentry kind="lib" path="lib/simulator.jar"/>
<classpathentry kind="lib" path="lib/util.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>