<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 1999-2005 Jorg Janke ComPiere, Inc. @version $Id: application.xml,v 1.3 2006/06/12 00:59:05 jjanke Exp $ --> <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>adempiere</display-name> <description>Adempiere Applications</description> <module> <java>AdempiereSLib.jar</java> </module> <module> <java>Adempiere.jar</java> </module> <module> <java>adempiereApps.jar</java> </module> <module> <ejb>adempiereRoot.jar</ejb> </module> <module> <web> <web-uri>adempiereRoot.war</web-uri> <context-root>/admin</context-root> </web> </module> <module> <web> <web-uri>adempiereApps.war</web-uri> <context-root>/adempiere</context-root> </web> </module> <module> <web> <web-uri>adempiereWebStore.war</web-uri> <context-root>/wstore</context-root> </web> </module> <module> <web> <web-uri>adempiereWebCM.war</web-uri> <context-root>/</context-root> </web> </module> </application>