You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/26 10:56:48 UTC

svn commit: r631146 - /myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml

Author: skitching
Date: Tue Feb 26 01:56:42 2008
New Revision: 631146

URL: http://svn.apache.org/viewvc?rev=631146&view=rev
Log:
Add orchestra namespace to config file, just for documentation.

Modified:
    myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml

Modified: myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml?rev=631146&r1=631145&r2=631146&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml (original)
+++ myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml Tue Feb 26 01:56:42 2008
@@ -22,6 +22,7 @@
 	   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	   xmlns:tx="http://www.springframework.org/schema/tx"
 	   xmlns:aop="http://www.springframework.org/schema/aop"
+	   xmlns:orchestra="http://myfaces.apache.org/orchestra"
 	   xsi:schemaLocation="
 			http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
 			http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd