[jboss-cvs] JBossAS SVN: r114734 - in branches/JBPAPP_5: server and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 17 01:07:09 EST 2014


Author: jameslivingston
Date: 2014-02-17 01:07:09 -0500 (Mon, 17 Feb 2014)
New Revision: 114734

Modified:
   branches/JBPAPP_5/build/build.xml
   branches/JBPAPP_5/server/build.xml
Log:
[JBPAPP-10968] remove ManagedConnectionFactory bottleneck added by JBPAPP-7464 fix.

Modified: branches/JBPAPP_5/build/build.xml
===================================================================
--- branches/JBPAPP_5/build/build.xml	2014-02-17 06:00:46 UTC (rev 114733)
+++ branches/JBPAPP_5/build/build.xml	2014-02-17 06:07:09 UTC (rev 114734)
@@ -1390,7 +1390,7 @@
 
   <!-- Define a macro for calling maven -->
   <macrodef name="maven">
-    <attribute name="options" default="-T4" />
+    <attribute name="options" default="" />
     <attribute name="goal" />
     <attribute name="basedir" />
     <attribute name="resultproperty" default="maven.result" />
@@ -1436,7 +1436,7 @@
    <target name="createthirdparty" unless="inhibit.downloads"
       depends="maven-init, init, check.inhibit.downloads, set.proxy">
 
-      <property name="maven.opts" value="-T4"/>
+      <property name="maven.opts" value=""/>
       <property name="thirdparty.maven.opts" value="${maven.opts}"/>
 
       <maven basedir="${basedir}/../thirdparty"

Modified: branches/JBPAPP_5/server/build.xml
===================================================================
--- branches/JBPAPP_5/server/build.xml	2014-02-17 06:00:46 UTC (rev 114733)
+++ branches/JBPAPP_5/server/build.xml	2014-02-17 06:07:09 UTC (rev 114734)
@@ -96,7 +96,7 @@
       <path refid="jboss.jboss.mdr.classpath"/>
       <path refid="jboss.jbossts.classpath"/>
       <path refid="jboss.microcontainer.classpath"/>
-      <path refid="jboss.jpa.deployers.classpath"/>
+      <path refid="jboss.jboss.jpa.deployers.classpath"/>
       <path refid="jboss.jboss.vfs.classpath"/>
       <path refid="jboss.serialization.classpath"/>
       <path refid="oswego.concurrent.classpath"/>



More information about the jboss-cvs-commits mailing list