Author: reinhard
Date: Mon Oct  4 06:10:07 2004
New Revision: 51892

Added:
   
cocoon/whiteboard/block-deployer/test/sample-repositories/application-server/WEB-INF/blocks/
   
cocoon/whiteboard/block-deployer/test/sample-repositories/application-server/WEB-INF/blocks/wiring.xml
Log:
- sample for tests that require wiring.xml

Added: 
cocoon/whiteboard/block-deployer/test/sample-repositories/application-server/WEB-INF/blocks/wiring.xml
==============================================================================
--- (empty file)
+++ 
cocoon/whiteboard/block-deployer/test/sample-repositories/application-server/WEB-INF/blocks/wiring.xml
      Mon Oct  4 06:10:07 2004
@@ -0,0 +1,28 @@
+<!-- in Stefan's example "blocks" instead of "wiring" is used -->
+<wiring xmlns="http://apache.org/cocoon/blocks/wiring/1.0";>
+
+  <block id="http://mycompany.com/webmail/1.3.43"; 
+         location="WEB-INF/blocks/384938958499">
+    <mount>/mail/</mount>
+    <connections>
+      <connection 
+        
name="external-skin">http://yetanothercompany.com/skins/fancy/1.2.2</connection>
+      <connection
+        
name="internal-skin">http://mycompany.com/skins/corporate/34.3.345</connection>
+      <connection
+        
name="repository">http://mycompany.com/repositories/email/exchange/3.2.1</connection>
+    </connections>
+    <properties>
+      <property name="user">guest</property>
+      <property name="password">sj3u493</property>
+    </properties>
+  </block>
+
+  <block id="http://mycompany.com/repositories/email/exchange/3.2.1"; 
+         location="WEB-INF/blocks/394781274834">
+    <properties>
+      <property name="host">mail.blah.org</property>
+    </properties>
+  </block>
+
+</wiring>
\ No newline at end of file

Reply via email to