forked from xgdsmileboy/GenPat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.xml
More file actions
33 lines (32 loc) · 1.05 KB
/
project.xml
File metadata and controls
33 lines (32 loc) · 1.05 KB
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
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<projects>
<project name="aclang">
<home>/Users/Jiajun/Code/IntelliJ/MineFix/resources/forTest/aclang</home>
<ssrc>/src/java</ssrc>
<sbin>/target/classes</sbin>
<tsrc>/src/test</tsrc>
<tbin>/target/test-classes</tbin>
<jversion>1.7</jversion>
<classpath>
<ele>lib</ele>
</classpath>
<compilefile value="true">
</compilefile>
</project>
<project name="TuCanMobile">
<home>/Users/Jiajun/Code/MUBenchData/done/TuCanMobile</home>
<ssrc></ssrc>
<sbin></sbin>
<tsrc></tsrc>
<tbin></tbin>
<jversion>1.8</jversion>
<classpath>
<ele>lib</ele>
</classpath>
<compilefile value="false">
<command>/Users/Jiajun/Desktop/gradle-5.2/bin/gradle</command>
<suc-msg>BUILD SUCCESSFUL</suc-msg>
<jdk-home>/Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home</jdk-home>
</compilefile>
</project>
</projects>