[jboss-cvs] JBossAS SVN: r94949 - in projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime: server/conf and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Oct 15 09:55:26 EDT 2009
Author: thomas.diesler at jboss.com
Date: 2009-10-15 09:55:26 -0400 (Thu, 15 Oct 2009)
New Revision: 94949
Modified:
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-equinox.properties
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-felix.properties
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-bootstrap.xml
Log:
autstart eventadmin
Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-equinox.properties
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-equinox.properties 2009-10-15 13:50:28 UTC (rev 94948)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-equinox.properties 2009-10-15 13:55:26 UTC (rev 94949)
@@ -93,5 +93,6 @@
# Bundles that need to be started automatically
org.jboss.osgi.spi.framework.autoStart=\
file://${osgi.home}/server/minimal/deploy/org.apache.felix.log.jar \
+ file://${osgi.home}/server/minimal/deploy/org.apache.felix.eventadmin.jar \
file://${osgi.home}/server/minimal/deploy/jboss-osgi-common.jar \
file://${osgi.home}/server/minimal/deploy/jboss-osgi-hotdeploy.jar
\ No newline at end of file
Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-felix.properties
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-felix.properties 2009-10-15 13:50:28 UTC (rev 94948)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/conf/jboss-osgi-felix.properties 2009-10-15 13:55:26 UTC (rev 94949)
@@ -21,6 +21,7 @@
# Bundles that need to be started automatically
org.jboss.osgi.spi.framework.autoStart=\
file://${osgi.home}/server/minimal/deploy/org.apache.felix.log.jar \
+ file://${osgi.home}/server/minimal/deploy/org.apache.felix.eventadmin.jar \
file://${osgi.home}/server/minimal/deploy/jboss-osgi-common.jar \
file://${osgi.home}/server/minimal/deploy/jboss-osgi-hotdeploy.jar
Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-bootstrap.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-bootstrap.xml 2009-10-15 13:50:28 UTC (rev 94948)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/runtime/server/conf/jboss-osgi-bootstrap.xml 2009-10-15 13:55:26 UTC (rev 94949)
@@ -84,6 +84,7 @@
<property name="autoStart">
<list elementClass="java.net.URL">
<value>${osgi.home}/server/minimal/deploy/org.apache.felix.log.jar</value>
+ <value>${osgi.home}/server/minimal/deploy/org.apache.felix.eventadmin.jar</value>
<value>${osgi.home}/server/minimal/deploy/jboss-osgi-common.jar</value>
<value>${osgi.home}/server/minimal/deploy/jboss-osgi-hotdeploy.jar</value>
</list>
More information about the jboss-cvs-commits
mailing list