forked from VisuFlow/visuflow-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
13 lines (13 loc) · 811 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gs-algo-1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/codemodel-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/soot-trunk.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gs-ui-1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gs-core-1.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>