Adempiere 3.1.2
This commit is contained in:
parent
297d3015fb
commit
543d6c917a
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (C) 1999-2005 Jorg Janke ComPiere, Inc.
|
||||
@version $Id: application.xml,v 1.2 2006/06/12 00:58:57 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>adempiereApps</display-name>
|
||||
<description>Adempiere HTML Application</description>
|
||||
<module>
|
||||
<web>
|
||||
<web-uri>AdempiereApps.war</web-uri>
|
||||
<context-root>/adempiere</context-root>
|
||||
</web>
|
||||
</module>
|
||||
</application>
|
Loading…
Reference in New Issue