* restructure of jboss deployment, customization.jar and patches.jar now repackage into Adempiere.jar during the deployment process

This commit is contained in:
Heng Sin Low 2007-01-12 09:33:42 +00:00
parent 5ad3043fac
commit be0d7bb93a
1 changed files with 3 additions and 5 deletions

View File

@ -17,16 +17,14 @@
<menu submenu="Adempiere 3.1.3 @ADEMPIERE_APPS_SERVER@ Direct"/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version = "1.5+" href = "http://java.sun.com/products/autodl/j2se" initial-heap-size = "32m" max-heap-size = "512m"/>
<jar href = "customization.jar" main = "false" download = "eager"/>
<jar href = "patches.jar" main = "false" download = "eager"/>
<jar href = "Adempiere.jar" main = "true" download = "eager"/>
<jar href = "AdempiereCLib.jar" main = "false" download = "eager"/>
<property name="adempiereJNLP" value="@ADEMPIERE_APPS_SERVER@:@ADEMPIERE_WEB_PORT@"/>
</resources>
<application-desc main-class = "org.compiere.Adempiere"/>
<security>
<all-permissions/>
</security>
</jnlp>