Include the install bundle as part of server feature.
This commit is contained in:
parent
9a3b1f3a4c
commit
0313df9b70
|
@ -296,4 +296,10 @@
|
|||
fragment="true"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.adempiere.install"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
</features>
|
||||
|
||||
<configurations>
|
||||
<plugin id="org.adempiere.install" autoStart="true" startLevel="4" />
|
||||
<plugin id="org.adempiere.replication.server" autoStart="true" startLevel="4" />
|
||||
<plugin id="org.adempiere.report.jasper.webapp" autoStart="true" startLevel="4" />
|
||||
<plugin id="org.adempiere.server" autoStart="true" startLevel="4" />
|
||||
|
|
Loading…
Reference in New Issue