* remove ear build file and posterita.xml - no longer use

* remove customization.jar and patches.jar, you need to create your patches and customization as osgi bundle instead, see the extend project for example.
This commit is contained in:
Heng Sin Low 2010-07-12 13:22:09 +08:00
parent fb4a580281
commit a0be53a191
3 changed files with 0 additions and 110 deletions

View File

@ -1,46 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"
version="5">
<display-name>Adempiere Applications</display-name>
<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>
<module>
<web>
<web-uri>posterita.war</web-uri>
<context-root>/posterita</context-root>
</web>
</module>
<module>
<web>
<web-uri>webui.war</web-uri>
<context-root>/webui</context-root>
</web>
</module>
</application>

View File

@ -1,40 +0,0 @@
adempiereWebCM.ear
- Adempiere.jar
-- classpath = AdempiereSLib.jar
- AdempiereSLib.jar
-- (none)
- adempiereWebCM.war
-- classpath = Adempiere.jar AdempiereSLib.jar
adempiereRoot.ear
- Adempiere.jar
-- classpath = AdempiereSLib.jar
- adempiereRoot.jar
-- classpath = Adempiere.jar AdempiereSLib.jar
- AdempiereSLib.jar
-- (none)
- adempiereRoot.war
-- classpath = Adempiere.jar AdempiereSLib.jar
adempiereApps.ear
- Adempiere.jar
-- classpath = AdempiereSLib.jar
- adempiereApps.jar
-- classpath = Adempiere.jar AdempiereSLib.jar
- adempiereSLib.jar
-- (none)
- adempiereApps.war
-- classpath = Adempiere.jar AdempiereSLib.jar
adempiereWebStore.ear
- Adempiere.jar
-- classpath = AdempiereSLib.jar
- adempiereApps.jar
-- classpath = Adempiere.jar AdempiereSLib.jar
- adempiereSLib.jar
-- (none)
- adempiereWebStore.war
-- classpath = Adempiere.jar AdempiereSLib.jar adempiereApps.jar

View File

@ -1,24 +0,0 @@
<?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:42 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">
<description>Posterita Web POS</description>
<display-name>posterita</display-name>
<module>
<java>AdempiereSLib.jar</java>
</module>
<module>
<java>Adempiere.jar</java>
</module>
<module>
<java>adempiereApps.jar</java>
</module>
<module>
<web>
<web-uri>posterita.war</web-uri>
<context-root>/posterita</context-root>
</web>
</module>
</application>