[Beeframework-svn] SF.net SVN: beeframework:[230] trunk/examples/conf
Brought to you by:
b_hartmann,
m_plomer
From: <m_p...@us...> - 2014-09-26 08:53:25
|
Revision: 230 http://sourceforge.net/p/beeframework/code/230 Author: m_plomer Date: 2014-09-26 08:53:13 +0000 (Fri, 26 Sep 2014) Log Message: ----------- fixed bee-util namespace declaration Modified Paths: -------------- trunk/examples/conf/context-mvc.xml trunk/examples/conf/context.xml trunk/examples/conf/views.xml Modified: trunk/examples/conf/context-mvc.xml =================================================================== --- trunk/examples/conf/context-mvc.xml 2014-09-25 23:57:21 UTC (rev 229) +++ trunk/examples/conf/context-mvc.xml 2014-09-26 08:53:13 UTC (rev 230) @@ -4,7 +4,7 @@ xmlns:utils="http://www.beeframework.org/schema/util" xmlns:mvc="http://www.beeframework.org/schema/mvc" xsi:schemaLocation="http://www.beeframework.org/schema/beans http://www.beeframework.org/schema/beans/bee-beans-1.2.xsd - http://www.beeframework.org/schema/util http://www.beeframework.org/schema/utils/bee-utils-1.0.xsd + http://www.beeframework.org/schema/util http://www.beeframework.org/schema/utils/bee-util-1.0.xsd http://www.beeframework.org/schema/mvc http://www.beeframework.org/schema/utils/bee-mvc-1.0.xsd"> <!-- VIEW RESOLVER --> Modified: trunk/examples/conf/context.xml =================================================================== --- trunk/examples/conf/context.xml 2014-09-25 23:57:21 UTC (rev 229) +++ trunk/examples/conf/context.xml 2014-09-26 08:53:13 UTC (rev 230) @@ -4,7 +4,7 @@ xmlns:utils="http://www.beeframework.org/schema/util" xmlns:mvc="http://www.beeframework.org/schema/mvc" xsi:schemaLocation="http://www.beeframework.org/schema/beans http://www.beeframework.org/schema/beans/bee-beans-1.2.xsd - http://www.beeframework.org/schema/util http://www.beeframework.org/schema/utils/bee-utils-1.0.xsd + http://www.beeframework.org/schema/util http://www.beeframework.org/schema/utils/bee-util-1.0.xsd http://www.beeframework.org/schema/mvc http://www.beeframework.org/schema/utils/bee-mvc-1.0.xsd"> <!-- VIEW RESOLVER --> Modified: trunk/examples/conf/views.xml =================================================================== --- trunk/examples/conf/views.xml 2014-09-25 23:57:21 UTC (rev 229) +++ trunk/examples/conf/views.xml 2014-09-26 08:53:13 UTC (rev 230) @@ -1,10 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.beeframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:utils="http://www.beeframework.org/schema/util" - xmlns:mvc="http://www.beeframework.org/schema/mvc" - xsi:schemaLocation="http://www.beeframework.org/schema/beans http://www.beeframework.org/schema/beans/bee-beans-1.2.xsd - http://www.beeframework.org/schema/util http://www.beeframework.org/schema/utils/bee-utils-1.0.xsd - http://www.beeframework.org/schema/mvc http://www.beeframework.org/schema/utils/bee-mvc-1.0.xsd"> + xsi:schemaLocation="http://www.beeframework.org/schema/beans http://www.beeframework.org/schema/beans/bee-beans-1.2.xsd"> </beans> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |