You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by as...@apache.org on 2006/09/04 14:41:26 UTC

svn commit: r440054 - /incubator/synapse/trunk/java/repository/conf/sample/synapse_spring_unittest.xml

Author: asankha
Date: Mon Sep  4 05:41:25 2006
New Revision: 440054

URL: http://svn.apache.org/viewvc?view=rev&rev=440054
Log:
fix incorrect src

Modified:
    incubator/synapse/trunk/java/repository/conf/sample/synapse_spring_unittest.xml

Modified: incubator/synapse/trunk/java/repository/conf/sample/synapse_spring_unittest.xml
URL: http://svn.apache.org/viewvc/incubator/synapse/trunk/java/repository/conf/sample/synapse_spring_unittest.xml?view=diff&rev=440054&r1=440053&r2=440054
==============================================================================
--- incubator/synapse/trunk/java/repository/conf/sample/synapse_spring_unittest.xml (original)
+++ incubator/synapse/trunk/java/repository/conf/sample/synapse_spring_unittest.xml Mon Sep  4 05:41:25 2006
@@ -7,7 +7,7 @@
   
   <definitions>
 		<set-property name="springconfig1" key="conf/sample/springsample.xml"/>
-		<set-property name="springconfig2" src="conf/sample/springsample.xml"/>
+		<set-property name="springconfig2" src="file:./../../repository/conf/sample/springsample.xml"/>
   </definitions>
 
   <rules>



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org