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

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon May 25 19:40:31 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-25 19:40:30 -0400 (Mon, 25 May 2009)
New Revision: 89412

Modified:
   projects/jboss-osgi/trunk/distribution/src/main/resources/installer/install-definition.xml
Log:
Install jboss-osgi-* bundles


Modified: projects/jboss-osgi/trunk/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/src/main/resources/installer/install-definition.xml	2009-05-25 23:34:18 UTC (rev 89411)
+++ projects/jboss-osgi/trunk/distribution/src/main/resources/installer/install-definition.xml	2009-05-25 23:40:30 UTC (rev 89412)
@@ -172,10 +172,10 @@
       
       <!-- JBossOSGi Bundles -->
       <fileset dir="@{deploy.artifacts.dir}/lib" targetdir="$INSTALL_PATH/runtime/bundles" override="true">
-        <include name="apache-xerces-bundle.jar" />
-        <include name="jaxb-bundle.jar" />
-        <include name="jbossxb-bundle.jar" />
-        <include name="jboss-common-core-bundle.jar" />
+        <include name="jboss-osgi-apache-xerces.jar" />
+        <include name="jboss-osgi-jaxb.jar" />
+        <include name="jboss-osgi-xml-binding.jar" />
+        <include name="jboss-osgi-common-core.jar" />
         <include name="jboss-osgi-common.jar" />
         <include name="jboss-osgi-logging.jar" />
         <include name="jboss-osgi-jndi.jar" />




More information about the jboss-osgi-commits mailing list