Author: thomas.diesler(a)jboss.com
Date: 2009-08-20 08:28:36 -0400 (Thu, 20 Aug 2009)
New Revision: 92608
Modified:
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml
Log:
Install OSGiBootstrapProvider in META-INF/services
Modified:
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml
===================================================================
---
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml 2009-08-20
12:03:26 UTC (rev 92607)
+++
projects/jboss-osgi/trunk/distribution/installer/src/main/resources/installer/install-definition.xml 2009-08-20
12:28:36 UTC (rev 92608)
@@ -159,7 +159,7 @@
<executable targetfile="$INSTALL_PATH/runtime/bin/run.sh"
stage="never" keep="true"/>
<!-- JBossOSGi conf -->
- <fileset dir="(a){runtime.dir}/conf"
targetdir="$INSTALL_PATH/runtime/conf" override="true">
+ <fileset dir="(a){runtime.dir}/conf"
targetdir="$INSTALL_PATH/runtime/conf/META-INF/services"
override="true">
<include name="org.jboss.osgi.spi.framework.OSGiBootstrapProvider"
/>
</fileset>
Show replies by date