[jboss-cvs] JBossAS SVN: r103450 - trunk/osgi/zip/src/assembly.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 1 12:48:18 EDT 2010


Author: thomas.diesler at jboss.com
Date: 2010-04-01 12:48:17 -0400 (Thu, 01 Apr 2010)
New Revision: 103450

Modified:
   trunk/osgi/zip/src/assembly/assembly.xml
Log:
[JBAS-7884] TransactionManager not found after OSGi integration

Modified: trunk/osgi/zip/src/assembly/assembly.xml
===================================================================
--- trunk/osgi/zip/src/assembly/assembly.xml	2010-04-01 16:47:37 UTC (rev 103449)
+++ trunk/osgi/zip/src/assembly/assembly.xml	2010-04-01 16:48:17 UTC (rev 103450)
@@ -14,6 +14,7 @@
       </includes>
       <outputDirectory>deployers/osgi.deployer/META-INF</outputDirectory>
     </fileSet>
+    <!-- [JBAS-7884] TransactionManager not found after OSGi integration
     <fileSet>
       <directory>src/resources</directory>
       <includes>
@@ -21,6 +22,7 @@
       </includes>
       <outputDirectory>deploy/osgi</outputDirectory>
     </fileSet>
+    -->
   </fileSets>
   <dependencySets>
     <dependencySet>




More information about the jboss-cvs-commits mailing list