12 lines
578 B
XML
12 lines
578 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<application xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/application_7.xsd" version="7">
|
|
<display-name>ccm-bundle-shortcuts-test-wildfly</display-name>
|
|
<module>
|
|
<web>
|
|
<web-uri>LibreCCM-org.libreccm.shortcuts.ShortcutTest-web.war</web-uri>
|
|
<context-root>/libreccm-shortcuts-test</context-root>
|
|
</web>
|
|
</module>
|
|
<library-directory>lib</library-directory>
|
|
</application>
|