-
Notifications
You must be signed in to change notification settings - Fork 113
/
.classpath
28 lines (28 loc) · 1.28 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="src" path="modRlp/src"/>
<classpathentry kind="src" path="aion_fastvm/modFastVM/src"/>
<classpathentry kind="src" path="modCrypto/src_native"/>
<classpathentry kind="src" path="modCrypto/src"/>
<classpathentry kind="src" path="modP2p/src"/>
<classpathentry kind="src" path="modLogger/src"/>
<classpathentry kind="src" path="modBoot/src"/>
<classpathentry kind="src" path="modP2pImpl/src"/>
<classpathentry kind="src" path="modEvtMgrImpl/src"/>
<classpathentry kind="src" path="modMcf/src"/>
<classpathentry kind="src" path="modEvtMgr/src"/>
<classpathentry kind="src" path="modAionImpl/src"/>
<classpathentry kind="src" path="modDbImpl/src"/>
<classpathentry kind="src" path="modAion/src"/>
<classpathentry kind="src" path="modAionBase/src"/>
<classpathentry kind="src" path="modApiServer/src"/>
<classpathentry kind="src" path="modTxPool/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/aion-lib"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/test-lib"/>
<classpathentry kind="output" path="bin"/>
</classpath>