You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2009/07/09 21:34:44 UTC

svn commit: r792649 - in /qpid/trunk/qpid/java/broker/etc: config-systests-derby.xml config-systests.xml config.xml

Author: rhs
Date: Thu Jul  9 19:34:43 2009
New Revision: 792649

URL: http://svn.apache.org/viewvc?rev=792649&view=rev
Log:
updated config paths to match yesterdays moving of test_resources

Modified:
    qpid/trunk/qpid/java/broker/etc/config-systests-derby.xml
    qpid/trunk/qpid/java/broker/etc/config-systests.xml
    qpid/trunk/qpid/java/broker/etc/config.xml

Modified: qpid/trunk/qpid/java/broker/etc/config-systests-derby.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/etc/config-systests-derby.xml?rev=792649&r1=792648&r2=792649&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/etc/config-systests-derby.xml (original)
+++ qpid/trunk/qpid/java/broker/etc/config-systests-derby.xml Thu Jul  9 19:34:43 2009
@@ -48,7 +48,7 @@
         <ssl>
             <enabled>false</enabled>
             <!-- Update below path to your keystore location, eg ${conf}/qpid.keystore  -->
-            <keyStorePath>${prefix}/../test_resources/ssl/keystore.jks</keyStorePath>
+            <keyStorePath>${prefix}/../test-profiles/test_resources/ssl/keystore.jks</keyStorePath>
             <keyStorePassword>password</keyStorePassword>
         </ssl>
     </management>

Modified: qpid/trunk/qpid/java/broker/etc/config-systests.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/etc/config-systests.xml?rev=792649&r1=792648&r2=792649&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/etc/config-systests.xml (original)
+++ qpid/trunk/qpid/java/broker/etc/config-systests.xml Thu Jul  9 19:34:43 2009
@@ -48,7 +48,7 @@
         <ssl>
             <enabled>false</enabled>
             <!-- Update below path to your keystore location, eg ${conf}/qpid.keystore  -->
-            <keyStorePath>${prefix}/../test_resources/ssl/keystore.jks</keyStorePath>
+            <keyStorePath>${prefix}/../test-profiles/test_resources/ssl/keystore.jks</keyStorePath>
             <keyStorePassword>password</keyStorePassword>
         </ssl>
     </management>

Modified: qpid/trunk/qpid/java/broker/etc/config.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/etc/config.xml?rev=792649&r1=792648&r2=792649&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/etc/config.xml (original)
+++ qpid/trunk/qpid/java/broker/etc/config.xml Thu Jul  9 19:34:43 2009
@@ -48,7 +48,7 @@
         <ssl>
             <enabled>true</enabled>
             <!-- Update below path to your keystore location, eg ${conf}/qpid.keystore  -->
-            <keyStorePath>${prefix}/../test_resources/ssl/keystore.jks</keyStorePath>
+            <keyStorePath>${prefix}/../test-profiles/test_resources/ssl/keystore.jks</keyStorePath>
             <keyStorePassword>password</keyStorePassword>
         </ssl>
     </management>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org