* restructure of jboss deployment, customization.jar and patches.jar now repackage into Adempiere.jar during the deployment process
This commit is contained in:
parent
a0bff99044
commit
d1f434b4d3
|
@ -17,16 +17,14 @@
|
|||
<menu submenu="Adempiere 3.1.3 $$context"/>
|
||||
</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="$$context"/>
|
||||
</resources>
|
||||
<application-desc main-class = "org.compiere.Adempiere"/>
|
||||
<security>
|
||||
<all-permissions/>
|
||||
</security>
|
||||
</jnlp>
|
||||
|
|
Loading…
Reference in New Issue