* simplify jboss deployment

* remove unneeded jsf file
This commit is contained in:
Heng Sin Low 2007-01-12 09:18:30 +00:00
parent e77acd64db
commit 4fd4bf00fc
2 changed files with 45 additions and 0 deletions

45
lib/adempiereAll.xml Normal file
View File

@ -0,0 +1,45 @@
<?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>

Binary file not shown.