Commit 91dad181 authored by Alex Wenckus's avatar Alex Wenckus Committed by alex

Fixed Spank Module

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8118 b35dd754-fafc-0310-a699-88a17e54d16e
parent d9a602dd
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<component name="NewModuleRootManager" inherit-compiler-output="true"> <component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output /> <exclude-output />
<exclude-exploded /> <exclude-exploded />
<content url="file://$MODULE_DIR$/src/spank" /> <content url="file://$MODULE_DIR$/../../src/spank" />
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library"> <orderEntry type="module-library">
...@@ -425,9 +425,9 @@ ...@@ -425,9 +425,9 @@
<attribute name="URI" value="&lt;N/A&gt;" /> <attribute name="URI" value="&lt;N/A&gt;" />
<url>jar://$APPLICATION_HOME_DIR$/lib/j2ee.jar!/</url> <url>jar://$APPLICATION_HOME_DIR$/lib/j2ee.jar!/</url>
</containerElement> </containerElement>
<deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/spank/WEB-INF/web.xml" optional="false" version="2.4" /> <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/../../src/spank/WEB-INF/web.xml" optional="false" version="2.4" />
<webroots> <webroots>
<root url="file://$MODULE_DIR$/src/spank/WEB-INF" relative="/WEB-INF" /> <root url="file://$MODULE_DIR$/../../src/spank/WEB-INF" relative="/WEB-INF" />
</webroots> </webroots>
</component> </component>
<component name="WeblogicWebModuleProperties" /> <component name="WeblogicWebModuleProperties" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment