[jboss-osgi-commits] JBoss-OSGI SVN: r95864 - in projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas: jboss501 and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Fri Oct 30 15:43:28 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-10-30 15:43:28 -0400 (Fri, 30 Oct 2009)
New Revision: 95864

Modified:
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-felix.xml
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss501/war-deployers-jboss-beans.xml
   projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss510/war-deployers-jboss-beans.xml
Log:
Fix jbossas felix issues

Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-felix.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-felix.xml	2009-10-30 18:54:56 UTC (rev 95863)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss-beans-felix.xml	2009-10-30 19:43:28 UTC (rev 95864)
@@ -35,7 +35,7 @@
             
             <!-- jboss-osgi -->
             org.jboss.osgi.deployment.deployer;version=1.0,
-            org.jboss.osgi.deployment.internal;version=1.0,
+            org.jboss.osgi.deployment.interceptor;version=1.0,
             org.jboss.osgi.jbossxb;version=2.0,
             org.jboss.osgi.microcontainer;version=1.0,
             org.jboss.osgi.spi;version=1.0,

Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss501/war-deployers-jboss-beans.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss501/war-deployers-jboss-beans.xml	2009-10-30 18:54:56 UTC (rev 95863)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss501/war-deployers-jboss-beans.xml	2009-10-30 19:43:28 UTC (rev 95864)
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-Web application deployers
-$Id$
+  Web application deployers
+  
+  Replaced by JBossOSGi to disable the WebXmlLessDeployer
+
+  $Id$
 -->
 <deployment xmlns="urn:jboss:bean-deployer:2.0">
 

Modified: projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss510/war-deployers-jboss-beans.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss510/war-deployers-jboss-beans.xml	2009-10-30 18:54:56 UTC (rev 95863)
+++ projects/jboss-osgi/trunk/distribution/installer/src/main/resources/jbossas/jboss510/war-deployers-jboss-beans.xml	2009-10-30 19:43:28 UTC (rev 95864)
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-Web application deployers
-$Id$
+  Web application deployers
+  
+  Replaced by JBossOSGi to disable the WebXmlLessDeployer
+
+  $Id$
 -->
 <deployment xmlns="urn:jboss:bean-deployer:2.0">
 



More information about the jboss-osgi-commits mailing list