summaryrefslogtreecommitdiff
path: root/src/main/resources/rebel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/rebel.xml')
-rw-r--r--src/main/resources/rebel.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/resources/rebel.xml b/src/main/resources/rebel.xml
new file mode 100644
index 0000000..e4808e5
--- /dev/null
+++ b/src/main/resources/rebel.xml
@@ -0,0 +1,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>