mjon_git/target/classes/rebel.xml
2023-06-12 11:15:02 +09:00

27 lines
958 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
This is the JRebel configuration file. It maps the running application to your IDE workspace, enabling JRebel reloading for this project.
Refer to https://manuals.jrebel.com/jrebel/standalone/config.html for more information.
-->
<application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath>
<dir name="D:/Development/eGovFrameDev-3.9.0-64bit/workspace/mjon/target/classes">
</dir>
</classpath>
<web>
<link target="/">
<dir name="D:/Development/eGovFrameDev-3.9.0-64bit/workspace/mjon/target/m2e-wtp/web-resources">
<exclude name="/"/>
</dir>
</link>
<link target="/">
<dir name="D:/Development/eGovFrameDev-3.9.0-64bit/workspace/mjon/src/main/webapp">
</dir>
</link>
</web>
</application>