blob: e4808e5f90e08b6ee7297a4824061205a01aa2ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">
<classpath>
<dir name="D:/workspace/springmvc4_frame/target/classes">
</dir>
<dir name="D:/workspace/springmvc4_frame/target/test-classes">
</dir>
</classpath>
<web>
<link target="/">
<dir name="D:/workspace/springmvc4_frame/src/main/webapp">
</dir>
</link>
</web>
</application>
|