forked from Ant-Grand/GrandUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
20 lines (20 loc) · 1.13 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main"/>
<classpathentry kind="src" output="bin/launcher" path="src/launcher"/>
<classpathentry kind="src" path="etc"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="/Grand"/>
<classpathentry kind="lib" path="deps/commons-logging.jar"/>
<classpathentry kind="lib" path="deps/jzgraph.jar"/>
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="lib" path="deps/org.eclipse.jface_3.9.0.v20130521-1714.jar"/>
<classpathentry kind="lib" path="deps/org.eclipse.osgi_3.9.0.v20130529-1710.jar"/>
<classpathentry kind="lib" path="deps/org.eclipse.draw2d_3.9.0.201305060205.jar"/>
<classpathentry kind="lib" path="deps/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar"/>
<classpathentry kind="lib" path="deps/ant.jar"/>
<classpathentry kind="lib" path="deps/org.eclipse.core.commands_3.6.100.v20130515-1857.jar"/>
<classpathentry kind="lib" path="deps/blacksun-util.jar"/>
<classpathentry kind="lib" path="deps/swt.jar"/>
<classpathentry kind="output" path="bin/main"/>
</classpath>