Author: ppitonak(a)redhat.com
Date: 2011-11-14 04:08:58 -0500 (Mon, 14 Nov 2011)
New Revision: 22921
Added:
modules/tests/metamer/trunk/application/src/main/resources/rebel.xml
Log:
added JRebel config
Added: modules/tests/metamer/trunk/application/src/main/resources/rebel.xml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/resources/rebel.xml
(rev 0)
+++ modules/tests/metamer/trunk/application/src/main/resources/rebel.xml 2011-11-14
09:08:58 UTC (rev 22921)
@@ -0,0 +1,16 @@
+<?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="${rebel.workspace.path}/metamer/application/target/classes" />
+ </classpath>
+
+ <web>
+ <link target="/">
+ <dir
name="${rebel.workspace.path}/metamer/application/src/main/resources" />
+ <dir
name="${rebel.workspace.path}/metamer/application/src/main/webapp" />
+ </link>
+ </web>
+
+</application>