Include the install bundle as part of server feature.

This commit is contained in:
Heng Sin Low 2010-10-26 19:08:29 +08:00
parent 9a3b1f3a4c
commit 0313df9b70
2 changed files with 7 additions and 0 deletions

View File

@ -296,4 +296,10 @@
fragment="true"
unpack="false"/>
<plugin
id="org.adempiere.install"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>

View File

@ -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" />