[jboss-cvs] JBoss Messaging SVN: r2179 - trunk/util.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun Feb 4 02:22:47 EST 2007
Author: ovidiu.feodorov at jboss.com
Date: 2007-02-04 02:22:47 -0500 (Sun, 04 Feb 2007)
New Revision: 2179
Modified:
trunk/util/release-admin.xml
Log:
temporary exclusion of JBossJTA. See http://jira.jboss.org/jira/browse/JBMESSAGING-811
Modified: trunk/util/release-admin.xml
===================================================================
--- trunk/util/release-admin.xml 2007-02-04 07:21:29 UTC (rev 2178)
+++ trunk/util/release-admin.xml 2007-02-04 07:22:47 UTC (rev 2179)
@@ -121,8 +121,16 @@
<substitution expression="<category name="org.jboss.serial">
 <priority value="INFO"/>
 </category>

 \1"/>
</replaceregexp>
+
+ <!-- TODO: creating a server configuration breaks if whe have this enabled. Temporarily
+ commenting it out, until I figure out why it breaks
+ http://jira.jboss.org/jira/browse/JBMESSAGING-811
+ -->
+
+
<!-- Replace local TM with JBossTS -->
-
+
+ <!--
<copy file="${thirdparty.jbossts.home}/lib/jbossjta.jar"
todir="${jboss.home}/server/${messaging.config.name}/lib"/>
<copy file="${thirdparty.jbossts.home}/lib/jbossjta-integration.jar"
@@ -136,6 +144,7 @@
todir="${jboss.home}/server/${messaging.config.name}/conf"/>
<copy file="${output.lib.home}/jboss-messaging-integration.jar"
todir="${jboss.home}/server/${messaging.config.name}/lib"/>
+ -->
<!-- copy the scoped sar
<copy todir="${jboss.home}/server/${config.name}/deploy"
More information about the jboss-cvs-commits
mailing list