diff _test/Resources/app.xml @ 58:a35b60b16a99

Configuration, late activation
author wizard
date Fri, 05 Mar 2010 20:14:45 +0300
parents
children b0c068da93ac
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_test/Resources/app.xml	Fri Mar 05 20:14:45 2010 +0300
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Application id='app' type="Test::Config::Application">
+	<name>Sample application</name>
+	<options type="HASH">
+		<One>value one</One>
+		<Two>value two</Two>
+	</options>
+	<dataSource type='IMPL::Config::Activator' id='ds'>
+		<type>Test::Config::DataSource</type>
+		<parameters type='HASH'>
+			<db>data</db>
+			<user>nobody</user>
+		</parameters>
+	</dataSource>
+	<securityMod type='IMPL::Config::Activator'>
+		<type>Test::Config::Security</type>
+		<parameters type='HASH'>
+			<ds type='IMPL::Config::Link'>
+				<target ref='ds'/>
+			</ds>
+		</paremeters>
+	</securityMod>
+</Application>
\ No newline at end of file