cziegeler 2003/06/23 11:18:39
Modified: src/blocks/databases/conf blob.xconf Log: Updating to latest excalibur datasource - no more JVM dependency :)
Move BlobSource into databases block
Revision Changes Path
1.2 +1 -1 cocoon-2.1/src/blocks/databases/conf/blob.xconf
Index: blob.xconf
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/databases/conf/blob.xconf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blob.xconf 23 Jun 2003 17:53:42 -0000 1.1
+++ blob.xconf 23 Jun 2003 18:18:38 -0000 1.2
@@ -3,6 +3,6 @@
<xconf xpath="/cocoon/source-factories" unless="[EMAIL PROTECTED]'blob']">
<!-- blob pseudo protocol -->
- <protocol name="blob" class="org.apache.cocoon.components.source.impl.BlobSourceFactory"/>
+ <component-instance name="blob" class="org.apache.cocoon.components.source.impl.BlobSourceFactory"/>
Why this change? Anyways, unless="" string is wrong now.
Vadim