You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2014/04/07 11:48:41 UTC

svn commit: r1585440 - /qpid/trunk/qpid/java/pom.xml

Author: robbie
Date: Mon Apr  7 09:48:40 2014
New Revision: 1585440

URL: http://svn.apache.org/r1585440
Log:
QPID-5048: update property to reflect the 'cpp' profile being non-persistent (it explicitly doesnt load any modules, which the stores are)

Modified:
    qpid/trunk/qpid/java/pom.xml

Modified: qpid/trunk/qpid/java/pom.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/pom.xml?rev=1585440&r1=1585439&r2=1585440&view=diff
==============================================================================
--- qpid/trunk/qpid/java/pom.xml (original)
+++ qpid/trunk/qpid/java/pom.xml Mon Apr  7 09:48:40 2014
@@ -595,7 +595,7 @@
         <profile.test.excludes>Excludes CPPExcludes ${profile}.excludes ${profile.specific.excludes} cpp.excludes</profile.test.excludes>
         <profile.specific.excludes>CPPPrefetchExcludes CPPTransientExcludes</profile.specific.excludes>
         <profile.broker.version>v0_10</profile.broker.version>
-        <profile.broker.persistent>true</profile.broker.persistent>
+        <profile.broker.persistent>false</profile.broker.persistent>
       </properties>
       <build>
         <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org