16 lines
567 B
XML
16 lines
567 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright (C) 1999-2005 Jorg Janke ComPiere, Inc.
|
|
@version $Id$
|
|
-->
|
|
<application version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
|
|
<display-name>webCM</display-name>
|
|
<description>Adempiere Web CM</description>
|
|
<module>
|
|
<web>
|
|
<web-uri>adempiereWebCM.war</web-uri>
|
|
<context-root>/</context-root>
|
|
</web>
|
|
</module>
|
|
</application>
|