[jboss-osgi-commits] JBoss-OSGI SVN: r86589 - projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Apr 1 09:41:11 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-01 09:41:10 -0400 (Wed, 01 Apr 2009)
New Revision: 86589

Modified:
   projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml
Log:
Fix osgi-deployers-jboss-beans.xml location

Modified: projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml	2009-04-01 13:39:25 UTC (rev 86588)
+++ projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/install-definition.xml	2009-04-01 13:41:10 UTC (rev 86589)
@@ -191,7 +191,7 @@
         <include name="org.apache.felix.framework.jar" />
         <include name="org.osgi.core.jar" />
       </fileset>
-      <fileset dir="@{deploy.artifacts.dir}/resources/jboss-osgi-runtime-deployer-config" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deployers/osgi.deployer/META-INF" override="true">
+      <fileset dir="@{deploy.artifacts.dir}/resources/jboss-osgi-runtime-felix" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deployers/osgi.deployer/META-INF" override="true">
         <include name="osgi-deployers-jboss-beans.xml" />
       </fileset>
       




More information about the jboss-osgi-commits mailing list