* 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:27:31 +00:00
parent a0bff99044
commit d1f434b4d3
1 changed files with 3 additions and 5 deletions

View File

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