unico 2003/10/30 09:05:56
Modified: src/blocks/repository/conf sourcedescriptor.xconf
Log:
enable jdbc source descriptor
Revision Changes Path
1.5 +5 -3
cocoon-2.1/src/blocks/repository/conf/sourcedescriptor.xconf
Index: sourcedescriptor.xconf
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/repository/conf/sourcedescriptor.xconf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sourcedescriptor.xconf 27 Oct 2003 17:48:29 -0000 1.4
+++ sourcedescriptor.xconf 30 Oct 2003 17:05:56 -0000 1.5
@@ -16,11 +16,13 @@
<sourceinspector
class="org.apache.cocoon.components.source.impl.JPEGSourceInspector"/>
<sourceinspector
class="org.apache.cocoon.components.source.impl.GIFSourceInspector"/>
- <!--
<sourcedescriptor
class="org.apache.cocoon.components.source.impl.SimpleJdbcSourceDescriptor">
- <property name="meta" namespace="author" />
+ <!-- define your custom source properties here: -->
+ <property name="author" namespace="meta" />
+ <property name="keyword" namespace="meta" />
+ <!-- uses the personnel datasource from the database block for now -->
+ <datasource>personnel</datasource>
</sourcedescriptor>
- -->
</component>